<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-01/func/sub-0070_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>3445ee46bd21e646a86153ce46a7815b</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>11:29:32.332500</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.999956, 5.07059e-05, -0.00937931, 0.00139619, 0.98804, 0.154194]</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.102503</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7793, -7243, 445, -75, -226, 48, 58]</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>300.696</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9942c65e-7674-4db3-998e-276779fda50d||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.6828088760375977, 0.0037458809092640877, -0.02504236064851284, 111.95276641845703], [-0.0001360403111902997, 2.6508381366729736, 0.4163399040699005, -88.05399322509766], [-0.025164002552628517, -0.4136902987957001, 2.6675896644592285, -40.021018981933594], [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': ['112932.332500', '112932.792500', '112933.252500', '112933.712500', '112934.172500', '112934.632500', '112935.092500', '112935.552500', '112936.012500', '112936.472500', '112936.932500', '112937.392500', '112937.852500', '112938.312500', '112938.772500', '112939.232500', '112939.692500', '112940.152500', '112940.612500', '112941.072500', '112941.532500', '112941.992500', '112942.452500', '112942.912500', '112943.372500', '112943.832500', '112944.292500', '112944.752500', '112945.212500', '112945.672500', '112946.132500', '112946.592500', '112947.052500', '112947.512500', '112947.972500', '112948.432500', '112948.892500', '112949.352500', '112949.812500', '112950.272500', '112950.732500', '112951.192500', '112951.652500', '112952.112500', '112952.572500', '112953.032500', '112953.492500', '112953.952500', '112954.412500', '112954.872500', '112955.332500', '112955.792500', '112956.252500', '112956.712500', '112957.172500', '112957.632500', '112958.092500', '112958.552500', '112959.012500', '112959.472500', '112959.932500', '113000.392500', '113000.852500', '113001.312500', '113001.772500', '113002.232500', '113002.692500', '113003.152500', '113003.612500', '113004.072500', '113004.532500', '113004.992500', '113005.452500', '113005.912500', '113006.372500', '113006.832500', '113007.292500', '113007.752500', '113008.212500', '113008.672500', '113009.132500', '113009.592500', '113010.052500', '113010.512500', '113010.972500', '113011.432500', '113011.892500', '113012.352500', '113012.812500', '113013.272500', '113013.732500', '113014.192500', '113014.652500', '113015.112500', '113015.572500', '113016.032500', '113016.492500', '113016.952500', '113017.412500', '113017.872500', '113018.332500', '113018.792500', '113019.252500', '113019.712500', '113020.172500', '113020.632500', '113021.092500', '113021.552500', '113022.012500', '113022.472500', '113022.932500', '113023.392500', '113023.852500', '113024.312500', '113024.772500', '113025.232500', '113025.692500', '113026.152500', '113026.612500', '113027.072500', '113027.532500', '113027.992500', '113028.452500', '113028.912500', '113029.372500', '113029.832500', '113030.292500', '113030.752500', '113031.212500', '113031.672500', '113032.132500', '113032.592500', '113033.052500', '113033.512500', '113033.972500', '113034.432500', '113034.892500', '113035.352500', '113035.812500', '113036.272500', '113036.732500', '113037.192500', '113037.652500', '113038.112500', '113038.572500', '113039.032500', '113039.492500', '113039.952500', '113040.412500', '113040.872500', '113041.332500', '113041.792500', '113042.252500', '113042.712500', '113043.172500', '113043.632500', '113044.092500', '113044.552500', '113045.012500', '113045.472500', '113045.932500', '113046.392500', '113046.852500', '113047.312500', '113047.772500', '113048.232500', '113048.692500', '113049.152500', '113049.612500', '113050.072500', '113050.532500', '113050.992500', '113051.452500', '113051.912500', '113052.372500', '113052.832500', '113053.292500', '113053.752500', '113054.212500', '113054.672500', '113055.132500', '113055.592500', '113056.052500', '113056.512500', '113056.972500', '113057.432500', '113057.892500', '113058.352500', '113058.812500', '113059.272500', '113059.732500', '113100.192500', '113100.652500', '113101.112500', '113101.572500', '113102.032500', '113102.492500', '113102.952500', '113103.412500', '113103.872500', '113104.332500', '113104.792500', '113105.252500', '113105.712500', '113106.172500', '113106.632500', '113107.092500', '113107.552500', '113108.012500', '113108.472500', '113108.932500', '113109.392500', '113109.852500', '113110.312500', '113110.772500', '113111.232500', '113111.692500', '113112.152500', '113112.612500', '113113.072500', '113113.532500', '113113.992500', '113114.452500', '113114.912500', '113115.372500', '113115.832500', '113116.292500', '113116.752500', '113117.212500', '113117.672500', '113118.132500', '113118.592500', '113119.052500', '113119.512500', '113119.972500', '113120.432500', '113120.892500', '113121.352500', '113121.812500', '113122.272500', '113122.732500', '113123.192500', '113123.652500', '113124.112500', '113124.572500', '113125.032500', '113125.492500', '113125.952500', '113126.412500', '113126.872500', '113127.332500', '113127.792500', '113128.252500', '113128.712500', '113129.172500', '113129.632500', '113130.092500', '113130.552500', '113131.012500', '113131.472500', '113131.932500', '113132.392500', '113132.852500', '113133.312500', '113133.772500', '113134.232500', '113134.692500', '113135.152500', '113135.612500', '113136.072500', '113136.532500', '113136.992500', '113137.452500', '113137.912500', '113138.372500', '113138.832500', '113139.292500', '113139.752500', '113140.212500', '113140.672500', '113141.132500', '113141.592500', '113142.052500', '113142.512500', '113142.972500', '113143.432500', '113143.892500', '113144.352500', '113144.812500', '113145.272500', '113145.732500', '113146.192500', '113146.652500', '113147.112500', '113147.572500', '113148.032500', '113148.492500', '113148.952500', '113149.412500', '113149.872500', '113150.332500', '113150.792500', '113151.252500', '113151.712500', '113152.172500', '113152.632500', '113153.092500', '113153.552500', '113154.012500', '113154.472500', '113154.932500', '113155.392500', '113155.852500', '113156.312500', '113156.772500', '113157.232500', '113157.692500', '113158.152500', '113158.612500', '113159.072500', '113159.532500', '113159.992500', '113200.452500', '113200.912500', '113201.372500', '113201.832500', '113202.292500', '113202.752500', '113203.212500', '113203.672500', '113204.132500', '113204.592500', '113205.052500', '113205.512500', '113205.972500', '113206.432500', '113206.892500', '113207.352500', '113207.812500', '113208.272500', '113208.732500', '113209.192500', '113209.652500', '113210.112500', '113210.572500', '113211.032500', '113211.492500', '113211.952500', '113212.412500', '113212.872500', '113213.332500', '113213.792500', '113214.252500', '113214.712500', '113215.172500', '113215.632500', '113216.092500', '113216.552500', '113217.012500', '113217.472500', '113217.932500', '113218.392500', '113218.852500', '113219.312500', '113219.772500', '113220.232500', '113220.692500', '113221.152500', '113221.612500', '113222.072500', '113222.532500', '113222.992500', '113223.452500', '113223.912500', '113224.372500', '113224.832500', '113225.292500', '113225.752500', '113226.212500', '113226.672500', '113227.132500', '113227.592500', '113228.052500', '113228.512500', '113228.972500', '113229.432500', '113229.892500', '113230.352500', '113230.812500', '113231.272500', '113231.732500', '113232.192500', '113232.652500', '113233.112500', '113233.572500', '113234.032500', '113234.492500', '113234.952500', '113235.412500', '113235.872500', '113236.332500', '113236.792500', '113237.252500', '113237.712500', '113238.172500', '113238.632500', '113239.092500', '113239.552500', '113240.012500', '113240.472500', '113240.932500', '113241.392500', '113241.852500', '113242.312500', '113242.772500', '113243.232500', '113243.692500', '113244.152500', '113244.612500', '113245.072500', '113245.532500', '113245.992500', '113246.452500', '113246.912500', '113247.372500', '113247.832500', '113248.292500', '113248.752500', '113249.212500', '113249.672500', '113250.132500', '113250.592500', '113251.052500', '113251.512500', '113251.972500', '113252.432500', '113252.892500', '113253.352500', '113253.812500', '113254.272500', '113254.732500', '113255.192500', '113255.652500', '113256.112500', '113256.572500', '113257.032500', '113257.492500', '113257.952500', '113258.412500', '113258.872500', '113259.332500', '113259.792500', '113300.252500', '113300.712500', '113301.172500', '113301.632500', '113302.092500', '113302.552500', '113303.012500', '113303.472500', '113303.932500', '113304.392500', '113304.852500', '113305.312500', '113305.772500', '113306.232500', '113306.692500', '113307.152500', '113307.612500', '113308.072500', '113308.532500', '113308.992500', '113309.452500', '113309.912500', '113310.372500', '113310.832500', '113311.292500', '113311.752500', '113312.212500', '113312.672500', '113313.132500', '113313.592500', '113314.052500', '113314.512500', '113314.972500', '113315.432500', '113315.892500', '113316.352500', '113316.812500', '113317.272500', '113317.732500', '113318.192500', '113318.652500', '113319.112500', '113319.572500', '113320.032500', '113320.492500', '113320.952500', '113321.412500', '113321.872500', '113322.332500', '113322.792500', '113323.252500', '113323.712500', '113324.172500', '113324.632500', '113325.092500', '113325.552500', '113326.012500', '113326.472500', '113326.932500', '113327.392500', '113327.852500', '113328.312500', '113328.772500', '113329.232500', '113329.692500', '113330.152500', '113330.612500', '113331.072500', '113331.532500', '113331.992500', '113332.452500', '113332.912500', '113333.372500', '113333.832500', '113334.292500', '113334.752500', '113335.212500', '113335.672500', '113336.132500', '113336.592500', '113337.052500', '113337.512500', '113337.972500', '113338.432500', '113338.892500', '113339.352500', '113339.812500', '113340.272500', '113340.732500', '113341.192500', '113341.652500', '113342.112500', '113342.572500', '113343.032500', '113343.492500', '113343.952500', '113344.412500', '113344.872500', '113345.332500', '113345.792500', '113346.252500', '113346.712500', '113347.172500', '113347.632500', '113348.092500', '113348.552500', '113349.012500', '113349.472500', '113349.932500', '113350.392500', '113350.852500', '113351.312500', '113351.772500', '113352.232500', '113352.692500', '113353.152500', '113353.612500', '113354.072500', '113354.532500', '113354.992500', '113355.452500', '113355.912500', '113356.372500', '113356.832500', '113357.292500', '113357.752500', '113358.212500', '113358.672500', '113359.132500', '113359.592500', '113400.052500', '113400.512500', '113400.972500', '113401.432500', '113401.892500', '113402.352500', '113402.812500', '113403.272500', '113403.732500', '113404.192500', '113404.652500', '113405.112500', '113405.572500', '113406.032500', '113406.492500', '113406.952500', '113407.412500', '113407.872500', '113408.332500', '113408.792500', '113409.252500', '113409.712500', '113410.172500', '113410.632500', '113411.092500', '113411.552500', '113412.012500', '113412.472500', '113412.932500', '113413.392500', '113413.852500', '113414.312500', '113414.772500', '113415.232500', '113415.692500', '113416.152500', '113416.612500', '113417.072500', '113417.532500', '113417.992500', '113418.452500', '113418.912500', '113419.372500', '113419.832500', '113420.292500', '113420.752500', '113421.212500', '113421.672500', '113422.132500', '113422.592500', '113423.052500', '113423.512500', '113423.972500', '113424.432500', '113424.892500', '113425.352500', '113425.812500', '113426.272500', '113426.732500', '113427.192500', '113427.652500', '113428.112500', '113428.572500', '113429.032500', '113429.492500', '113429.952500', '113430.412500', '113430.872500', '113431.332500', '113431.792500', '113432.252500', '113432.712500', '113433.172500', '113433.632500', '113434.092500', '113434.552500', '113435.012500', '113435.472500', '113435.932500', '113436.392500', '113436.852500', '113437.312500', '113437.772500', '113438.232500', '113438.692500', '113439.152500', '113439.612500', '113440.072500', '113440.532500', '113440.992500', '113441.452500', '113441.912500', '113442.372500', '113442.832500', '113443.292500', '113443.752500', '113444.212500', '113444.672500', '113445.132500', '113445.592500', '113446.052500', '113446.512500', '113446.972500', '113447.432500', '113447.892500', '113448.352500', '113448.812500', '113449.272500', '113449.732500', '113450.192500', '113450.652500', '113451.112500', '113451.572500', '113452.032500', '113452.492500', '113452.952500', '113453.412500', '113453.872500', '113454.332500', '113454.792500', '113455.252500', '113455.712500', '113456.172500', '113456.632500', '113457.092500', '113457.552500', '113458.012500', '113458.472500', '113458.932500', '113459.392500', '113459.852500', '113500.312500', '113500.772500', '113501.232500', '113501.692500', '113502.152500', '113502.612500', '113503.072500', '113503.532500', '113503.992500', '113504.452500', '113504.912500', '113505.372500', '113505.832500', '113506.292500', '113506.752500', '113507.212500', '113507.672500', '113508.132500', '113508.592500', '113509.052500', '113509.512500', '113509.972500', '113510.432500', '113510.892500', '113511.352500', '113511.812500', '113512.272500', '113512.732500', '113513.192500', '113513.652500', '113514.112500', '113514.572500', '113515.032500', '113515.492500', '113515.952500', '113516.412500', '113516.872500', '113517.332500', '113517.792500', '113518.252500', '113518.712500', '113519.172500', '113519.632500', '113520.092500', '113520.552500', '113521.012500', '113521.472500', '113521.932500', '113522.392500', '113522.852500', '113523.312500', '113523.772500', '113524.232500', '113524.692500', '113525.152500', '113525.612500', '113526.072500', '113526.532500', '113526.992500', '113527.452500', '113527.912500', '113528.372500', '113528.832500', '113529.292500', '113529.752500', '113530.212500', '113530.672500', '113531.132500', '113531.592500', '113532.052500', '113532.512500', '113532.972500', '113533.432500', '113533.892500', '113534.352500', '113534.812500', '113535.272500', '113535.732500', '113536.192500', '113536.652500', '113537.112500', '113537.572500', '113538.032500', '113538.492500', '113538.952500', '113539.412500', '113539.872500', '113540.332500', '113540.792500', '113541.252500', '113541.712500', '113542.172500', '113542.632500', '113543.092500', '113543.552500', '113544.012500', '113544.472500', '113544.932500', '113545.392500', '113545.852500', '113546.312500', '113546.772500', '113547.232500', '113547.692500', '113548.152500', '113548.612500', '113549.072500', '113549.532500', '113549.992500', '113550.452500', '113550.912500', '113551.372500', '113551.832500', '113552.292500', '113552.752500', '113553.212500', '113553.672500', '113554.132500', '113554.592500', '113555.052500', '113555.512500', '113555.972500', '113556.432500', '113556.892500', '113557.352500', '113557.812500', '113558.272500', '113558.732500', '113559.192500', '113559.652500', '113600.112500', '113600.572500', '113601.032500', '113601.492500', '113601.952500', '113602.412500', '113602.872500', '113603.332500', '113603.792500', '113604.252500', '113604.712500', '113605.172500', '113605.632500', '113606.092500', '113606.552500', '113607.012500', '113607.472500', '113607.932500', '113608.392500', '113608.852500', '113609.312500', '113609.772500', '113610.232500', '113610.692500', '113611.152500', '113611.612500', '113612.072500', '113612.532500', '113612.992500', '113613.452500', '113613.912500', '113614.372500', '113614.832500', '113615.292500', '113615.752500', '113616.212500', '113616.672500', '113617.132500', '113617.592500', '113618.052500', '113618.512500', '113618.972500', '113619.432500', '113619.892500', '113620.352500', '113620.812500', '113621.272500', '113621.732500', '113622.192500', '113622.652500', '113623.112500', '113623.572500', '113624.032500', '113624.492500', '113624.952500', '113625.412500', '113625.872500', '113626.332500', '113626.792500', '113627.252500', '113627.712500', '113628.172500', '113628.632500', '113629.092500', '113629.552500', '113630.012500', '113630.472500', '113630.932500', '113631.392500', '113631.852500', '113632.312500', '113632.772500', '113633.232500', '113633.692500', '113634.152500', '113634.612500', '113635.072500', '113635.532500', '113635.992500', '113636.452500', '113636.912500', '113637.372500', '113637.832500', '113638.292500', '113638.752500', '113639.212500', '113639.672500', '113640.132500', '113640.592500', '113641.052500', '113641.512500', '113641.972500', '113642.432500', '113642.892500', '113643.352500', '113643.812500', '113644.272500', '113644.732500', '113645.192500', '113645.652500', '113646.112500', '113646.572500', '113647.032500', '113647.492500', '113647.952500', '113648.412500', '113648.872500', '113649.332500', '113649.792500', '113650.252500', '113650.712500', '113651.172500', '113651.632500', '113652.092500', '113652.552500', '113653.012500', '113653.472500', '113653.932500', '113654.392500', '113654.852500', '113655.312500', '113655.772500', '113656.232500', '113656.692500', '113657.152500', '113657.612500', '113658.072500', '113658.532500', '113658.992500', '113659.452500', '113659.912500', '113700.372500', '113700.832500', '113701.292500', '113701.752500', '113702.212500', '113702.672500', '113703.132500', '113703.592500', '113704.052500', '113704.512500', '113704.972500', '113705.432500', '113705.892500', '113706.352500', '113706.812500', '113707.272500', '113707.732500', '113708.192500', '113708.652500', '113709.112500', '113709.572500', '113710.032500', '113710.492500', '113710.952500', '113711.412500', '113711.872500', '113712.332500', '113712.792500', '113713.252500', '113713.712500', '113714.172500', '113714.632500', '113715.092500', '113715.552500', '113716.012500', '113716.472500', '113716.932500', '113717.392500', '113717.852500', '113718.312500', '113718.772500', '113719.232500', '113719.692500', '113720.152500', '113720.612500', '113721.072500', '113721.532500', '113721.992500', '113722.452500', '113722.912500', '113723.372500', '113723.832500', '113724.292500', '113724.752500', '113725.212500', '113725.672500', '113726.132500', '113726.592500', '113727.052500', '113727.512500', '113727.972500', '113728.432500', '113728.892500', '113729.352500', '113729.812500', '113730.272500', '113730.732500', '113731.192500', '113731.652500', '113732.112500', '113732.572500', '113733.032500', '113733.492500', '113733.952500', '113734.412500', '113734.872500', '113735.332500', '113735.792500', '113736.252500', '113736.712500', '113737.172500', '113737.632500', '113738.092500', '113738.552500', '113739.012500', '113739.472500', '113739.932500', '113740.392500', '113740.852500', '113741.312500', '113741.772500', '113742.232500', '113742.692500', '113743.152500', '113743.612500', '113744.072500', '113744.532500', '113744.992500', '113745.452500', '113745.912500', '113746.372500', '113746.832500', '113747.292500', '113747.752500', '113748.212500', '113748.672500', '113749.132500', '113749.592500', '113750.052500', '113750.512500', '113750.972500', '113751.432500', '113751.892500', '113752.352500', '113752.812500', '113753.272500', '113753.732500', '113754.192500', '113754.652500', '113755.112500', '113755.572500', '113756.032500', '113756.492500', '113756.952500', '113757.412500', '113757.872500', '113758.332500', '113758.792500', '113759.252500', '113759.712500', '113800.172500', '113800.632500', '113801.092500', '113801.552500', '113802.012500', '113802.472500', '113802.932500', '113803.392500', '113803.852500', '113804.312500', '113804.772500', '113805.232500', '113805.692500', '113806.152500', '113806.612500', '113807.072500', '113807.532500', '113807.992500', '113808.452500', '113808.912500', '113809.372500', '113809.832500', '113810.292500', '113810.752500', '113811.212500', '113811.672500', '113812.132500', '113812.592500', '113813.052500', '113813.512500', '113813.972500', '113814.432500', '113814.892500', '113815.352500', '113815.812500', '113816.272500', '113816.732500', '113817.192500', '113817.652500', '113818.112500', '113818.572500', '113819.032500', '113819.492500', '113819.952500', '113820.412500', '113820.872500', '113821.332500', '113821.792500', '113822.252500', '113822.712500', '113823.172500', '113823.632500', '113824.092500', '113824.552500', '113825.012500', '113825.472500', '113825.932500', '113826.392500', '113826.852500', '113827.312500', '113827.772500', '113828.232500', '113828.692500', '113829.152500', '113829.612500', '113830.072500', '113830.532500', '113830.992500', '113831.452500', '113831.912500', '113832.372500', '113832.832500', '113833.292500', '113833.752500', '113834.212500', '113834.672500', '113835.132500', '113835.592500', '113836.052500', '113836.512500', '113836.972500', '113837.432500', '113837.892500', '113838.352500', '113838.812500', '113839.272500', '113839.732500', '113840.192500', '113840.652500', '113841.112500', '113841.572500', '113842.032500', '113842.492500', '113842.952500', '113843.412500', '113843.872500', '113844.332500', '113844.792500', '113845.252500', '113845.712500', '113846.172500', '113846.632500', '113847.092500', '113847.552500', '113848.012500', '113848.472500', '113848.932500', '113849.392500', '113849.852500', '113850.312500', '113850.772500', '113851.232500', '113851.692500', '113852.152500', '113852.612500', '113853.072500', '113853.532500', '113853.992500', '113854.452500', '113854.912500', '113855.372500', '113855.832500', '113856.292500', '113856.752500', '113857.212500', '113857.672500', '113858.132500', '113858.592500', '113859.052500', '113859.512500', '113859.972500', '113900.432500', '113900.892500', '113901.352500', '113901.812500', '113902.272500', '113902.732500', '113903.192500', '113903.652500', '113904.112500', '113904.572500', '113905.032500', '113905.492500', '113905.952500', '113906.412500', '113906.872500', '113907.332500', '113907.792500', '113908.252500', '113908.712500', '113909.172500', '113909.632500', '113910.092500', '113910.552500', '113911.012500', '113911.472500', '113911.932500', '113912.392500', '113912.852500', '113913.312500', '113913.772500', '113914.232500', '113914.692500', '113915.152500', '113915.612500', '113916.072500', '113916.532500', '113916.992500', '113917.452500', '113917.912500', '113918.372500', '113918.832500', '113919.292500', '113919.752500', '113920.212500', '113920.672500', '113921.132500', '113921.592500', '113922.052500', '113922.512500', '113922.972500', '113923.432500', '113923.892500', '113924.352500', '113924.812500', '113925.272500', '113925.732500', '113926.192500', '113926.652500', '113927.112500', '113927.572500', '113928.032500', '113928.492500', '113928.952500', '113929.412500', '113929.872500', '113930.332500', '113930.792500', '113931.252500', '113931.712500', '113932.172500', '113932.632500', '113933.092500', '113933.552500', '113934.012500', '113934.472500', '113934.932500', '113935.392500', '113935.852500', '113936.312500', '113936.772500', '113937.232500', '113937.692500', '113938.152500', '113938.612500', '113939.072500', '113939.532500', '113939.992500', '113940.452500', '113940.912500', '113941.372500', '113941.832500', '113942.292500', '113942.752500', '113943.212500', '113943.672500', '113944.132500', '113944.592500', '113945.052500', '113945.512500', '113945.972500', '113946.432500', '113946.892500', '113947.352500', '113947.812500', '113948.272500', '113948.732500', '113949.192500', '113949.652500', '113950.112500', '113950.572500', '113951.032500', '113951.492500', '113951.952500', '113952.412500', '113952.872500', '113953.332500', '113953.792500', '113954.252500', '113954.712500', '113955.172500', '113955.632500', '113956.092500', '113956.552500', '113957.012500', '113957.472500', '113957.932500', '113958.392500', '113958.852500', '113959.312500', '113959.772500', '114000.232500', '114000.692500', '114001.152500', '114001.612500', '114002.072500', '114002.532500', '114002.992500', '114003.452500', '114003.912500', '114004.372500', '114004.832500'], 'ContentTime': ['112953.511000', '112953.514000', '112953.517000', '112953.519000', '112953.522000', '112953.524000', '112953.529000', '112953.531000', '112953.534000', '112953.536000', '112953.539000', '112953.541000', '112953.544000', '112953.547000', '112953.549000', '112953.552000', '112953.554000', '112953.557000', '112953.559000', '112953.562000', '112953.564000', '112953.567000', '112953.570000', '112953.572000', '112953.575000', '112953.577000', '112953.580000', '112953.582000', '112953.585000', '112953.587000', '112953.590000', '112953.592000', '112953.595000', '112953.597000', '112953.600000', '112953.603000', '112953.605000', '112953.608000', '112953.610000', '112953.613000', '112953.616000', '112953.618000', '112953.621000', '113013.474000', '113013.477000', '113013.480000', '113013.482000', '113013.485000', '113013.487000', '113013.490000', '113013.492000', '113013.495000', '113013.497000', '113013.500000', '113013.503000', '113013.505000', '113013.508000', '113013.510000', '113013.513000', '113013.516000', '113013.522000', '113013.524000', '113013.527000', '113013.529000', '113013.532000', '113013.534000', '113013.537000', '113013.540000', '113013.542000', '113013.545000', '113013.547000', '113013.550000', '113013.552000', '113013.555000', '113013.557000', '113013.560000', '113013.562000', '113013.565000', '113013.567000', '113013.570000', '113013.573000', '113013.575000', '113013.578000', '113013.580000', '113013.583000', '113013.585000', '113013.588000', '113033.475000', '113033.479000', '113033.482000', '113033.484000', '113033.487000', '113033.490000', '113033.492000', '113033.495000', '113033.497000', '113033.500000', '113033.502000', '113033.541000', '113033.544000', '113033.546000', '113033.549000', '113033.551000', '113033.554000', '113033.556000', '113033.559000', '113033.561000', '113033.564000', '113033.567000', '113033.569000', '113033.572000', '113033.574000', '113033.577000', '113033.579000', '113033.582000', '113033.584000', '113033.587000', '113033.589000', '113033.592000', '113033.594000', '113033.597000', '113033.600000', '113033.602000', '113033.605000', '113033.607000', '113033.613000', '113033.616000', '113033.618000', '113033.621000', '113033.624000', '113053.475000', '113053.478000', '113053.481000', '113053.483000', '113053.486000', '113053.488000', '113053.491000', '113053.493000', '113053.496000', '113053.498000', '113053.501000', '113053.504000', '113053.506000', '113053.509000', '113053.511000', '113053.514000', '113053.516000', '113053.519000', '113053.522000', '113053.524000', '113053.527000', '113053.529000', '113053.532000', '113053.534000', '113053.537000', '113053.540000', '113053.542000', '113053.545000', '113053.547000', '113053.550000', '113053.552000', '113053.555000', '113053.558000', '113053.560000', '113053.563000', '113053.565000', '113053.568000', '113053.570000', '113053.573000', '113053.576000', '113053.578000', '113053.581000', '113053.583000', '113053.586000', '113113.475000', '113113.478000', '113113.481000', '113113.483000', '113113.486000', '113113.488000', '113113.491000', '113113.493000', '113113.496000', '113113.499000', '113113.501000', '113113.504000', '113113.506000', '113113.509000', '113113.511000', '113113.514000', '113113.516000', '113113.519000', '113113.521000', '113113.524000', '113113.527000', '113113.529000', '113113.532000', '113113.534000', '113113.537000', '113113.539000', '113113.542000', '113113.544000', '113113.547000', '113113.550000', '113113.552000', '113113.555000', '113113.557000', '113113.560000', '113113.562000', '113113.565000', '113113.567000', '113113.570000', '113113.572000', '113113.575000', '113113.577000', '113113.580000', '113113.583000', '113133.475000', '113133.478000', '113133.481000', '113133.483000', '113133.486000', '113133.488000', '113133.491000', '113133.493000', '113133.496000', '113133.498000', '113133.501000', '113133.504000', '113133.506000', '113133.509000', '113133.511000', '113133.514000', '113133.516000', '113133.519000', '113133.521000', '113133.524000', '113133.527000', '113133.529000', '113133.532000', '113133.534000', '113133.537000', '113133.539000', '113133.542000', '113133.544000', '113133.547000', '113133.550000', '113133.552000', '113133.555000', '113133.557000', '113133.560000', '113133.562000', '113133.565000', '113133.567000', '113133.570000', '113133.573000', '113133.575000', '113133.578000', '113133.580000', '113133.583000', '113133.585000', '113153.476000', '113153.478000', '113153.481000', '113153.483000', '113153.486000', '113153.489000', '113153.491000', '113153.494000', '113153.496000', '113153.499000', '113153.501000', '113153.504000', '113153.507000', '113153.509000', '113153.512000', '113153.514000', '113153.517000', '113153.519000', '113153.522000', '113153.524000', '113153.527000', '113153.530000', '113153.532000', '113153.535000', '113153.537000', '113153.540000', '113153.542000', '113153.545000', '113153.547000', '113153.550000', '113153.553000', '113153.555000', '113153.558000', '113153.560000', '113153.563000', '113153.565000', '113153.568000', '113153.571000', '113153.573000', '113153.576000', '113153.578000', '113153.581000', '113153.584000', '113213.475000', '113213.478000', '113213.481000', '113213.483000', '113213.486000', '113213.489000', '113213.492000', '113213.508000', '113213.511000', '113213.514000', '113213.516000', '113213.519000', '113213.521000', '113213.524000', '113213.526000', '113213.529000', '113213.531000', '113213.534000', '113213.537000', '113213.539000', '113213.542000', '113213.544000', '113213.547000', '113213.550000', '113213.552000', '113213.555000', '113213.557000', '113213.560000', '113213.563000', '113213.565000', '113213.568000', '113213.570000', '113213.573000', '113213.575000', '113213.578000', '113213.581000', '113213.583000', '113213.586000', '113213.588000', '113213.591000', '113213.594000', '113213.604000', '113213.606000', '113213.609000', '113233.475000', '113233.477000', '113233.480000', '113233.483000', '113233.485000', '113233.488000', '113233.490000', '113233.493000', '113233.495000', '113233.498000', '113233.501000', '113233.503000', '113233.506000', '113233.508000', '113233.511000', '113233.513000', '113233.516000', '113233.518000', '113233.521000', '113233.524000', '113233.526000', '113233.529000', '113233.531000', '113233.534000', '113233.537000', '113233.539000', '113233.542000', '113233.544000', '113233.547000', '113233.549000', '113233.552000', '113233.554000', '113233.557000', '113233.560000', '113233.562000', '113233.565000', '113233.567000', '113233.570000', '113233.573000', '113233.575000', '113233.578000', '113233.580000', '113233.583000', '113253.476000', '113253.478000', '113253.481000', '113253.483000', '113253.486000', '113253.489000', '113253.492000', '113253.495000', '113253.498000', '113253.501000', '113253.503000', '113253.506000', '113253.508000', '113253.511000', '113253.513000', '113253.516000', '113253.518000', '113253.521000', '113253.524000', '113253.526000', '113253.529000', '113253.531000', '113253.534000', '113253.537000', '113253.539000', '113253.542000', '113253.544000', '113253.547000', '113253.549000', '113253.552000', '113253.555000', '113253.557000', '113253.560000', '113253.563000', '113253.565000', '113253.568000', '113253.570000', '113253.573000', '113253.576000', '113253.578000', '113253.581000', '113253.583000', '113253.586000', '113313.475000', '113313.478000', '113313.481000', '113313.483000', '113313.486000', '113313.488000', '113313.491000', '113313.493000', '113313.496000', '113313.499000', '113313.501000', '113313.504000', '113313.506000', '113313.509000', '113313.511000', '113313.514000', '113313.517000', '113313.519000', '113313.522000', '113313.524000', '113313.527000', '113313.530000', '113313.532000', '113313.535000', '113313.537000', '113313.540000', '113313.543000', '113313.545000', '113313.548000', '113313.550000', '113313.553000', '113313.555000', '113313.558000', '113313.561000', '113313.563000', '113313.566000', '113313.568000', '113313.571000', '113313.574000', '113313.576000', '113313.579000', '113313.581000', '113313.584000', '113313.586000', '113333.476000', '113333.478000', '113333.481000', '113333.484000', '113333.486000', '113333.489000', '113333.491000', '113333.494000', '113333.497000', '113333.500000', '113333.503000', '113333.506000', '113333.509000', '113333.511000', '113333.514000', '113333.516000', '113333.519000', '113333.521000', '113333.524000', '113333.527000', '113333.529000', '113333.532000', '113333.536000', '113333.539000', '113333.541000', '113333.544000', '113333.547000', '113333.549000', '113333.552000', '113333.555000', '113333.557000', '113333.560000', '113333.569000', '113333.572000', '113333.575000', '113333.577000', '113333.580000', '113333.582000', '113333.585000', '113333.588000', '113333.590000', '113333.593000', '113333.595000', '113353.476000', '113353.478000', '113353.481000', '113353.484000', '113353.486000', '113353.489000', '113353.491000', '113353.494000', '113353.496000', '113353.499000', '113353.502000', '113353.504000', '113353.507000', '113353.509000', '113353.512000', '113353.514000', '113353.517000', '113353.520000', '113353.522000', '113353.525000', '113353.527000', '113353.530000', '113353.532000', '113353.535000', '113353.538000', '113353.540000', '113353.543000', '113353.545000', '113353.548000', '113353.550000', '113353.553000', '113353.556000', '113353.558000', '113353.561000', '113353.563000', '113353.566000', '113353.569000', '113353.571000', '113353.574000', '113353.576000', '113353.579000', '113353.581000', '113353.584000', '113353.587000', '113413.476000', '113413.478000', '113413.481000', '113413.484000', '113413.486000', '113413.489000', '113413.491000', '113413.494000', '113413.496000', '113413.499000', '113413.502000', '113413.504000', '113413.507000', '113413.510000', '113413.513000', '113413.516000', '113413.518000', '113413.521000', '113413.523000', '113413.526000', '113413.529000', '113413.531000', '113413.534000', '113413.536000', '113413.539000', '113413.541000', '113413.544000', '113413.547000', '113413.549000', '113413.552000', '113413.554000', '113413.557000', '113413.560000', '113413.562000', '113413.565000', '113413.567000', '113413.570000', '113413.572000', '113413.575000', '113413.578000', '113413.580000', '113413.583000', '113413.585000', '113433.475000', '113433.478000', '113433.481000', '113433.484000', '113433.486000', '113433.489000', '113433.491000', '113433.494000', '113433.497000', '113433.499000', '113433.502000', '113433.504000', '113433.507000', '113433.509000', '113433.512000', '113433.515000', '113433.517000', '113433.520000', '113433.522000', '113433.525000', '113433.527000', '113433.530000', '113433.533000', '113433.535000', '113433.538000', '113433.540000', '113433.543000', '113433.545000', '113433.548000', '113433.550000', '113433.553000', '113433.556000', '113433.559000', '113433.561000', '113433.564000', '113433.566000', '113433.569000', '113433.571000', '113433.574000', '113433.576000', '113433.579000', '113433.581000', '113433.584000', '113433.587000', '113453.474000', '113453.477000', '113453.480000', '113453.482000', '113453.485000', '113453.488000', '113453.490000', '113453.493000', '113453.495000', '113453.498000', '113453.500000', '113453.503000', '113453.506000', '113453.508000', '113453.511000', '113453.513000', '113453.516000', '113453.519000', '113453.521000', '113453.524000', '113453.526000', '113453.530000', '113453.533000', '113453.536000', '113453.538000', '113453.541000', '113453.543000', '113453.546000', '113453.549000', '113453.551000', '113453.554000', '113453.556000', '113453.559000', '113453.561000', '113453.564000', '113453.567000', '113453.569000', '113453.573000', '113453.575000', '113453.578000', '113453.581000', '113453.583000', '113453.586000', '113513.475000', '113513.478000', '113513.481000', '113513.483000', '113513.486000', '113513.488000', '113513.491000', '113513.494000', '113513.496000', '113513.499000', '113513.502000', '113513.504000', '113513.507000', '113513.509000', '113513.512000', '113513.514000', '113513.517000', '113513.520000', '113513.522000', '113513.525000', '113513.527000', '113513.530000', '113513.533000', '113513.535000', '113513.538000', '113513.540000', '113513.543000', '113513.546000', '113513.548000', '113513.551000', '113513.554000', '113513.556000', '113513.559000', '113513.561000', '113513.564000', '113513.566000', '113513.569000', '113513.572000', '113513.574000', '113513.577000', '113513.581000', '113513.584000', '113513.586000', '113513.589000', '113533.475000', '113533.478000', '113533.481000', '113533.483000', '113533.486000', '113533.489000', '113533.491000', '113533.494000', '113533.496000', '113533.499000', '113533.502000', '113533.504000', '113533.507000', '113533.509000', '113533.512000', '113533.515000', '113533.517000', '113533.520000', '113533.522000', '113533.525000', '113533.527000', '113533.530000', '113533.533000', '113533.535000', '113533.538000', '113533.540000', '113533.543000', '113533.546000', '113533.549000', '113533.552000', '113533.555000', '113533.557000', '113533.560000', '113533.563000', '113533.565000', '113533.568000', '113533.570000', '113533.573000', '113533.575000', '113533.578000', '113533.580000', '113533.583000', '113533.586000', '113553.475000', '113553.478000', '113553.481000', '113553.483000', '113553.486000', '113553.489000', '113553.491000', '113553.494000', '113553.496000', '113553.499000', '113553.501000', '113553.504000', '113553.507000', '113553.509000', '113553.512000', '113553.514000', '113553.517000', '113553.519000', '113553.522000', '113553.525000', '113553.527000', '113553.530000', '113553.532000', '113553.535000', '113553.537000', '113553.540000', '113553.543000', '113553.545000', '113553.548000', '113553.550000', '113553.553000', '113553.556000', '113553.558000', '113553.561000', '113553.563000', '113553.566000', '113553.569000', '113553.571000', '113553.574000', '113553.576000', '113553.579000', '113553.582000', '113553.584000', '113553.587000', '113613.476000', '113613.478000', '113613.481000', '113613.484000', '113613.486000', '113613.489000', '113613.491000', '113613.494000', '113613.496000', '113613.499000', '113613.502000', '113613.504000', '113613.507000', '113613.509000', '113613.512000', '113613.514000', '113613.517000', '113613.520000', '113613.522000', '113613.525000', '113613.527000', '113613.530000', '113613.532000', '113613.535000', '113613.538000', '113613.540000', '113613.543000', '113613.545000', '113613.548000', '113613.550000', '113613.553000', '113613.556000', '113613.558000', '113613.561000', '113613.563000', '113613.566000', '113613.568000', '113613.571000', '113613.574000', '113613.576000', '113613.579000', '113613.581000', '113613.584000', '113633.475000', '113633.478000', '113633.481000', '113633.483000', '113633.486000', '113633.488000', '113633.491000', '113633.494000', '113633.496000', '113633.499000', '113633.531000', '113633.533000', '113633.536000', '113633.539000', '113633.541000', '113633.544000', '113633.546000', '113633.549000', '113633.551000', '113633.554000', '113633.556000', '113633.559000', '113633.562000', '113633.564000', '113633.567000', '113633.569000', '113633.572000', '113633.575000', '113633.577000', '113633.580000', '113633.582000', '113633.585000', '113633.588000', '113633.590000', '113633.593000', '113633.596000', '113633.598000', '113633.601000', '113633.604000', '113633.606000', '113633.609000', '113633.611000', '113633.614000', '113633.616000', '113653.476000', '113653.479000', '113653.481000', '113653.484000', '113653.486000', '113653.489000', '113653.491000', '113653.494000', '113653.497000', '113653.499000', '113653.502000', '113653.504000', '113653.507000', '113653.510000', '113653.512000', '113653.515000', '113653.517000', '113653.520000', '113653.523000', '113653.526000', '113653.529000', '113653.532000', '113653.534000', '113653.537000', '113653.540000', '113653.542000', '113653.545000', '113653.547000', '113653.550000', '113653.553000', '113653.555000', '113653.558000', '113653.561000', '113653.563000', '113653.566000', '113653.568000', '113653.571000', '113653.573000', '113653.576000', '113653.578000', '113653.581000', '113653.584000', '113653.586000', '113713.474000', '113713.477000', '113713.480000', '113713.483000', '113713.485000', '113713.488000', '113713.490000', '113713.493000', '113713.496000', '113713.498000', '113713.501000', '113713.503000', '113713.506000', '113713.508000', '113713.511000', '113713.514000', '113713.516000', '113713.519000', '113713.521000', '113713.524000', '113713.526000', '113713.529000', '113713.531000', '113713.534000', '113713.537000', '113713.539000', '113713.542000', '113713.544000', '113713.547000', '113713.549000', '113713.552000', '113713.555000', '113713.557000', '113713.560000', '113713.562000', '113713.565000', '113713.568000', '113713.570000', '113713.573000', '113713.575000', '113713.578000', '113713.580000', '113713.583000', '113713.586000', '113733.476000', '113733.478000', '113733.481000', '113733.483000', '113733.486000', '113733.489000', '113733.491000', '113733.494000', '113733.496000', '113733.499000', '113733.502000', '113733.504000', '113733.507000', '113733.509000', '113733.512000', '113733.514000', '113733.517000', '113733.520000', '113733.522000', '113733.525000', '113733.527000', '113733.530000', '113733.533000', '113733.535000', '113733.538000', '113733.540000', '113733.543000', '113733.545000', '113733.548000', '113733.551000', '113733.553000', '113733.556000', '113733.558000', '113733.561000', '113733.564000', '113733.566000', '113733.569000', '113733.571000', '113733.574000', '113733.576000', '113733.579000', '113733.582000', '113733.584000', '113753.476000', '113753.479000', '113753.481000', '113753.484000', '113753.486000', '113753.489000', '113753.491000', '113753.512000', '113753.515000', '113753.517000', '113753.520000', '113753.522000', '113753.525000', '113753.528000', '113753.530000', '113753.533000', '113753.535000', '113753.538000', '113753.540000', '113753.543000', '113753.545000', '113753.548000', '113753.551000', '113753.553000', '113753.556000', '113753.559000', '113753.561000', '113753.564000', '113753.566000', '113753.569000', '113753.571000', '113753.574000', '113753.577000', '113753.579000', '113753.582000', '113753.584000', '113753.587000', '113753.589000', '113753.592000', '113753.595000', '113753.597000', '113753.600000', '113753.602000', '113753.605000', '113813.476000', '113813.478000', '113813.481000', '113813.484000', '113813.486000', '113813.489000', '113813.491000', '113813.494000', '113813.497000', '113813.499000', '113813.502000', '113813.504000', '113813.507000', '113813.509000', '113813.512000', '113813.515000', '113813.517000', '113813.520000', '113813.522000', '113813.525000', '113813.528000', '113813.530000', '113813.533000', '113813.535000', '113813.538000', '113813.541000', '113813.543000', '113813.546000', '113813.548000', '113813.551000', '113813.554000', '113813.556000', '113813.559000', '113813.561000', '113813.564000', '113813.567000', '113813.569000', '113813.572000', '113813.574000', '113813.577000', '113813.579000', '113813.582000', '113813.585000', '113833.476000', '113833.478000', '113833.481000', '113833.484000', '113833.486000', '113833.489000', '113833.491000', '113833.494000', '113833.497000', '113833.499000', '113833.502000', '113833.505000', '113833.508000', '113833.510000', '113833.513000', '113833.515000', '113833.518000', '113833.521000', '113833.523000', '113833.526000', '113833.528000', '113833.531000', '113833.534000', '113833.536000', '113833.539000', '113833.541000', '113833.544000', '113833.546000', '113833.549000', '113833.552000', '113833.554000', '113833.557000', '113833.559000', '113833.562000', '113833.564000', '113833.567000', '113833.570000', '113833.572000', '113833.575000', '113833.577000', '113833.580000', '113833.582000', '113833.585000', '113833.588000', '113853.476000', '113853.478000', '113853.481000', '113853.484000', '113853.486000', '113853.489000', '113853.491000', '113853.494000', '113853.497000', '113853.499000', '113853.502000', '113853.504000', '113853.507000', '113853.509000', '113853.512000', '113853.515000', '113853.517000', '113853.520000', '113853.522000', '113853.525000', '113853.528000', '113853.530000', '113853.533000', '113853.535000', '113853.538000', '113853.541000', '113853.543000', '113853.546000', '113853.548000', '113853.551000', '113853.554000', '113853.556000', '113853.559000', '113853.562000', '113853.564000', '113853.567000', '113853.569000', '113853.572000', '113853.574000', '113853.577000', '113853.580000', '113853.582000', '113853.585000', '113913.476000', '113913.479000', '113913.481000', '113913.484000', '113913.486000', '113913.489000', '113913.492000', '113913.494000', '113913.497000', '113913.499000', '113913.502000', '113913.504000', '113913.507000', '113913.510000', '113913.512000', '113913.515000', '113913.517000', '113913.520000', '113913.523000', '113913.525000', '113913.528000', '113913.530000', '113913.533000', '113913.535000', '113913.538000', '113913.540000', '113913.543000', '113913.546000', '113913.548000', '113913.551000', '113913.553000', '113913.556000', '113913.558000', '113913.561000', '113913.564000', '113913.566000', '113913.569000', '113913.571000', '113913.574000', '113913.577000', '113913.579000', '113913.582000', '113913.584000', '113913.587000', '113933.475000', '113933.477000', '113933.480000', '113933.483000', '113933.485000', '113933.488000', '113933.491000', '113933.493000', '113933.496000', '113933.498000', '113933.501000', '113933.504000', '113933.506000', '113933.509000', '113933.511000', '113933.514000', '113933.516000', '113933.519000', '113933.522000', '113933.524000', '113933.527000', '113933.529000', '113933.532000', '113933.534000', '113933.537000', '113933.540000', '113933.542000', '113933.545000', '113933.547000', '113933.550000', '113933.553000', '113933.555000', '113933.558000', '113933.561000', '113933.563000', '113933.566000', '113933.568000', '113933.571000', '113933.573000', '113933.576000', '113933.579000', '113933.581000', '113933.584000', '113953.475000', '113953.478000', '113953.481000', '113953.483000', '113953.486000', '113953.489000', '113953.493000', '113953.495000', '113953.498000', '113953.501000', '113953.503000', '113953.506000', '113953.508000', '113953.511000', '113953.514000', '113953.516000', '113953.519000', '113953.521000', '113953.524000', '113953.527000', '113953.529000', '113953.532000', '113953.534000', '113953.537000', '113953.539000', '113953.542000', '113953.545000', '113953.547000', '113953.550000', '113953.553000', '113953.555000', '113953.558000', '113953.561000', '113953.563000', '113953.566000', '113953.568000', '113953.571000', '113953.573000', '113953.576000', '113953.578000', '113953.581000', '113953.584000', '113953.586000', '113953.589000', '114006.329000', '114006.332000', '114006.334000', '114006.337000', '114006.374000', '114006.377000', '114006.379000', '114006.382000', '114006.385000', '114006.387000', '114006.390000', '114006.393000', '114006.396000', '114006.399000', '114006.402000', '114006.405000', '114006.409000', '114006.412000', '114006.415000', '114006.418000', '114006.421000', '114006.423000', '114006.426000', '114006.430000', '114006.433000', '114006.435000', '114006.439000', '114006.442000'], 'InstanceCreationTime': ['112953.511000', '112953.514000', '112953.517000', '112953.519000', '112953.522000', '112953.524000', '112953.529000', '112953.531000', '112953.534000', '112953.536000', '112953.539000', '112953.541000', '112953.544000', '112953.547000', '112953.549000', '112953.552000', '112953.554000', '112953.557000', '112953.559000', '112953.562000', '112953.564000', '112953.567000', '112953.570000', '112953.572000', '112953.575000', '112953.577000', '112953.580000', '112953.582000', '112953.585000', '112953.587000', '112953.590000', '112953.592000', '112953.595000', '112953.597000', '112953.600000', '112953.603000', '112953.605000', '112953.608000', '112953.610000', '112953.613000', '112953.616000', '112953.618000', '112953.621000', '113013.474000', '113013.477000', '113013.480000', '113013.482000', '113013.485000', '113013.487000', '113013.490000', '113013.492000', '113013.495000', '113013.497000', '113013.500000', '113013.503000', '113013.505000', '113013.508000', '113013.510000', '113013.513000', '113013.516000', '113013.522000', '113013.524000', '113013.527000', '113013.529000', '113013.532000', '113013.534000', '113013.537000', '113013.540000', '113013.542000', '113013.545000', '113013.547000', '113013.550000', '113013.552000', '113013.555000', '113013.557000', '113013.560000', '113013.562000', '113013.565000', '113013.567000', '113013.570000', '113013.573000', '113013.575000', '113013.578000', '113013.580000', '113013.583000', '113013.585000', '113013.588000', '113033.475000', '113033.479000', '113033.482000', '113033.484000', '113033.487000', '113033.490000', '113033.492000', '113033.495000', '113033.497000', '113033.500000', '113033.502000', '113033.541000', '113033.544000', '113033.546000', '113033.549000', '113033.551000', '113033.554000', '113033.556000', '113033.559000', '113033.561000', '113033.564000', '113033.567000', '113033.569000', '113033.572000', '113033.574000', '113033.577000', '113033.579000', '113033.582000', '113033.584000', '113033.587000', '113033.589000', '113033.592000', '113033.594000', '113033.597000', '113033.600000', '113033.602000', '113033.605000', '113033.607000', '113033.613000', '113033.616000', '113033.618000', '113033.621000', '113033.624000', '113053.475000', '113053.478000', '113053.481000', '113053.483000', '113053.486000', '113053.488000', '113053.491000', '113053.493000', '113053.496000', '113053.498000', '113053.501000', '113053.504000', '113053.506000', '113053.509000', '113053.511000', '113053.514000', '113053.516000', '113053.519000', '113053.522000', '113053.524000', '113053.527000', '113053.529000', '113053.532000', '113053.534000', '113053.537000', '113053.540000', '113053.542000', '113053.545000', '113053.547000', '113053.550000', '113053.552000', '113053.555000', '113053.558000', '113053.560000', '113053.563000', '113053.565000', '113053.568000', '113053.570000', '113053.573000', '113053.576000', '113053.578000', '113053.581000', '113053.583000', '113053.586000', '113113.475000', '113113.478000', '113113.481000', '113113.483000', '113113.486000', '113113.488000', '113113.491000', '113113.493000', '113113.496000', '113113.499000', '113113.501000', '113113.504000', '113113.506000', '113113.509000', '113113.511000', '113113.514000', '113113.516000', '113113.519000', '113113.521000', '113113.524000', '113113.527000', '113113.529000', '113113.532000', '113113.534000', '113113.537000', '113113.539000', '113113.542000', '113113.544000', '113113.547000', '113113.550000', '113113.552000', '113113.555000', '113113.557000', '113113.560000', '113113.562000', '113113.565000', '113113.567000', '113113.570000', '113113.572000', '113113.575000', '113113.577000', '113113.580000', '113113.583000', '113133.475000', '113133.478000', '113133.481000', '113133.483000', '113133.486000', '113133.488000', '113133.491000', '113133.493000', '113133.496000', '113133.498000', '113133.501000', '113133.504000', '113133.506000', '113133.509000', '113133.511000', '113133.514000', '113133.516000', '113133.519000', '113133.521000', '113133.524000', '113133.527000', '113133.529000', '113133.532000', '113133.534000', '113133.537000', '113133.539000', '113133.542000', '113133.544000', '113133.547000', '113133.550000', '113133.552000', '113133.555000', '113133.557000', '113133.560000', '113133.562000', '113133.565000', '113133.567000', '113133.570000', '113133.573000', '113133.575000', '113133.578000', '113133.580000', '113133.583000', '113133.585000', '113153.476000', '113153.478000', '113153.481000', '113153.483000', '113153.486000', '113153.489000', '113153.491000', '113153.494000', '113153.496000', '113153.499000', '113153.501000', '113153.504000', '113153.507000', '113153.509000', '113153.512000', '113153.514000', '113153.517000', '113153.519000', '113153.522000', '113153.524000', '113153.527000', '113153.530000', '113153.532000', '113153.535000', '113153.537000', '113153.540000', '113153.542000', '113153.545000', '113153.547000', '113153.550000', '113153.553000', '113153.555000', '113153.558000', '113153.560000', '113153.563000', '113153.565000', '113153.568000', '113153.571000', '113153.573000', '113153.576000', '113153.578000', '113153.581000', '113153.584000', '113213.475000', '113213.478000', '113213.481000', '113213.483000', '113213.486000', '113213.489000', '113213.492000', '113213.508000', '113213.511000', '113213.514000', '113213.516000', '113213.519000', '113213.521000', '113213.524000', '113213.526000', '113213.529000', '113213.531000', '113213.534000', '113213.537000', '113213.539000', '113213.542000', '113213.544000', '113213.547000', '113213.550000', '113213.552000', '113213.555000', '113213.557000', '113213.560000', '113213.563000', '113213.565000', '113213.568000', '113213.570000', '113213.573000', '113213.575000', '113213.578000', '113213.581000', '113213.583000', '113213.586000', '113213.588000', '113213.591000', '113213.594000', '113213.604000', '113213.606000', '113213.609000', '113233.475000', '113233.477000', '113233.480000', '113233.483000', '113233.485000', '113233.488000', '113233.490000', '113233.493000', '113233.495000', '113233.498000', '113233.501000', '113233.503000', '113233.506000', '113233.508000', '113233.511000', '113233.513000', '113233.516000', '113233.518000', '113233.521000', '113233.524000', '113233.526000', '113233.529000', '113233.531000', '113233.534000', '113233.537000', '113233.539000', '113233.542000', '113233.544000', '113233.547000', '113233.549000', '113233.552000', '113233.554000', '113233.557000', '113233.560000', '113233.562000', '113233.565000', '113233.567000', '113233.570000', '113233.573000', '113233.575000', '113233.578000', '113233.580000', '113233.583000', '113253.476000', '113253.478000', '113253.481000', '113253.483000', '113253.486000', '113253.489000', '113253.492000', '113253.495000', '113253.498000', '113253.501000', '113253.503000', '113253.506000', '113253.508000', '113253.511000', '113253.513000', '113253.516000', '113253.518000', '113253.521000', '113253.524000', '113253.526000', '113253.529000', '113253.531000', '113253.534000', '113253.537000', '113253.539000', '113253.542000', '113253.544000', '113253.547000', '113253.549000', '113253.552000', '113253.555000', '113253.557000', '113253.560000', '113253.563000', '113253.565000', '113253.568000', '113253.570000', '113253.573000', '113253.576000', '113253.578000', '113253.581000', '113253.583000', '113253.586000', '113313.475000', '113313.478000', '113313.481000', '113313.483000', '113313.486000', '113313.488000', '113313.491000', '113313.493000', '113313.496000', '113313.499000', '113313.501000', '113313.504000', '113313.506000', '113313.509000', '113313.511000', '113313.514000', '113313.517000', '113313.519000', '113313.522000', '113313.524000', '113313.527000', '113313.530000', '113313.532000', '113313.535000', '113313.537000', '113313.540000', '113313.543000', '113313.545000', '113313.548000', '113313.550000', '113313.553000', '113313.555000', '113313.558000', '113313.561000', '113313.563000', '113313.566000', '113313.568000', '113313.571000', '113313.574000', '113313.576000', '113313.579000', '113313.581000', '113313.584000', '113313.586000', '113333.476000', '113333.478000', '113333.481000', '113333.484000', '113333.486000', '113333.489000', '113333.491000', '113333.494000', '113333.497000', '113333.500000', '113333.503000', '113333.506000', '113333.509000', '113333.511000', '113333.514000', '113333.516000', '113333.519000', '113333.521000', '113333.524000', '113333.527000', '113333.529000', '113333.532000', '113333.536000', '113333.539000', '113333.541000', '113333.544000', '113333.547000', '113333.549000', '113333.552000', '113333.555000', '113333.557000', '113333.560000', '113333.569000', '113333.572000', '113333.575000', '113333.577000', '113333.580000', '113333.582000', '113333.585000', '113333.588000', '113333.590000', '113333.593000', '113333.595000', '113353.476000', '113353.478000', '113353.481000', '113353.484000', '113353.486000', '113353.489000', '113353.491000', '113353.494000', '113353.496000', '113353.499000', '113353.502000', '113353.504000', '113353.507000', '113353.509000', '113353.512000', '113353.514000', '113353.517000', '113353.520000', '113353.522000', '113353.525000', '113353.527000', '113353.530000', '113353.532000', '113353.535000', '113353.538000', '113353.540000', '113353.543000', '113353.545000', '113353.548000', '113353.550000', '113353.553000', '113353.556000', '113353.558000', '113353.561000', '113353.563000', '113353.566000', '113353.569000', '113353.571000', '113353.574000', '113353.576000', '113353.579000', '113353.581000', '113353.584000', '113353.587000', '113413.476000', '113413.478000', '113413.481000', '113413.484000', '113413.486000', '113413.489000', '113413.491000', '113413.494000', '113413.496000', '113413.499000', '113413.502000', '113413.504000', '113413.507000', '113413.510000', '113413.513000', '113413.516000', '113413.518000', '113413.521000', '113413.523000', '113413.526000', '113413.529000', '113413.531000', '113413.534000', '113413.536000', '113413.539000', '113413.541000', '113413.544000', '113413.547000', '113413.549000', '113413.552000', '113413.554000', '113413.557000', '113413.560000', '113413.562000', '113413.565000', '113413.567000', '113413.570000', '113413.572000', '113413.575000', '113413.578000', '113413.580000', '113413.583000', '113413.585000', '113433.475000', '113433.478000', '113433.481000', '113433.484000', '113433.486000', '113433.489000', '113433.491000', '113433.494000', '113433.497000', '113433.499000', '113433.502000', '113433.504000', '113433.507000', '113433.509000', '113433.512000', '113433.515000', '113433.517000', '113433.520000', '113433.522000', '113433.525000', '113433.527000', '113433.530000', '113433.533000', '113433.535000', '113433.538000', '113433.540000', '113433.543000', '113433.545000', '113433.548000', '113433.550000', '113433.553000', '113433.556000', '113433.559000', '113433.561000', '113433.564000', '113433.566000', '113433.569000', '113433.571000', '113433.574000', '113433.576000', '113433.579000', '113433.581000', '113433.584000', '113433.587000', '113453.474000', '113453.477000', '113453.480000', '113453.482000', '113453.485000', '113453.488000', '113453.490000', '113453.493000', '113453.495000', '113453.498000', '113453.500000', '113453.503000', '113453.506000', '113453.508000', '113453.511000', '113453.513000', '113453.516000', '113453.519000', '113453.521000', '113453.524000', '113453.526000', '113453.530000', '113453.533000', '113453.536000', '113453.538000', '113453.541000', '113453.543000', '113453.546000', '113453.549000', '113453.551000', '113453.554000', '113453.556000', '113453.559000', '113453.561000', '113453.564000', '113453.567000', '113453.569000', '113453.573000', '113453.575000', '113453.578000', '113453.581000', '113453.583000', '113453.586000', '113513.475000', '113513.478000', '113513.481000', '113513.483000', '113513.486000', '113513.488000', '113513.491000', '113513.494000', '113513.496000', '113513.499000', '113513.502000', '113513.504000', '113513.507000', '113513.509000', '113513.512000', '113513.514000', '113513.517000', '113513.520000', '113513.522000', '113513.525000', '113513.527000', '113513.530000', '113513.533000', '113513.535000', '113513.538000', '113513.540000', '113513.543000', '113513.546000', '113513.548000', '113513.551000', '113513.554000', '113513.556000', '113513.559000', '113513.561000', '113513.564000', '113513.566000', '113513.569000', '113513.572000', '113513.574000', '113513.577000', '113513.581000', '113513.584000', '113513.586000', '113513.589000', '113533.475000', '113533.478000', '113533.481000', '113533.483000', '113533.486000', '113533.489000', '113533.491000', '113533.494000', '113533.496000', '113533.499000', '113533.502000', '113533.504000', '113533.507000', '113533.509000', '113533.512000', '113533.515000', '113533.517000', '113533.520000', '113533.522000', '113533.525000', '113533.527000', '113533.530000', '113533.533000', '113533.535000', '113533.538000', '113533.540000', '113533.543000', '113533.546000', '113533.549000', '113533.552000', '113533.555000', '113533.557000', '113533.560000', '113533.563000', '113533.565000', '113533.568000', '113533.570000', '113533.573000', '113533.575000', '113533.578000', '113533.580000', '113533.583000', '113533.586000', '113553.475000', '113553.478000', '113553.481000', '113553.483000', '113553.486000', '113553.489000', '113553.491000', '113553.494000', '113553.496000', '113553.499000', '113553.501000', '113553.504000', '113553.507000', '113553.509000', '113553.512000', '113553.514000', '113553.517000', '113553.519000', '113553.522000', '113553.525000', '113553.527000', '113553.530000', '113553.532000', '113553.535000', '113553.537000', '113553.540000', '113553.543000', '113553.545000', '113553.548000', '113553.550000', '113553.553000', '113553.556000', '113553.558000', '113553.561000', '113553.563000', '113553.566000', '113553.569000', '113553.571000', '113553.574000', '113553.576000', '113553.579000', '113553.582000', '113553.584000', '113553.587000', '113613.476000', '113613.478000', '113613.481000', '113613.484000', '113613.486000', '113613.489000', '113613.491000', '113613.494000', '113613.496000', '113613.499000', '113613.502000', '113613.504000', '113613.507000', '113613.509000', '113613.512000', '113613.514000', '113613.517000', '113613.520000', '113613.522000', '113613.525000', '113613.527000', '113613.530000', '113613.532000', '113613.535000', '113613.538000', '113613.540000', '113613.543000', '113613.545000', '113613.548000', '113613.550000', '113613.553000', '113613.556000', '113613.558000', '113613.561000', '113613.563000', '113613.566000', '113613.568000', '113613.571000', '113613.574000', '113613.576000', '113613.579000', '113613.581000', '113613.584000', '113633.475000', '113633.478000', '113633.481000', '113633.483000', '113633.486000', '113633.488000', '113633.491000', '113633.494000', '113633.496000', '113633.499000', '113633.531000', '113633.533000', '113633.536000', '113633.539000', '113633.541000', '113633.544000', '113633.546000', '113633.549000', '113633.551000', '113633.554000', '113633.556000', '113633.559000', '113633.562000', '113633.564000', '113633.567000', '113633.569000', '113633.572000', '113633.575000', '113633.577000', '113633.580000', '113633.582000', '113633.585000', '113633.588000', '113633.590000', '113633.593000', '113633.596000', '113633.598000', '113633.601000', '113633.604000', '113633.606000', '113633.609000', '113633.611000', '113633.614000', '113633.616000', '113653.476000', '113653.479000', '113653.481000', '113653.484000', '113653.486000', '113653.489000', '113653.491000', '113653.494000', '113653.497000', '113653.499000', '113653.502000', '113653.504000', '113653.507000', '113653.510000', '113653.512000', '113653.515000', '113653.517000', '113653.520000', '113653.523000', '113653.526000', '113653.529000', '113653.532000', '113653.534000', '113653.537000', '113653.540000', '113653.542000', '113653.545000', '113653.547000', '113653.550000', '113653.553000', '113653.555000', '113653.558000', '113653.561000', '113653.563000', '113653.566000', '113653.568000', '113653.571000', '113653.573000', '113653.576000', '113653.578000', '113653.581000', '113653.584000', '113653.586000', '113713.474000', '113713.477000', '113713.480000', '113713.483000', '113713.485000', '113713.488000', '113713.490000', '113713.493000', '113713.496000', '113713.498000', '113713.501000', '113713.503000', '113713.506000', '113713.508000', '113713.511000', '113713.514000', '113713.516000', '113713.519000', '113713.521000', '113713.524000', '113713.526000', '113713.529000', '113713.531000', '113713.534000', '113713.537000', '113713.539000', '113713.542000', '113713.544000', '113713.547000', '113713.549000', '113713.552000', '113713.555000', '113713.557000', '113713.560000', '113713.562000', '113713.565000', '113713.568000', '113713.570000', '113713.573000', '113713.575000', '113713.578000', '113713.580000', '113713.583000', '113713.586000', '113733.476000', '113733.478000', '113733.481000', '113733.483000', '113733.486000', '113733.489000', '113733.491000', '113733.494000', '113733.496000', '113733.499000', '113733.502000', '113733.504000', '113733.507000', '113733.509000', '113733.512000', '113733.514000', '113733.517000', '113733.520000', '113733.522000', '113733.525000', '113733.527000', '113733.530000', '113733.533000', '113733.535000', '113733.538000', '113733.540000', '113733.543000', '113733.545000', '113733.548000', '113733.551000', '113733.553000', '113733.556000', '113733.558000', '113733.561000', '113733.564000', '113733.566000', '113733.569000', '113733.571000', '113733.574000', '113733.576000', '113733.579000', '113733.582000', '113733.584000', '113753.476000', '113753.479000', '113753.481000', '113753.484000', '113753.486000', '113753.489000', '113753.491000', '113753.512000', '113753.515000', '113753.517000', '113753.520000', '113753.522000', '113753.525000', '113753.528000', '113753.530000', '113753.533000', '113753.535000', '113753.538000', '113753.540000', '113753.543000', '113753.545000', '113753.548000', '113753.551000', '113753.553000', '113753.556000', '113753.559000', '113753.561000', '113753.564000', '113753.566000', '113753.569000', '113753.571000', '113753.574000', '113753.577000', '113753.579000', '113753.582000', '113753.584000', '113753.587000', '113753.589000', '113753.592000', '113753.595000', '113753.597000', '113753.600000', '113753.602000', '113753.605000', '113813.476000', '113813.478000', '113813.481000', '113813.484000', '113813.486000', '113813.489000', '113813.491000', '113813.494000', '113813.497000', '113813.499000', '113813.502000', '113813.504000', '113813.507000', '113813.509000', '113813.512000', '113813.515000', '113813.517000', '113813.520000', '113813.522000', '113813.525000', '113813.528000', '113813.530000', '113813.533000', '113813.535000', '113813.538000', '113813.541000', '113813.543000', '113813.546000', '113813.548000', '113813.551000', '113813.554000', '113813.556000', '113813.559000', '113813.561000', '113813.564000', '113813.567000', '113813.569000', '113813.572000', '113813.574000', '113813.577000', '113813.579000', '113813.582000', '113813.585000', '113833.476000', '113833.478000', '113833.481000', '113833.484000', '113833.486000', '113833.489000', '113833.491000', '113833.494000', '113833.497000', '113833.499000', '113833.502000', '113833.505000', '113833.508000', '113833.510000', '113833.513000', '113833.515000', '113833.518000', '113833.521000', '113833.523000', '113833.526000', '113833.528000', '113833.531000', '113833.534000', '113833.536000', '113833.539000', '113833.541000', '113833.544000', '113833.546000', '113833.549000', '113833.552000', '113833.554000', '113833.557000', '113833.559000', '113833.562000', '113833.564000', '113833.567000', '113833.570000', '113833.572000', '113833.575000', '113833.577000', '113833.580000', '113833.582000', '113833.585000', '113833.588000', '113853.476000', '113853.478000', '113853.481000', '113853.484000', '113853.486000', '113853.489000', '113853.491000', '113853.494000', '113853.497000', '113853.499000', '113853.502000', '113853.504000', '113853.507000', '113853.509000', '113853.512000', '113853.515000', '113853.517000', '113853.520000', '113853.522000', '113853.525000', '113853.528000', '113853.530000', '113853.533000', '113853.535000', '113853.538000', '113853.541000', '113853.543000', '113853.546000', '113853.548000', '113853.551000', '113853.554000', '113853.556000', '113853.559000', '113853.562000', '113853.564000', '113853.567000', '113853.569000', '113853.572000', '113853.574000', '113853.577000', '113853.580000', '113853.582000', '113853.585000', '113913.476000', '113913.479000', '113913.481000', '113913.484000', '113913.486000', '113913.489000', '113913.492000', '113913.494000', '113913.497000', '113913.499000', '113913.502000', '113913.504000', '113913.507000', '113913.510000', '113913.512000', '113913.515000', '113913.517000', '113913.520000', '113913.523000', '113913.525000', '113913.528000', '113913.530000', '113913.533000', '113913.535000', '113913.538000', '113913.540000', '113913.543000', '113913.546000', '113913.548000', '113913.551000', '113913.553000', '113913.556000', '113913.558000', '113913.561000', '113913.564000', '113913.566000', '113913.569000', '113913.571000', '113913.574000', '113913.577000', '113913.579000', '113913.582000', '113913.584000', '113913.587000', '113933.475000', '113933.477000', '113933.480000', '113933.483000', '113933.485000', '113933.488000', '113933.491000', '113933.493000', '113933.496000', '113933.498000', '113933.501000', '113933.504000', '113933.506000', '113933.509000', '113933.511000', '113933.514000', '113933.516000', '113933.519000', '113933.522000', '113933.524000', '113933.527000', '113933.529000', '113933.532000', '113933.534000', '113933.537000', '113933.540000', '113933.542000', '113933.545000', '113933.547000', '113933.550000', '113933.553000', '113933.555000', '113933.558000', '113933.561000', '113933.563000', '113933.566000', '113933.568000', '113933.571000', '113933.573000', '113933.576000', '113933.579000', '113933.581000', '113933.584000', '113953.475000', '113953.478000', '113953.481000', '113953.483000', '113953.486000', '113953.489000', '113953.493000', '113953.495000', '113953.498000', '113953.501000', '113953.503000', '113953.506000', '113953.508000', '113953.511000', '113953.514000', '113953.516000', '113953.519000', '113953.521000', '113953.524000', '113953.527000', '113953.529000', '113953.532000', '113953.534000', '113953.537000', '113953.539000', '113953.542000', '113953.545000', '113953.547000', '113953.550000', '113953.553000', '113953.555000', '113953.558000', '113953.561000', '113953.563000', '113953.566000', '113953.568000', '113953.571000', '113953.573000', '113953.576000', '113953.578000', '113953.581000', '113953.584000', '113953.586000', '113953.589000', '114006.329000', '114006.332000', '114006.334000', '114006.337000', '114006.374000', '114006.377000', '114006.379000', '114006.382000', '114006.385000', '114006.387000', '114006.390000', '114006.393000', '114006.396000', '114006.399000', '114006.402000', '114006.405000', '114006.409000', '114006.412000', '114006.415000', '114006.418000', '114006.421000', '114006.423000', '114006.426000', '114006.430000', '114006.433000', '114006.435000', '114006.439000', '114006.442000'], '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': [8257, 8924, 8584, 11139, 8689, 13094, 8363, 11196, 8074, 10512, 8624, 9417, 8632, 10026, 10384, 8025, 9695, 8262, 11051, 8765, 13154, 9142, 16016, 10252, 13778, 9816, 13370, 9674, 12732, 10466, 14140, 10101, 8295, 9103, 8457, 11465, 9370, 12391, 8471, 9340, 8872, 9355, 8458, 11785, 8989, 12479, 9013, 11087, 9057, 12106, 9029, 14027, 8999, 12649, 9282, 10670, 9377, 10554, 12113, 8895, 10821, 9071, 12510, 8868, 14025, 9781, 16897, 9198, 13033, 9100, 11676, 9605, 9944, 9284, 8774, 9813, 8835, 11684, 9396, 11020, 9338, 12144, 8612, 13918, 8889, 15266, 9014, 11190, 9217, 11939, 8885, 13119, 9140, 10661, 9171, 11106, 8868, 11954, 9157, 11345, 9368, 11261, 9022, 11430, 8842, 10227, 9208, 8665, 9297, 8861, 10850, 9014, 12805, 9781, 11147, 9496, 12991, 8848, 16216, 10982, 15972, 9431, 13325, 9516, 17115, 10666, 18507, 9977, 10731, 10398, 8957, 10049, 9591, 11780, 9104, 9739, 9267, 10284, 9402, 12529, 8840, 13963, 9538, 11511, 9541, 11930, 9530, 11191, 10552, 10141, 9414, 9009, 9398, 9113, 11434, 9618, 11958, 9830, 10544, 9664, 11469, 9438, 13022, 9453, 11904, 9696, 11189, 9402, 12681, 9568, 11497, 9677, 8728, 9456, 9256, 10968, 9756, 10119, 9569, 9735, 9423, 10936, 9547, 12437, 9789, 11930, 9601, 11395, 9516, 12138, 9223, 14445, 9622, 11183, 9372, 11459, 9663, 12337, 9627, 12904, 9909, 9029, 9777, 8819, 9861, 10032, 9804, 8739, 9925, 8601, 10552, 8697, 11965, 9291, 9422, 9158, 10028, 9487, 10121, 9613, 11074, 9673, 11250, 9899, 10667, 9725, 11201, 9994, 11926, 9598, 14196, 9817, 11720, 9678, 11414, 9723, 13626, 9864, 11533, 9997, 11501, 9637, 12996, 9696, 10780, 9799, 11250, 9619, 11297, 9474, 12373, 9769, 11072, 9708, 10975, 10080, 11940, 9824, 14013, 9848, 12401, 9917, 11869, 9754, 12673, 10197, 11520, 10320, 10707, 10111, 9879, 10118, 9030, 10100, 8683, 10839, 10806, 10387, 8910, 10094, 9330, 10999, 9655, 9890, 10086, 11053, 9940, 12320, 9953, 12384, 9996, 10238, 9978, 9259, 10260, 8558, 10456, 9252, 10937, 9600, 16094, 10193, 12234, 10184, 12826, 10105, 14092, 10102, 18132, 11650, 16664, 10187, 11697, 10706, 13824, 10856, 12239, 10221, 9378, 10078, 9302, 9939, 9834, 11995, 10170, 11200, 10181, 10451, 10033, 11892, 9952, 13356, 10290, 12285, 10356, 11199, 11203, 13929, 12135, 14463, 10031, 10035, 10216, 9956, 11738, 10415, 13083, 10444, 9935, 10318, 11390, 10063, 12900, 10571, 9027, 10469, 8823, 9996, 9975, 8647, 10158, 10442, 14420, 10431, 12106, 10289, 13950, 10103, 18107, 12369, 14545, 10352, 13561, 10718, 18969, 11092, 14577, 10086, 12194, 10407, 13131, 10246, 9340, 11063, 10539, 10172, 9505, 10226, 9896, 10269, 10113, 12046, 10493, 13493, 10441, 11370, 10152, 12294, 10003, 15812, 10401, 12444, 10338, 12664, 10171, 12670, 10471, 8682, 10364, 9189, 11564, 9663, 12526, 10693, 11483, 10278, 12929, 10082, 15621, 10433, 12381, 10328, 11506, 10576, 11778, 10333, 9650, 10317, 10017, 11640, 10176, 13006, 10214, 11081, 10340, 11255, 10286, 13412, 10271, 14094, 10381, 10313, 10311, 10606, 10440, 10725, 10460, 9818, 10182, 10114, 12356, 10442, 14116, 10298, 10293, 10249, 11433, 10288, 14567, 11526, 9585, 10554, 8781, 10816, 9620, 11307, 10205, 10190, 10180, 12335, 10275, 16026, 10546, 13096, 10367, 11880, 10235, 15556, 10645, 11516, 10234, 9607, 10250, 10467, 10302, 10880, 10220, 9083, 10326, 8851, 10093, 9257, 10286, 9105, 10291, 8752, 10439, 8992, 10374, 10412, 10314, 8926, 10321, 8534, 10248, 9729, 10248, 9155, 10399, 9217, 10121, 9596, 10604, 10168, 12407, 10485, 10699, 10321, 11960, 9945, 14102, 10050, 17801, 10464, 13058, 10179, 13103, 10322, 17987, 11421, 15001, 10512, 11421, 10456, 11328, 10121, 12766, 10056, 13183, 10376, 11085, 10253, 10905, 10218, 11378, 9717, 12879, 10190, 10765, 10033, 10209, 9714, 11286, 10059, 12808, 10067, 10493, 10259, 10866, 10014, 13976, 10119, 9656, 10272, 8853, 10132, 9835, 11160, 9666, 10138, 9965, 11444, 10111, 13232, 9873, 13022, 10366, 11374, 10326, 9791, 12562, 10089, 14461, 11604, 19492, 11706, 15096, 10282, 13319, 10741, 16244, 11260, 8919, 9936, 8964, 10137, 9162, 11038, 10178, 10284, 10015, 9892, 10190, 11654, 10318, 13195, 10199, 11384, 10129, 12100, 10276, 15232, 10420, 11207, 10091, 11073, 10218, 12132, 10217, 9520, 10633, 9658, 10337, 9975, 11624, 10320, 13467, 10179, 10500, 10269, 9697, 10139, 10050, 11457, 9438, 9729, 9980, 11222, 10019, 11830, 9698, 12017, 10037, 13476, 12081, 14194, 10341, 9830, 10157, 9949, 11915, 9855, 16349, 11107, 13990, 9964, 8971, 9796, 9815, 10294, 10100, 13102, 10169, 11397, 10241, 11209, 10300, 12917, 10514, 15887, 11112, 9569, 10240, 9137, 10143, 9073, 10670, 10047, 9932, 10035, 10321, 10387, 11102, 10244, 15146, 10139, 10595, 9956, 11116, 10168, 11479, 9867, 14659, 9978, 9930, 9983, 9961, 10229, 11324, 10025, 12993, 10162, 9274, 10247, 9424, 10161, 11391, 10177, 8803, 9852, 9050, 10967, 9331, 12771, 9778, 9952, 9985, 10189, 10199, 11627, 10194, 13739, 10198, 10515, 10015, 11124, 9890, 14915, 10493, 11311, 10266, 10954, 10202, 14132, 10162, 15275, 10154, 9402, 10224, 9410, 10471, 9403, 11256, 9648, 10032, 9894, 10205, 10018, 11882, 9958, 15209, 10412, 10841, 9963, 11426, 9527, 14209, 9807, 13182, 10050, 10268, 10219, 11425, 9918, 12779, 10089, 8768, 10175, 8819, 10195, 9235, 11090, 10147, 10012, 10136, 10602, 10159, 11691, 9800, 14983, 10410, 10589, 10343, 11247, 9998, 14011, 10864, 14092, 10450, 8784, 10109, 9110, 11181, 9588, 12870, 10309, 10118, 9798, 11104, 9743, 12717, 9936, 14772, 10376, 9617, 10171, 9022, 9877, 10751, 12044, 9636, 10077, 9483, 9965, 10241, 11965, 9624, 14617, 10087, 11079, 9926, 11008, 10226, 14976, 10839, 14617, 10260, 10044, 10007, 9074, 9951, 8755, 10555, 9242, 10074, 9424, 9838, 9501, 11427, 10041, 11187, 9658, 10323, 9900, 10884, 10011, 13698, 9893, 9877, 10032, 8184, 9899, 8516, 11154, 9238, 10223, 10047, 10294, 9424, 12612, 9372, 15462, 10056, 10171, 9993, 9155, 11514, 9540, 12241, 10121, 10587, 9808, 13627, 9857, 18716, 12170, 13197, 10311, 9114, 10129, 10248, 11986, 9636, 9866, 9832, 10753, 9999, 11657, 9824, 14312, 9874, 10574, 10038, 10373, 9927, 10867, 10141, 11060, 10099, 8323, 9917, 8673, 10959, 9176, 11970, 10079, 10114, 10145, 10821, 9336, 13745, 9762, 11398, 9786, 8240, 9593, 9386, 10814, 9356, 9501, 13616, 9019, 12892, 9126, 10990, 9305, 10742, 10068, 15120, 13387, 13147, 9661, 9023, 10360, 9584, 12164, 9998, 14601, 9911, 11415, 9444, 10901, 9422, 11823, 9743, 14389, 9931, 7410, 9451, 8159, 10266, 8475, 12171, 9197, 11570, 9347, 11017, 9016, 11127, 9203, 15142, 9931, 11491, 9043, 8497, 8975, 8962, 10868, 8771, 11028, 9033, 9695, 9042, 11379, 9042, 14332, 9334, 11086, 9331, 10912, 9333, 14720, 10631, 17377, 10162, 11334, 9561, 9869, 8941, 11517, 10208, 11299, 9053, 7853, 9141, 8184, 11220, 8599, 11582, 8711, 8969, 8558, 9409, 9027, 10514, 8347, 13527, 8927, 10634, 9173, 10930, 9145, 14550, 10962, 17933, 10451, 12824, 9168, 11173, 9395, 13806, 10982, 15767, 10374, 8081, 9990, 8295, 10064, 9360, 10979, 10264, 9721, 7919, 8664, 8251, 8970, 8416, 10156, 8405, 12715, 8631, 12065, 8702, 11222, 8526, 11821, 8997, 14269, 9711, 12105, 8742, 9864, 9151, 9810, 10833, 11224, 9958, 7930, 9857, 8474, 11122, 9622, 14772, 9359, 11839, 8517, 10965, 9297, 14048, 10790, 16346, 9191, 9177, 8583, 8796, 8885, 9099, 10577, 7298, 8667, 8194, 10284, 8156, 13532, 8652, 13401, 8361, 10967, 8914, 13157, 9474, 16001, 8968, 11378, 8963, 11249, 9592, 15085, 11028, 9036, 9106, 8210, 8762, 9042, 11435, 9504, 9237, 7989, 9570, 8249, 10926, 8514, 13691, 8565, 11071, 8546, 12240, 9487, 14919, 8897, 11377, 9666, 14172, 10990, 12705, 9825, 7508, 8709, 8283, 10908, 9595, 13648, 8930, 10549, 8402, 11119, 9415, 14287, 10913, 13781, 9116, 8151, 8884, 8745, 11897, 10322, 13565, 9747, 9944, 8552, 10668, 8484, 12522, 8616, 14691, 8770, 10345, 8126, 11340, 8928, 14229, 10070, 11142, 8784, 9742, 9856, 10955, 9913, 7085, 8516, 8005, 12894, 8281, 13573, 8366, 10203, 7736, 11978, 8900, 13951, 10379, 14917, 9806, 9274, 7861, 7024, 10307, 8399, 9233, 9797, 9283, 10710, 8375, 12058, 8428, 13581, 10329, 15165, 12016, 14491, 12053, 14669, 14418, 11352, 11348, 11690, 19609, 13841, 18126, 14791, 10241, 10977, 11381, 13052, 10718, 16797, 10088, 13356, 10466, 12241, 9418, 9175, 8024, 9123, 7646, 7281, 9626, 7869, 10781, 8023, 7154, 8389, 7926, 12363, 9048, 13778, 9924, 15332, 9481, 13890, 9923, 13163, 10373, 17746, 11079, 14210, 9340, 9283, 9464, 8710, 9476, 10184, 11771, 10272, 10462, 7900, 9111, 8630, 11323, 9023, 13874, 9500, 13618, 9045, 11321, 8864, 12172, 8718, 12578, 9241, 14684, 9121, 13353, 8821, 11845, 8836, 12128, 9789, 13967, 11371, 11126, 8700, 7611, 8355, 8643, 10444, 8239, 11539, 8432, 12444, 9098, 13290, 9440, 15204, 9612, 15123, 9072, 12580, 9077, 12594, 9569, 12745, 9837, 12484, 10007, 7220, 8371, 7521, 9715, 8248, 11710, 8179, 14226, 9115, 15332, 8743, 13374, 9365, 13116, 10360, 13492, 10262, 15138, 11549, 13239, 9488, 7812, 8504, 8210, 10971, 9291, 13163, 9022, 15591, 10440, 13497, 9316, 8665, 8840, 8284, 10843, 9100, 12659, 9176, 15045, 8571, 11838, 8881, 11986, 9625, 11782, 10242, 12755, 11570, 8080, 8607, 7726, 10248, 7855, 12597, 8924, 14792, 9889, 11500, 9387, 8803, 10302, 10406, 10731, 11064, 9960, 7474, 12515, 8877, 12486, 8817], 'WindowCenter': [4305.0, 4302.0, 4300.0, 4318.0, 4288.0, 4325.0, 4277.0, 4318.0, 4279.0, 4308.0, 4290.0, 4299.0, 4290.0, 4311.0, 4324.0, 4293.0, 4313.0, 4291.0, 4320.0, 4291.0, 4331.0, 4299.0, 4353.0, 4314.0, 4342.0, 4311.0, 4331.0, 4313.0, 4331.0, 4310.0, 4330.0, 4308.0, 4278.0, 4287.0, 4274.0, 4308.0, 4299.0, 4320.0, 4277.0, 4299.0, 4287.0, 4289.0, 4291.0, 4317.0, 4288.0, 4342.0, 4301.0, 4331.0, 4300.0, 4331.0, 4303.0, 4353.0, 4316.0, 4343.0, 4313.0, 4335.0, 4313.0, 4322.0, 4332.0, 4302.0, 4324.0, 4299.0, 4330.0, 4303.0, 4342.0, 4312.0, 4364.0, 4312.0, 4330.0, 4301.0, 4319.0, 4300.0, 4300.0, 4299.0, 4288.0, 4310.0, 4302.0, 4332.0, 4300.0, 4321.0, 4302.0, 4342.0, 4302.0, 4340.0, 4290.0, 4353.0, 4302.0, 4320.0, 4302.0, 4331.0, 4302.0, 4342.0, 4315.0, 4321.0, 4314.0, 4331.0, 4314.0, 4331.0, 4312.0, 4321.0, 4314.0, 4332.0, 4315.0, 4333.0, 4303.0, 4323.0, 4314.0, 4303.0, 4315.0, 4313.0, 4336.0, 4316.0, 4360.0, 4326.0, 4334.0, 4315.0, 4357.0, 4317.0, 4366.0, 4335.0, 4354.0, 4314.0, 4332.0, 4313.0, 4366.0, 4322.0, 4361.0, 4312.0, 4309.0, 4310.0, 4288.0, 4298.0, 4298.0, 4319.0, 4300.0, 4312.0, 4300.0, 4311.0, 4302.0, 4342.0, 4302.0, 4340.0, 4313.0, 4322.0, 4312.0, 4319.0, 4301.0, 4310.0, 4312.0, 4311.0, 4300.0, 4288.0, 4298.0, 4290.0, 4321.0, 4301.0, 4321.0, 4309.0, 4311.0, 4300.0, 4321.0, 4312.0, 4330.0, 4311.0, 4320.0, 4302.0, 4320.0, 4313.0, 4342.0, 4314.0, 4332.0, 4311.0, 4290.0, 4312.0, 4313.0, 4321.0, 4299.0, 4311.0, 4300.0, 4300.0, 4300.0, 4309.0, 4300.0, 4320.0, 4309.0, 4321.0, 4299.0, 4319.0, 4299.0, 4320.0, 4299.0, 4339.0, 4300.0, 4309.0, 4300.0, 4319.0, 4299.0, 4330.0, 4312.0, 4330.0, 4311.0, 4290.0, 4300.0, 4290.0, 4310.0, 4298.0, 4298.0, 4279.0, 4310.0, 4278.0, 4310.0, 4278.0, 4320.0, 4289.0, 4289.0, 4289.0, 4299.0, 4298.0, 4298.0, 4297.0, 4319.0, 4300.0, 4321.0, 4300.0, 4311.0, 4300.0, 4320.0, 4299.0, 4319.0, 4301.0, 4341.0, 4311.0, 4319.0, 4300.0, 4319.0, 4300.0, 4329.0, 4300.0, 4308.0, 4300.0, 4319.0, 4300.0, 4329.0, 4300.0, 4308.0, 4310.0, 4320.0, 4313.0, 4332.0, 4313.0, 4331.0, 4313.0, 4322.0, 4313.0, 4322.0, 4323.0, 4332.0, 4313.0, 4344.0, 4315.0, 4332.0, 4313.0, 4320.0, 4313.0, 4331.0, 4312.0, 4321.0, 4312.0, 4323.0, 4323.0, 4312.0, 4314.0, 4302.0, 4313.0, 4291.0, 4324.0, 4324.0, 4326.0, 4302.0, 4312.0, 4301.0, 4322.0, 4301.0, 4314.0, 4323.0, 4322.0, 4310.0, 4329.0, 4300.0, 4330.0, 4313.0, 4311.0, 4313.0, 4301.0, 4313.0, 4291.0, 4325.0, 4314.0, 4325.0, 4326.0, 4358.0, 4313.0, 4335.0, 4314.0, 4334.0, 4314.0, 4344.0, 4313.0, 4355.0, 4324.0, 4354.0, 4313.0, 4321.0, 4321.0, 4330.0, 4310.0, 4318.0, 4310.0, 4300.0, 4311.0, 4299.0, 4301.0, 4299.0, 4333.0, 4312.0, 4335.0, 4322.0, 4324.0, 4323.0, 4333.0, 4325.0, 4341.0, 4324.0, 4331.0, 4314.0, 4322.0, 4323.0, 4343.0, 4332.0, 4341.0, 4312.0, 4300.0, 4311.0, 4299.0, 4320.0, 4309.0, 4332.0, 4323.0, 4315.0, 4312.0, 4321.0, 4311.0, 4327.0, 4322.0, 4302.0, 4323.0, 4313.0, 4324.0, 4326.0, 4306.0, 4337.0, 4339.0, 4369.0, 4338.0, 4347.0, 4340.0, 4358.0, 4326.0, 4366.0, 4333.0, 4340.0, 4311.0, 4329.0, 4310.0, 4350.0, 4310.0, 4328.0, 4309.0, 4318.0, 4309.0, 4328.0, 4309.0, 4286.0, 4307.0, 4298.0, 4298.0, 4297.0, 4311.0, 4309.0, 4311.0, 4311.0, 4332.0, 4312.0, 4345.0, 4322.0, 4323.0, 4324.0, 4332.0, 4311.0, 4351.0, 4312.0, 4330.0, 4309.0, 4329.0, 4310.0, 4331.0, 4323.0, 4292.0, 4311.0, 4301.0, 4322.0, 4300.0, 4344.0, 4312.0, 4323.0, 4310.0, 4330.0, 4312.0, 4352.0, 4321.0, 4330.0, 4313.0, 4319.0, 4311.0, 4319.0, 4313.0, 4300.0, 4312.0, 4310.0, 4331.0, 4321.0, 4342.0, 4312.0, 4323.0, 4323.0, 4321.0, 4312.0, 4331.0, 4312.0, 4343.0, 4313.0, 4311.0, 4323.0, 4311.0, 4311.0, 4310.0, 4311.0, 4299.0, 4310.0, 4310.0, 4332.0, 4322.0, 4342.0, 4311.0, 4308.0, 4309.0, 4318.0, 4308.0, 4339.0, 4333.0, 4301.0, 4321.0, 4291.0, 4320.0, 4301.0, 4336.0, 4312.0, 4311.0, 4310.0, 4329.0, 4310.0, 4353.0, 4310.0, 4330.0, 4299.0, 4319.0, 4309.0, 4339.0, 4310.0, 4308.0, 4297.0, 4285.0, 4298.0, 4307.0, 4298.0, 4307.0, 4298.0, 4275.0, 4297.0, 4276.0, 4309.0, 4298.0, 4298.0, 4287.0, 4310.0, 4278.0, 4310.0, 4287.0, 4309.0, 4308.0, 4308.0, 4289.0, 4311.0, 4278.0, 4310.0, 4297.0, 4309.0, 4300.0, 4311.0, 4300.0, 4311.0, 4312.0, 4323.0, 4311.0, 4333.0, 4323.0, 4323.0, 4323.0, 4332.0, 4314.0, 4343.0, 4312.0, 4364.0, 4313.0, 4330.0, 4310.0, 4331.0, 4310.0, 4351.0, 4309.0, 4328.0, 4307.0, 4305.0, 4298.0, 4306.0, 4298.0, 4329.0, 4297.0, 4315.0, 4299.0, 4306.0, 4297.0, 4306.0, 4307.0, 4308.0, 4297.0, 4316.0, 4298.0, 4306.0, 4299.0, 4297.0, 4298.0, 4309.0, 4299.0, 4330.0, 4301.0, 4308.0, 4309.0, 4310.0, 4310.0, 4341.0, 4313.0, 4300.0, 4312.0, 4303.0, 4312.0, 4300.0, 4321.0, 4300.0, 4312.0, 4300.0, 4320.0, 4309.0, 4331.0, 4313.0, 4330.0, 4311.0, 4320.0, 4309.0, 4308.0, 4329.0, 4310.0, 4330.0, 4322.0, 4365.0, 4323.0, 4328.0, 4298.0, 4318.0, 4296.0, 4326.0, 4307.0, 4274.0, 4284.0, 4273.0, 4296.0, 4286.0, 4297.0, 4296.0, 4296.0, 4297.0, 4296.0, 4297.0, 4308.0, 4298.0, 4330.0, 4309.0, 4319.0, 4311.0, 4318.0, 4309.0, 4339.0, 4309.0, 4308.0, 4310.0, 4309.0, 4310.0, 4317.0, 4300.0, 4300.0, 4310.0, 4299.0, 4309.0, 4309.0, 4319.0, 4310.0, 4331.0, 4311.0, 4310.0, 4312.0, 4301.0, 4312.0, 4300.0, 4333.0, 4313.0, 4314.0, 4311.0, 4319.0, 4298.0, 4317.0, 4298.0, 4317.0, 4298.0, 4317.0, 4317.0, 4340.0, 4299.0, 4297.0, 4298.0, 4295.0, 4304.0, 4285.0, 4326.0, 4307.0, 4327.0, 4295.0, 4286.0, 4297.0, 4296.0, 4296.0, 4295.0, 4329.0, 4310.0, 4309.0, 4310.0, 4307.0, 4298.0, 4318.0, 4309.0, 4339.0, 4308.0, 4286.0, 4296.0, 4284.0, 4297.0, 4287.0, 4308.0, 4297.0, 4297.0, 4298.0, 4299.0, 4298.0, 4309.0, 4297.0, 4340.0, 4310.0, 4308.0, 4299.0, 4307.0, 4298.0, 4318.0, 4299.0, 4329.0, 4298.0, 4297.0, 4299.0, 4296.0, 4309.0, 4319.0, 4299.0, 4330.0, 4310.0, 4289.0, 4311.0, 4300.0, 4310.0, 4309.0, 4310.0, 4288.0, 4299.0, 4277.0, 4307.0, 4287.0, 4318.0, 4297.0, 4298.0, 4296.0, 4297.0, 4308.0, 4308.0, 4309.0, 4330.0, 4311.0, 4309.0, 4312.0, 4319.0, 4309.0, 4340.0, 4310.0, 4320.0, 4311.0, 4309.0, 4309.0, 4329.0, 4299.0, 4340.0, 4309.0, 4288.0, 4310.0, 4287.0, 4307.0, 4287.0, 4309.0, 4286.0, 4298.0, 4297.0, 4297.0, 4296.0, 4308.0, 4296.0, 4339.0, 4296.0, 4306.0, 4297.0, 4305.0, 4296.0, 4326.0, 4297.0, 4317.0, 4298.0, 4297.0, 4298.0, 4306.0, 4298.0, 4328.0, 4309.0, 4277.0, 4309.0, 4288.0, 4308.0, 4298.0, 4321.0, 4310.0, 4310.0, 4308.0, 4309.0, 4310.0, 4318.0, 4299.0, 4341.0, 4311.0, 4310.0, 4310.0, 4308.0, 4309.0, 4328.0, 4308.0, 4330.0, 4308.0, 4277.0, 4296.0, 4287.0, 4307.0, 4285.0, 4319.0, 4297.0, 4298.0, 4298.0, 4307.0, 4298.0, 4327.0, 4299.0, 4339.0, 4310.0, 4298.0, 4310.0, 4288.0, 4299.0, 4308.0, 4318.0, 4298.0, 4297.0, 4297.0, 4297.0, 4308.0, 4318.0, 4297.0, 4340.0, 4310.0, 4309.0, 4299.0, 4308.0, 4299.0, 4327.0, 4309.0, 4329.0, 4297.0, 4285.0, 4297.0, 4275.0, 4297.0, 4276.0, 4298.0, 4287.0, 4298.0, 4286.0, 4298.0, 4298.0, 4308.0, 4298.0, 4309.0, 4298.0, 4298.0, 4310.0, 4319.0, 4312.0, 4340.0, 4312.0, 4310.0, 4312.0, 4290.0, 4313.0, 4302.0, 4321.0, 4300.0, 4312.0, 4310.0, 4311.0, 4300.0, 4329.0, 4301.0, 4353.0, 4313.0, 4310.0, 4312.0, 4299.0, 4321.0, 4300.0, 4333.0, 4309.0, 4310.0, 4310.0, 4330.0, 4298.0, 4351.0, 4321.0, 4330.0, 4310.0, 4288.0, 4309.0, 4297.0, 4319.0, 4297.0, 4298.0, 4297.0, 4306.0, 4298.0, 4318.0, 4297.0, 4328.0, 4299.0, 4308.0, 4299.0, 4297.0, 4300.0, 4307.0, 4311.0, 4320.0, 4311.0, 4278.0, 4300.0, 4290.0, 4310.0, 4299.0, 4321.0, 4309.0, 4311.0, 4309.0, 4320.0, 4300.0, 4339.0, 4314.0, 4321.0, 4312.0, 4290.0, 4311.0, 4313.0, 4322.0, 4301.0, 4301.0, 4342.0, 4303.0, 4332.0, 4303.0, 4311.0, 4301.0, 4309.0, 4299.0, 4327.0, 4319.0, 4328.0, 4287.0, 4276.0, 4296.0, 4286.0, 4305.0, 4297.0, 4326.0, 4298.0, 4307.0, 4288.0, 4305.0, 4288.0, 4316.0, 4288.0, 4327.0, 4299.0, 4257.0, 4298.0, 4267.0, 4297.0, 4278.0, 4319.0, 4288.0, 4320.0, 4289.0, 4309.0, 4289.0, 4320.0, 4299.0, 4338.0, 4300.0, 4308.0, 4289.0, 4277.0, 4288.0, 4289.0, 4309.0, 4278.0, 4311.0, 4289.0, 4299.0, 4288.0, 4319.0, 4290.0, 4330.0, 4301.0, 4308.0, 4300.0, 4308.0, 4299.0, 4341.0, 4309.0, 4350.0, 4300.0, 4307.0, 4286.0, 4295.0, 4289.0, 4306.0, 4296.0, 4307.0, 4288.0, 4266.0, 4288.0, 4276.0, 4309.0, 4277.0, 4308.0, 4278.0, 4288.0, 4287.0, 4299.0, 4289.0, 4309.0, 4289.0, 4342.0, 4303.0, 4311.0, 4302.0, 4320.0, 4303.0, 4343.0, 4310.0, 4352.0, 4310.0, 4319.0, 4289.0, 4309.0, 4287.0, 4340.0, 4307.0, 4338.0, 4299.0, 4264.0, 4297.0, 4263.0, 4297.0, 4285.0, 4307.0, 4298.0, 4298.0, 4268.0, 4278.0, 4276.0, 4288.0, 4277.0, 4309.0, 4289.0, 4330.0, 4287.0, 4330.0, 4287.0, 4308.0, 4276.0, 4306.0, 4287.0, 4326.0, 4300.0, 4318.0, 4289.0, 4299.0, 4300.0, 4308.0, 4308.0, 4320.0, 4310.0, 4278.0, 4298.0, 4278.0, 4309.0, 4300.0, 4340.0, 4300.0, 4318.0, 4289.0, 4306.0, 4288.0, 4327.0, 4308.0, 4351.0, 4299.0, 4288.0, 4288.0, 4287.0, 4299.0, 4299.0, 4308.0, 4270.0, 4290.0, 4279.0, 4310.0, 4279.0, 4329.0, 4289.0, 4341.0, 4278.0, 4308.0, 4287.0, 4318.0, 4298.0, 4340.0, 4289.0, 4307.0, 4287.0, 4316.0, 4298.0, 4337.0, 4320.0, 4288.0, 4289.0, 4276.0, 4288.0, 4288.0, 4317.0, 4286.0, 4289.0, 4266.0, 4296.0, 4277.0, 4308.0, 4288.0, 4341.0, 4290.0, 4309.0, 4290.0, 4330.0, 4298.0, 4340.0, 4290.0, 4319.0, 4310.0, 4338.0, 4308.0, 4316.0, 4296.0, 4256.0, 4288.0, 4278.0, 4308.0, 4309.0, 4339.0, 4300.0, 4309.0, 4279.0, 4319.0, 4299.0, 4339.0, 4310.0, 4329.0, 4289.0, 4267.0, 4287.0, 4288.0, 4318.0, 4296.0, 4329.0, 4286.0, 4295.0, 4276.0, 4306.0, 4287.0, 4318.0, 4276.0, 4338.0, 4290.0, 4310.0, 4277.0, 4317.0, 4301.0, 4329.0, 4310.0, 4319.0, 4289.0, 4299.0, 4309.0, 4308.0, 4310.0, 4258.0, 4287.0, 4277.0, 4327.0, 4278.0, 4339.0, 4290.0, 4307.0, 4267.0, 4317.0, 4299.0, 4339.0, 4309.0, 4339.0, 4293.0, 4284.0, 4275.0, 4281.0, 4320.0, 4290.0, 4297.0, 4299.0, 4300.0, 4321.0, 4290.0, 4329.0, 4289.0, 4339.0, 4308.0, 4337.0, 4318.0, 4314.0, 4305.0, 4314.0, 4315.0, 4294.0, 4292.0, 4290.0, 4334.0, 4313.0, 4321.0, 4308.0, 4266.0, 4278.0, 4287.0, 4297.0, 4279.0, 4322.0, 4280.0, 4297.0, 4290.0, 4299.0, 4268.0, 4268.0, 4259.0, 4283.0, 4252.0, 4253.0, 4294.0, 4277.0, 4308.0, 4289.0, 4270.0, 4291.0, 4291.0, 4331.0, 4301.0, 4339.0, 4311.0, 4342.0, 4301.0, 4329.0, 4301.0, 4330.0, 4309.0, 4349.0, 4308.0, 4327.0, 4287.0, 4285.0, 4285.0, 4275.0, 4297.0, 4296.0, 4319.0, 4309.0, 4309.0, 4278.0, 4288.0, 4275.0, 4308.0, 4275.0, 4327.0, 4287.0, 4329.0, 4287.0, 4308.0, 4288.0, 4316.0, 4275.0, 4317.0, 4287.0, 4326.0, 4287.0, 4326.0, 4288.0, 4318.0, 4288.0, 4318.0, 4311.0, 4339.0, 4320.0, 4320.0, 4292.0, 4281.0, 4291.0, 4290.0, 4311.0, 4279.0, 4321.0, 4279.0, 4333.0, 4291.0, 4342.0, 4300.0, 4340.0, 4299.0, 4340.0, 4289.0, 4329.0, 4289.0, 4319.0, 4302.0, 4342.0, 4311.0, 4331.0, 4312.0, 4271.0, 4291.0, 4280.0, 4312.0, 4290.0, 4333.0, 4292.0, 4342.0, 4302.0, 4354.0, 4303.0, 4342.0, 4302.0, 4331.0, 4312.0, 4331.0, 4310.0, 4340.0, 4320.0, 4331.0, 4301.0, 4280.0, 4289.0, 4279.0, 4319.0, 4300.0, 4341.0, 4302.0, 4352.0, 4324.0, 4343.0, 4302.0, 4290.0, 4300.0, 4278.0, 4311.0, 4288.0, 4330.0, 4300.0, 4342.0, 4289.0, 4330.0, 4300.0, 4317.0, 4299.0, 4316.0, 4321.0, 4330.0, 4322.0, 4278.0, 4291.0, 4280.0, 4310.0, 4293.0, 4343.0, 4302.0, 4341.0, 4322.0, 4333.0, 4314.0, 4301.0, 4312.0, 4321.0, 4322.0, 4321.0, 4311.0, 4269.0, 4330.0, 4288.0, 4319.0, 4289.0], 'WindowWidth': [9541.0, 9530.0, 9523.0, 9542.0, 9500.0, 9546.0, 9484.0, 9540.0, 9490.0, 9527.0, 9506.0, 9514.0, 9505.0, 9535.0, 9556.0, 9513.0, 9542.0, 9509.0, 9547.0, 9506.0, 9563.0, 9517.0, 9601.0, 9544.0, 9580.0, 9537.0, 9562.0, 9539.0, 9563.0, 9532.0, 9559.0, 9528.0, 9482.0, 9496.0, 9474.0, 9525.0, 9516.0, 9545.0, 9484.0, 9517.0, 9496.0, 9500.0, 9508.0, 9540.0, 9501.0, 9582.0, 9524.0, 9563.0, 9521.0, 9564.0, 9529.0, 9598.0, 9552.0, 9582.0, 9543.0, 9576.0, 9543.0, 9549.0, 9568.0, 9526.0, 9558.0, 9517.0, 9559.0, 9527.0, 9581.0, 9538.0, 9619.0, 9540.0, 9560.0, 9521.0, 9543.0, 9518.0, 9517.0, 9516.0, 9499.0, 9531.0, 9525.0, 9565.0, 9519.0, 9549.0, 9524.0, 9581.0, 9527.0, 9576.0, 9506.0, 9599.0, 9527.0, 9547.0, 9523.0, 9564.0, 9527.0, 9581.0, 9548.0, 9550.0, 9542.0, 9564.0, 9548.0, 9565.0, 9542.0, 9551.0, 9544.0, 9566.0, 9548.0, 9572.0, 9531.0, 9556.0, 9547.0, 9528.0, 9545.0, 9541.0, 9577.0, 9549.0, 9619.0, 9566.0, 9575.0, 9548.0, 9609.0, 9554.0, 9621.0, 9577.0, 9602.0, 9544.0, 9566.0, 9541.0, 9622.0, 9554.0, 9609.0, 9537.0, 9527.0, 9529.0, 9498.0, 9513.0, 9512.0, 9544.0, 9518.0, 9538.0, 9516.0, 9532.0, 9523.0, 9580.0, 9525.0, 9575.0, 9542.0, 9550.0, 9535.0, 9542.0, 9521.0, 9531.0, 9537.0, 9532.0, 9518.0, 9497.0, 9513.0, 9502.0, 9546.0, 9519.0, 9551.0, 9530.0, 9534.0, 9516.0, 9546.0, 9537.0, 9560.0, 9536.0, 9547.0, 9522.0, 9547.0, 9541.0, 9582.0, 9544.0, 9565.0, 9538.0, 9504.0, 9537.0, 9542.0, 9550.0, 9517.0, 9539.0, 9518.0, 9518.0, 9515.0, 9527.0, 9516.0, 9545.0, 9528.0, 9549.0, 9514.0, 9540.0, 9515.0, 9546.0, 9516.0, 9573.0, 9517.0, 9528.0, 9517.0, 9540.0, 9515.0, 9560.0, 9537.0, 9560.0, 9535.0, 9502.0, 9518.0, 9504.0, 9532.0, 9512.0, 9514.0, 9486.0, 9531.0, 9483.0, 9529.0, 9484.0, 9546.0, 9500.0, 9502.0, 9499.0, 9513.0, 9510.0, 9511.0, 9509.0, 9542.0, 9518.0, 9547.0, 9515.0, 9533.0, 9515.0, 9543.0, 9514.0, 9543.0, 9521.0, 9578.0, 9533.0, 9542.0, 9515.0, 9539.0, 9518.0, 9556.0, 9516.0, 9524.0, 9514.0, 9542.0, 9517.0, 9555.0, 9515.0, 9524.0, 9531.0, 9542.0, 9542.0, 9566.0, 9541.0, 9562.0, 9541.0, 9548.0, 9540.0, 9550.0, 9554.0, 9563.0, 9539.0, 9585.0, 9545.0, 9565.0, 9540.0, 9546.0, 9540.0, 9562.0, 9537.0, 9549.0, 9537.0, 9554.0, 9553.0, 9537.0, 9541.0, 9522.0, 9540.0, 9507.0, 9555.0, 9556.0, 9560.0, 9522.0, 9535.0, 9520.0, 9549.0, 9520.0, 9542.0, 9553.0, 9551.0, 9530.0, 9554.0, 9516.0, 9557.0, 9537.0, 9532.0, 9536.0, 9518.0, 9537.0, 9505.0, 9562.0, 9543.0, 9560.0, 9563.0, 9615.0, 9540.0, 9573.0, 9544.0, 9572.0, 9543.0, 9585.0, 9540.0, 9606.0, 9557.0, 9599.0, 9539.0, 9546.0, 9548.0, 9559.0, 9530.0, 9537.0, 9531.0, 9515.0, 9533.0, 9513.0, 9518.0, 9512.0, 9566.0, 9534.0, 9574.0, 9551.0, 9556.0, 9555.0, 9566.0, 9559.0, 9577.0, 9556.0, 9563.0, 9541.0, 9550.0, 9553.0, 9581.0, 9566.0, 9575.0, 9538.0, 9517.0, 9531.0, 9513.0, 9545.0, 9525.0, 9564.0, 9555.0, 9544.0, 9535.0, 9548.0, 9534.0, 9551.0, 9551.0, 9522.0, 9553.0, 9541.0, 9556.0, 9563.0, 9535.0, 9581.0, 9582.0, 9629.0, 9583.0, 9592.0, 9589.0, 9613.0, 9564.0, 9625.0, 9568.0, 9574.0, 9530.0, 9555.0, 9529.0, 9591.0, 9531.0, 9554.0, 9527.0, 9536.0, 9524.0, 9551.0, 9527.0, 9490.0, 9521.0, 9508.0, 9510.0, 9509.0, 9532.0, 9528.0, 9532.0, 9529.0, 9562.0, 9534.0, 9586.0, 9550.0, 9550.0, 9555.0, 9563.0, 9533.0, 9592.0, 9536.0, 9556.0, 9528.0, 9554.0, 9532.0, 9561.0, 9552.0, 9508.0, 9534.0, 9517.0, 9548.0, 9516.0, 9584.0, 9534.0, 9552.0, 9532.0, 9559.0, 9537.0, 9596.0, 9548.0, 9557.0, 9537.0, 9541.0, 9532.0, 9542.0, 9540.0, 9518.0, 9536.0, 9530.0, 9563.0, 9548.0, 9580.0, 9536.0, 9554.0, 9552.0, 9546.0, 9536.0, 9561.0, 9538.0, 9582.0, 9538.0, 9531.0, 9553.0, 9535.0, 9534.0, 9529.0, 9532.0, 9513.0, 9530.0, 9529.0, 9566.0, 9551.0, 9582.0, 9532.0, 9527.0, 9527.0, 9540.0, 9525.0, 9571.0, 9567.0, 9520.0, 9547.0, 9506.0, 9546.0, 9520.0, 9578.0, 9536.0, 9533.0, 9528.0, 9554.0, 9528.0, 9599.0, 9531.0, 9558.0, 9512.0, 9542.0, 9529.0, 9572.0, 9532.0, 9522.0, 9509.0, 9487.0, 9511.0, 9523.0, 9512.0, 9520.0, 9510.0, 9473.0, 9505.0, 9475.0, 9526.0, 9511.0, 9511.0, 9495.0, 9530.0, 9482.0, 9528.0, 9497.0, 9528.0, 9525.0, 9526.0, 9499.0, 9531.0, 9482.0, 9530.0, 9509.0, 9527.0, 9516.0, 9534.0, 9517.0, 9533.0, 9538.0, 9552.0, 9533.0, 9569.0, 9554.0, 9554.0, 9553.0, 9563.0, 9542.0, 9583.0, 9539.0, 9618.0, 9538.0, 9558.0, 9530.0, 9563.0, 9533.0, 9593.0, 9529.0, 9553.0, 9522.0, 9513.0, 9508.0, 9518.0, 9508.0, 9554.0, 9508.0, 9530.0, 9511.0, 9516.0, 9505.0, 9519.0, 9523.0, 9525.0, 9508.0, 9532.0, 9509.0, 9518.0, 9511.0, 9505.0, 9510.0, 9524.0, 9512.0, 9556.0, 9518.0, 9524.0, 9528.0, 9529.0, 9530.0, 9574.0, 9540.0, 9516.0, 9535.0, 9527.0, 9537.0, 9518.0, 9548.0, 9516.0, 9537.0, 9515.0, 9542.0, 9527.0, 9561.0, 9538.0, 9556.0, 9534.0, 9546.0, 9528.0, 9524.0, 9555.0, 9530.0, 9560.0, 9551.0, 9620.0, 9551.0, 9554.0, 9509.0, 9537.0, 9504.0, 9545.0, 9519.0, 9469.0, 9484.0, 9466.0, 9504.0, 9490.0, 9509.0, 9504.0, 9505.0, 9507.0, 9502.0, 9504.0, 9521.0, 9509.0, 9558.0, 9526.0, 9540.0, 9531.0, 9539.0, 9528.0, 9571.0, 9527.0, 9524.0, 9526.0, 9525.0, 9530.0, 9535.0, 9516.0, 9515.0, 9530.0, 9513.0, 9525.0, 9527.0, 9542.0, 9529.0, 9562.0, 9532.0, 9532.0, 9534.0, 9518.0, 9536.0, 9516.0, 9567.0, 9540.0, 9545.0, 9535.0, 9542.0, 9511.0, 9535.0, 9510.0, 9533.0, 9508.0, 9533.0, 9537.0, 9573.0, 9515.0, 9507.0, 9510.0, 9500.0, 9512.0, 9488.0, 9550.0, 9521.0, 9550.0, 9503.0, 9491.0, 9506.0, 9503.0, 9506.0, 9503.0, 9554.0, 9530.0, 9528.0, 9528.0, 9520.0, 9510.0, 9539.0, 9526.0, 9571.0, 9525.0, 9490.0, 9503.0, 9485.0, 9508.0, 9493.0, 9526.0, 9508.0, 9509.0, 9510.0, 9511.0, 9510.0, 9526.0, 9508.0, 9574.0, 9528.0, 9522.0, 9511.0, 9520.0, 9509.0, 9537.0, 9512.0, 9556.0, 9512.0, 9508.0, 9513.0, 9505.0, 9527.0, 9540.0, 9516.0, 9556.0, 9530.0, 9499.0, 9529.0, 9516.0, 9530.0, 9527.0, 9530.0, 9494.0, 9512.0, 9477.0, 9522.0, 9493.0, 9541.0, 9506.0, 9509.0, 9504.0, 9505.0, 9523.0, 9523.0, 9526.0, 9558.0, 9533.0, 9527.0, 9535.0, 9541.0, 9528.0, 9573.0, 9533.0, 9544.0, 9532.0, 9525.0, 9526.0, 9555.0, 9516.0, 9574.0, 9527.0, 9494.0, 9527.0, 9492.0, 9521.0, 9493.0, 9527.0, 9492.0, 9508.0, 9504.0, 9506.0, 9503.0, 9523.0, 9504.0, 9572.0, 9504.0, 9517.0, 9504.0, 9516.0, 9505.0, 9546.0, 9508.0, 9537.0, 9509.0, 9505.0, 9510.0, 9518.0, 9510.0, 9551.0, 9527.0, 9481.0, 9525.0, 9498.0, 9527.0, 9510.0, 9548.0, 9529.0, 9531.0, 9526.0, 9525.0, 9529.0, 9539.0, 9515.0, 9578.0, 9534.0, 9529.0, 9531.0, 9524.0, 9529.0, 9555.0, 9526.0, 9557.0, 9523.0, 9477.0, 9504.0, 9491.0, 9523.0, 9489.0, 9542.0, 9508.0, 9510.0, 9510.0, 9521.0, 9511.0, 9549.0, 9515.0, 9570.0, 9530.0, 9510.0, 9528.0, 9498.0, 9515.0, 9525.0, 9542.0, 9511.0, 9509.0, 9507.0, 9507.0, 9524.0, 9537.0, 9509.0, 9574.0, 9528.0, 9525.0, 9514.0, 9522.0, 9513.0, 9551.0, 9526.0, 9555.0, 9508.0, 9487.0, 9506.0, 9473.0, 9507.0, 9476.0, 9509.0, 9491.0, 9508.0, 9490.0, 9511.0, 9511.0, 9523.0, 9508.0, 9526.0, 9511.0, 9509.0, 9528.0, 9541.0, 9537.0, 9572.0, 9538.0, 9530.0, 9535.0, 9504.0, 9539.0, 9525.0, 9548.0, 9518.0, 9537.0, 9529.0, 9530.0, 9516.0, 9556.0, 9521.0, 9595.0, 9537.0, 9530.0, 9535.0, 9516.0, 9548.0, 9518.0, 9567.0, 9527.0, 9529.0, 9529.0, 9559.0, 9513.0, 9598.0, 9548.0, 9556.0, 9528.0, 9495.0, 9527.0, 9508.0, 9541.0, 9507.0, 9510.0, 9505.0, 9517.0, 9507.0, 9538.0, 9508.0, 9551.0, 9511.0, 9522.0, 9513.0, 9506.0, 9517.0, 9523.0, 9531.0, 9543.0, 9532.0, 9484.0, 9516.0, 9502.0, 9532.0, 9514.0, 9550.0, 9528.0, 9531.0, 9528.0, 9544.0, 9517.0, 9573.0, 9542.0, 9550.0, 9538.0, 9505.0, 9534.0, 9538.0, 9548.0, 9520.0, 9518.0, 9578.0, 9525.0, 9565.0, 9524.0, 9533.0, 9520.0, 9526.0, 9514.0, 9553.0, 9544.0, 9550.0, 9494.0, 9476.0, 9504.0, 9488.0, 9515.0, 9506.0, 9548.0, 9509.0, 9519.0, 9495.0, 9514.0, 9495.0, 9533.0, 9496.0, 9549.0, 9513.0, 9452.0, 9510.0, 9466.0, 9508.0, 9483.0, 9540.0, 9496.0, 9541.0, 9498.0, 9524.0, 9499.0, 9544.0, 9514.0, 9569.0, 9517.0, 9523.0, 9500.0, 9479.0, 9498.0, 9500.0, 9528.0, 9483.0, 9533.0, 9500.0, 9513.0, 9498.0, 9541.0, 9503.0, 9558.0, 9519.0, 9525.0, 9515.0, 9524.0, 9512.0, 9575.0, 9528.0, 9592.0, 9516.0, 9519.0, 9492.0, 9505.0, 9499.0, 9519.0, 9507.0, 9521.0, 9496.0, 9463.0, 9493.0, 9477.0, 9526.0, 9481.0, 9526.0, 9482.0, 9497.0, 9495.0, 9514.0, 9500.0, 9527.0, 9502.0, 9578.0, 9524.0, 9533.0, 9523.0, 9544.0, 9525.0, 9583.0, 9533.0, 9598.0, 9530.0, 9539.0, 9500.0, 9524.0, 9495.0, 9574.0, 9525.0, 9570.0, 9512.0, 9458.0, 9506.0, 9456.0, 9504.0, 9487.0, 9523.0, 9511.0, 9511.0, 9469.0, 9483.0, 9477.0, 9495.0, 9477.0, 9525.0, 9501.0, 9559.0, 9496.0, 9558.0, 9495.0, 9521.0, 9477.0, 9517.0, 9495.0, 9547.0, 9520.0, 9540.0, 9502.0, 9513.0, 9519.0, 9527.0, 9528.0, 9543.0, 9532.0, 9485.0, 9512.0, 9483.0, 9527.0, 9516.0, 9573.0, 9516.0, 9539.0, 9500.0, 9519.0, 9496.0, 9548.0, 9525.0, 9589.0, 9514.0, 9497.0, 9496.0, 9495.0, 9516.0, 9515.0, 9528.0, 9476.0, 9505.0, 9485.0, 9529.0, 9488.0, 9558.0, 9502.0, 9575.0, 9485.0, 9524.0, 9494.0, 9539.0, 9512.0, 9576.0, 9500.0, 9522.0, 9496.0, 9533.0, 9512.0, 9564.0, 9546.0, 9496.0, 9500.0, 9478.0, 9499.0, 9496.0, 9536.0, 9492.0, 9500.0, 9465.0, 9505.0, 9480.0, 9525.0, 9498.0, 9575.0, 9504.0, 9527.0, 9504.0, 9557.0, 9514.0, 9572.0, 9502.0, 9540.0, 9533.0, 9567.0, 9525.0, 9533.0, 9508.0, 9454.0, 9497.0, 9483.0, 9525.0, 9530.0, 9570.0, 9519.0, 9527.0, 9487.0, 9540.0, 9515.0, 9569.0, 9531.0, 9556.0, 9500.0, 9466.0, 9495.0, 9497.0, 9540.0, 9507.0, 9559.0, 9493.0, 9504.0, 9477.0, 9518.0, 9496.0, 9536.0, 9479.0, 9569.0, 9505.0, 9529.0, 9484.0, 9539.0, 9520.0, 9555.0, 9531.0, 9541.0, 9501.0, 9516.0, 9530.0, 9526.0, 9532.0, 9456.0, 9496.0, 9483.0, 9552.0, 9487.0, 9572.0, 9503.0, 9523.0, 9470.0, 9536.0, 9514.0, 9571.0, 9530.0, 9572.0, 9498.0, 9484.0, 9477.0, 9499.0, 9550.0, 9507.0, 9510.0, 9514.0, 9518.0, 9550.0, 9503.0, 9557.0, 9503.0, 9571.0, 9527.0, 9566.0, 9538.0, 9528.0, 9517.0, 9527.0, 9535.0, 9499.0, 9491.0, 9486.0, 9561.0, 9525.0, 9536.0, 9513.0, 9449.0, 9470.0, 9478.0, 9492.0, 9470.0, 9538.0, 9475.0, 9496.0, 9489.0, 9498.0, 9456.0, 9456.0, 9446.0, 9481.0, 9439.0, 9442.0, 9501.0, 9483.0, 9527.0, 9505.0, 9482.0, 9509.0, 9510.0, 9559.0, 9519.0, 9571.0, 9535.0, 9581.0, 9520.0, 9558.0, 9518.0, 9557.0, 9527.0, 9588.0, 9526.0, 9551.0, 9493.0, 9489.0, 9488.0, 9473.0, 9507.0, 9508.0, 9541.0, 9529.0, 9530.0, 9486.0, 9499.0, 9476.0, 9524.0, 9474.0, 9553.0, 9495.0, 9558.0, 9495.0, 9526.0, 9495.0, 9532.0, 9475.0, 9534.0, 9495.0, 9547.0, 9494.0, 9548.0, 9499.0, 9537.0, 9499.0, 9536.0, 9532.0, 9569.0, 9545.0, 9546.0, 9511.0, 9494.0, 9510.0, 9502.0, 9533.0, 9487.0, 9545.0, 9487.0, 9565.0, 9505.0, 9579.0, 9518.0, 9577.0, 9517.0, 9574.0, 9501.0, 9555.0, 9502.0, 9540.0, 9522.0, 9580.0, 9536.0, 9561.0, 9538.0, 9481.0, 9510.0, 9492.0, 9538.0, 9504.0, 9567.0, 9513.0, 9581.0, 9525.0, 9603.0, 9529.0, 9581.0, 9524.0, 9559.0, 9535.0, 9560.0, 9530.0, 9574.0, 9547.0, 9560.0, 9520.0, 9492.0, 9503.0, 9487.0, 9542.0, 9517.0, 9577.0, 9525.0, 9596.0, 9557.0, 9583.0, 9525.0, 9504.0, 9518.0, 9484.0, 9533.0, 9498.0, 9560.0, 9517.0, 9580.0, 9505.0, 9560.0, 9518.0, 9538.0, 9515.0, 9536.0, 9548.0, 9559.0, 9550.0, 9487.0, 9508.0, 9492.0, 9532.0, 9516.0, 9580.0, 9526.0, 9578.0, 9555.0, 9568.0, 9544.0, 9521.0, 9538.0, 9550.0, 9552.0, 9551.0, 9535.0, 9475.0, 9557.0, 9501.0, 9543.0, 9502.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.001585218023255814</td></tr>
<tr><td colspan=3>aqi</td><td>0.03963155777616279</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.65930496498183</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2612658049745447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.008014617221819</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>5487.457</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12447315467022488</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>171</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.42732558139535</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.470574141326287</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.329288217192714</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.683312026933947</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3991221798522</td></tr>
<tr><td colspan=3>gcor</td><td>0.00578495</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0254022516310215</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03332265838980675</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.988884996060859</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>29.0493</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3356</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.8738</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297486.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>811.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.1212</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.604</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.0526</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3491.3763</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.5633</td></tr>
<tr><td colspan=3>tsnr</td><td>31.83959445124492</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>