<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-01/func/sub-0009_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>9240d562fbb44426629b00034369398c</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>13:38:25.092500</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_VE11C_LATEST_20160120</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.999716, 0.00639481, 0.0229735, -0.00645602, 0.999976, 0.00259088]</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.0868229</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7725, -7309, 633, -44, -154, 63, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.673</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f256167c-abac-4634-b09a-d468bffad899||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682163953781128, -0.017321018502116203, 0.06198213994503021, 112.64977264404297], [-0.01715681701898575, 2.6828620433807373, 0.007393849082291126, -92.41680145263672], [0.061636146157979965, -0.006951147690415382, 2.6992783546447754, -65.0199966430664], [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, 1383]</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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'AcquisitionTime': ['133825.092500', '133825.552500', '133826.012500', '133826.472500', '133826.932500', '133827.392500', '133827.852500', '133828.312500', '133828.772500', '133829.232500', '133829.692500', '133830.152500', '133830.612500', '133831.072500', '133831.532500', '133831.992500', '133832.452500', '133832.912500', '133833.372500', '133833.832500', '133834.292500', '133834.752500', '133835.212500', '133835.672500', '133836.132500', '133836.592500', '133837.052500', '133837.512500', '133837.972500', '133838.432500', '133838.892500', '133839.352500', '133839.812500', '133840.272500', '133840.732500', '133841.192500', '133841.652500', '133842.112500', '133842.572500', '133843.032500', '133843.492500', '133843.952500', '133844.412500', '133844.872500', '133845.332500', '133845.792500', '133846.252500', '133846.712500', '133847.172500', '133847.632500', '133848.092500', '133848.552500', '133849.012500', '133849.472500', '133849.932500', '133850.392500', '133850.852500', '133851.312500', '133851.772500', '133852.232500', '133852.692500', '133853.152500', '133853.612500', '133854.072500', '133854.532500', '133854.992500', '133855.452500', '133855.912500', '133856.372500', '133856.832500', '133857.292500', '133857.752500', '133858.212500', '133858.672500', '133859.132500', '133859.592500', '133900.052500', '133900.512500', '133900.972500', '133901.432500', '133901.892500', '133902.352500', '133902.812500', '133903.272500', '133903.732500', '133904.192500', '133904.652500', '133905.112500', '133905.572500', '133906.032500', '133906.492500', '133906.952500', '133907.412500', '133907.872500', '133908.332500', '133908.792500', '133909.252500', '133909.712500', '133910.172500', '133910.632500', '133911.092500', '133911.552500', '133912.012500', '133912.472500', '133912.932500', '133913.392500', '133913.852500', '133914.312500', '133914.772500', '133915.232500', '133915.692500', '133916.152500', '133916.612500', '133917.072500', '133917.532500', '133917.992500', '133918.452500', '133918.912500', '133919.372500', '133919.832500', '133920.292500', '133920.752500', '133921.212500', '133921.672500', '133922.132500', '133922.592500', '133923.052500', '133923.512500', '133923.972500', '133924.432500', '133924.892500', '133925.352500', '133925.812500', '133926.272500', '133926.732500', '133927.192500', '133927.652500', '133928.112500', '133928.572500', '133929.032500', '133929.492500', '133929.952500', '133930.412500', '133930.872500', '133931.332500', '133931.792500', '133932.252500', '133932.712500', '133933.172500', '133933.632500', '133934.092500', '133934.552500', '133935.012500', '133935.472500', '133935.932500', '133936.392500', '133936.852500', '133937.312500', '133937.772500', '133938.232500', '133938.692500', '133939.152500', '133939.612500', '133940.072500', '133940.532500', '133940.992500', '133941.452500', '133941.912500', '133942.372500', '133942.832500', '133943.292500', '133943.752500', '133944.212500', '133944.672500', '133945.132500', '133945.592500', '133946.052500', '133946.512500', '133946.972500', '133947.432500', '133947.892500', '133948.352500', '133948.812500', '133949.272500', '133949.732500', '133950.192500', '133950.652500', '133951.112500', '133951.572500', '133952.032500', '133952.492500', '133952.952500', '133953.412500', '133953.872500', '133954.332500', '133954.792500', '133955.252500', '133955.712500', '133956.172500', '133956.632500', '133957.092500', '133957.552500', '133958.012500', '133958.472500', '133958.932500', '133959.392500', '133959.852500', '134000.312500', '134000.772500', '134001.232500', '134001.692500', '134002.152500', '134002.612500', '134003.072500', '134003.532500', '134003.992500', '134004.452500', '134004.912500', '134005.372500', '134005.832500', '134006.292500', '134006.752500', '134007.212500', '134007.672500', '134008.132500', '134008.592500', '134009.052500', '134009.512500', '134009.972500', '134010.432500', '134010.892500', '134011.352500', '134011.812500', '134012.272500', '134012.732500', '134013.192500', '134013.652500', '134014.112500', '134014.572500', '134015.032500', '134015.492500', '134015.952500', '134016.412500', '134016.872500', '134017.332500', '134017.792500', '134018.252500', '134018.712500', '134019.172500', '134019.632500', '134020.092500', '134020.552500', '134021.012500', '134021.472500', '134021.932500', '134022.392500', '134022.852500', '134023.312500', '134023.772500', '134024.232500', '134024.692500', '134025.152500', '134025.612500', '134026.072500', '134026.532500', '134026.992500', '134027.452500', '134027.912500', '134028.372500', '134028.832500', '134029.292500', '134029.752500', '134030.212500', '134030.672500', '134031.132500', '134031.592500', '134032.052500', '134032.512500', '134032.972500', '134033.432500', '134033.892500', '134034.352500', '134034.812500', '134035.272500', '134035.732500', '134036.192500', '134036.652500', '134037.112500', '134037.572500', '134038.032500', '134038.492500', '134038.952500', '134039.412500', '134039.872500', '134040.332500', '134040.792500', '134041.252500', '134041.712500', '134042.172500', '134042.632500', '134043.092500', '134043.552500', '134044.012500', '134044.472500', '134044.932500', '134045.392500', '134045.852500', '134046.312500', '134046.772500', '134047.232500', '134047.692500', '134048.152500', '134048.612500', '134049.072500', '134049.532500', '134049.992500', '134050.452500', '134050.912500', '134051.372500', '134051.832500', '134052.292500', '134052.752500', '134053.212500', '134053.672500', '134054.132500', '134054.592500', '134055.052500', '134055.512500', '134055.972500', '134056.432500', '134056.892500', '134057.352500', '134057.812500', '134058.272500', '134058.732500', '134059.192500', '134059.652500', '134100.112500', '134100.572500', '134101.032500', '134101.492500', '134101.952500', '134102.412500', '134102.872500', '134103.332500', '134103.792500', '134104.252500', '134104.712500', '134105.172500', '134105.632500', '134106.092500', '134106.552500', '134107.012500', '134107.472500', '134107.932500', '134108.392500', '134108.852500', '134109.312500', '134109.772500', '134110.232500', '134110.692500', '134111.152500', '134111.612500', '134112.072500', '134112.532500', '134112.992500', '134113.452500', '134113.912500', '134114.372500', '134114.832500', '134115.292500', '134115.752500', '134116.212500', '134116.672500', '134117.132500', '134117.592500', '134118.052500', '134118.512500', '134118.972500', '134119.432500', '134119.892500', '134120.352500', '134120.812500', '134121.272500', '134121.732500', '134122.192500', '134122.652500', '134123.112500', '134123.572500', '134124.032500', '134124.492500', '134124.952500', '134125.412500', '134125.872500', '134126.332500', '134126.792500', '134127.252500', '134127.712500', '134128.172500', '134128.632500', '134129.092500', '134129.552500', '134130.012500', '134130.472500', '134130.932500', '134131.392500', '134131.852500', '134132.312500', '134132.772500', '134133.232500', '134133.692500', '134134.152500', '134134.612500', '134135.072500', '134135.532500', '134135.992500', '134136.452500', '134136.912500', '134137.372500', '134137.832500', '134138.292500', '134138.752500', '134139.212500', '134139.672500', '134140.132500', '134140.592500', '134141.052500', '134141.512500', '134141.972500', '134142.432500', '134142.892500', '134143.352500', '134143.812500', '134144.272500', '134144.732500', '134145.192500', '134145.652500', '134146.112500', '134146.572500', '134147.032500', '134147.492500', '134147.952500', '134148.412500', '134148.872500', '134149.332500', '134149.792500', '134150.252500', '134150.712500', '134151.172500', '134151.632500', '134152.092500', '134152.552500', '134153.012500', '134153.472500', '134153.932500', '134154.392500', '134154.852500', '134155.312500', '134155.772500', '134156.232500', '134156.692500', '134157.152500', '134157.612500', '134158.072500', '134158.532500', '134158.992500', '134159.452500', '134159.912500', '134200.372500', '134200.832500', '134201.292500', '134201.752500', '134202.212500', '134202.672500', '134203.132500', '134203.592500', '134204.052500', '134204.512500', '134204.972500', '134205.432500', '134205.892500', '134206.352500', '134206.812500', '134207.272500', '134207.732500', '134208.192500', '134208.652500', '134209.112500', '134209.572500', '134210.032500', '134210.492500', '134210.952500', '134211.412500', '134211.872500', '134212.332500', '134212.792500', '134213.252500', '134213.712500', '134214.172500', '134214.632500', '134215.092500', '134215.552500', '134216.012500', '134216.472500', '134216.932500', '134217.392500', '134217.852500', '134218.312500', '134218.772500', '134219.232500', '134219.692500', '134220.152500', '134220.612500', '134221.072500', '134221.532500', '134221.992500', '134222.452500', '134222.912500', '134223.372500', '134223.832500', '134224.292500', '134224.752500', '134225.212500', '134225.672500', '134226.132500', '134226.592500', '134227.052500', '134227.512500', '134227.972500', '134228.432500', '134228.892500', '134229.352500', '134229.812500', '134230.272500', '134230.732500', '134231.192500', '134231.652500', '134232.112500', '134232.572500', '134233.032500', '134233.492500', '134233.952500', '134234.412500', '134234.872500', '134235.332500', '134235.792500', '134236.252500', '134236.712500', '134237.172500', '134237.632500', '134238.092500', '134238.552500', '134239.012500', '134239.472500', '134239.932500', '134240.392500', '134240.852500', '134241.312500', '134241.772500', '134242.232500', '134242.692500', '134243.152500', '134243.612500', '134244.072500', '134244.532500', '134244.992500', '134245.452500', '134245.912500', '134246.372500', '134246.832500', '134247.292500', '134247.752500', '134248.212500', '134248.672500', '134249.132500', '134249.592500', '134250.052500', '134250.512500', '134250.972500', '134251.432500', '134251.892500', '134252.352500', '134252.812500', '134253.272500', '134253.732500', '134254.192500', '134254.652500', '134255.112500', '134255.572500', '134256.032500', '134256.492500', '134256.952500', '134257.412500', '134257.872500', '134258.332500', '134258.792500', '134259.252500', '134259.712500', '134300.172500', '134300.632500', '134301.092500', '134301.552500', '134302.012500', '134302.472500', '134302.932500', '134303.392500', '134303.852500', '134304.312500', '134304.772500', '134305.232500', '134305.692500', '134306.152500', '134306.612500', '134307.072500', '134307.532500', '134307.992500', '134308.452500', '134308.912500', '134309.372500', '134309.832500', '134310.292500', '134310.752500', '134311.212500', '134311.672500', '134312.132500', '134312.592500', '134313.052500', '134313.512500', '134313.972500', '134314.432500', '134314.892500', '134315.352500', '134315.812500', '134316.272500', '134316.732500', '134317.192500', '134317.652500', '134318.112500', '134318.572500', '134319.032500', '134319.492500', '134319.952500', '134320.412500', '134320.872500', '134321.332500', '134321.792500', '134322.252500', '134322.712500', '134323.172500', '134323.632500', '134324.092500', '134324.552500', '134325.012500', '134325.472500', '134325.932500', '134326.392500', '134326.852500', '134327.312500', '134327.772500', '134328.232500', '134328.692500', '134329.152500', '134329.612500', '134330.072500', '134330.532500', '134330.992500', '134331.452500', '134331.912500', '134332.372500', '134332.832500', '134333.292500', '134333.752500', '134334.212500', '134334.672500', '134335.132500', '134335.592500', '134336.052500', '134336.512500', '134336.972500', '134337.432500', '134337.892500', '134338.352500', '134338.812500', '134339.272500', '134339.732500', '134340.192500', '134340.652500', '134341.112500', '134341.572500', '134342.032500', '134342.492500', '134342.952500', '134343.412500', '134343.872500', '134344.332500', '134344.792500', '134345.252500', '134345.712500', '134346.172500', '134346.632500', '134347.092500', '134347.552500', '134348.012500', '134348.472500', '134348.932500', '134349.392500', '134349.852500', '134350.312500', '134350.772500', '134351.232500', '134351.692500', '134352.152500', '134352.612500', '134353.072500', '134353.532500', '134353.992500', '134354.452500', '134354.912500', '134355.372500', '134355.832500', '134356.292500', '134356.752500', '134357.212500', '134357.672500', '134358.132500', '134358.592500', '134359.052500', '134359.512500', '134359.972500', '134400.432500', '134400.892500', '134401.352500', '134401.812500', '134402.272500', '134402.732500', '134403.192500', '134403.652500', '134404.112500', '134404.572500', '134405.032500', '134405.492500', '134405.952500', '134406.412500', '134406.872500', '134407.332500', '134407.792500', '134408.252500', '134408.712500', '134409.172500', '134409.632500', '134410.092500', '134410.552500', '134411.012500', '134411.472500', '134411.932500', '134412.392500', '134412.852500', '134413.312500', '134413.772500', '134414.232500', '134414.692500', '134415.152500', '134415.612500', '134416.072500', '134416.532500', '134416.992500', '134417.452500', '134417.912500', '134418.372500', '134418.832500', '134419.292500', '134419.752500', '134420.212500', '134420.672500', '134421.132500', '134421.592500', '134422.052500', '134422.512500', '134422.972500', '134423.432500', '134423.892500', '134424.352500', '134424.812500', '134425.272500', '134425.732500', '134426.192500', '134426.652500', '134427.112500', '134427.572500', '134428.032500', '134428.492500', '134428.952500', '134429.412500', '134429.872500', '134430.332500', '134430.792500', '134431.252500', '134431.712500', '134432.172500', '134432.632500', '134433.092500', '134433.552500', '134434.012500', '134434.472500', '134434.932500', '134435.392500', '134435.852500', '134436.312500', '134436.772500', '134437.232500', '134437.692500', '134438.152500', '134438.612500', '134439.072500', '134439.532500', '134439.992500', '134440.452500', '134440.912500', '134441.372500', '134441.832500', '134442.292500', '134442.752500', '134443.212500', '134443.672500', '134444.132500', '134444.592500', '134445.052500', '134445.512500', '134445.972500', '134446.432500', '134446.892500', '134447.352500', '134447.812500', '134448.272500', '134448.732500', '134449.192500', '134449.652500', '134450.112500', '134450.572500', '134451.032500', '134451.492500', '134451.952500', '134452.412500', '134452.872500', '134453.332500', '134453.792500', '134454.252500', '134454.712500', '134455.172500', '134455.632500', '134456.092500', '134456.552500', '134457.012500', '134457.472500', '134457.932500', '134458.392500', '134458.852500', '134459.312500', '134459.772500', '134500.232500', '134500.692500', '134501.152500', '134501.612500', '134502.072500', '134502.532500', '134502.992500', '134503.452500', '134503.912500', '134504.372500', '134504.832500', '134505.292500', '134505.752500', '134506.212500', '134506.672500', '134507.132500', '134507.592500', '134508.052500', '134508.512500', '134508.972500', '134509.432500', '134509.892500', '134510.352500', '134510.812500', '134511.272500', '134511.732500', '134512.192500', '134512.652500', '134513.112500', '134513.572500', '134514.032500', '134514.492500', '134514.952500', '134515.412500', '134515.872500', '134516.332500', '134516.792500', '134517.252500', '134517.712500', '134518.172500', '134518.632500', '134519.092500', '134519.552500', '134520.012500', '134520.472500', '134520.932500', '134521.392500', '134521.852500', '134522.312500', '134522.772500', '134523.232500', '134523.692500', '134524.152500', '134524.612500', '134525.072500', '134525.532500', '134525.992500', '134526.452500', '134526.912500', '134527.372500', '134527.832500', '134528.292500', '134528.752500', '134529.212500', '134529.672500', '134530.132500', '134530.592500', '134531.052500', '134531.512500', '134531.972500', '134532.432500', '134532.892500', '134533.352500', '134533.812500', '134534.272500', '134534.732500', '134535.192500', '134535.652500', '134536.112500', '134536.572500', '134537.032500', '134537.492500', '134537.952500', '134538.412500', '134538.872500', '134539.332500', '134539.792500', '134540.252500', '134540.712500', '134541.172500', '134541.632500', '134542.092500', '134542.552500', '134543.012500', '134543.472500', '134543.932500', '134544.392500', '134544.852500', '134545.312500', '134545.772500', '134546.232500', '134546.692500', '134547.152500', '134547.612500', '134548.072500', '134548.532500', '134548.992500', '134549.452500', '134549.912500', '134550.372500', '134550.832500', '134551.292500', '134551.752500', '134552.212500', '134552.672500', '134553.132500', '134553.592500', '134554.052500', '134554.512500', '134554.972500', '134555.432500', '134555.892500', '134556.352500', '134556.812500', '134557.272500', '134557.732500', '134558.192500', '134558.652500', '134559.112500', '134559.572500', '134600.032500', '134600.492500', '134600.952500', '134601.412500', '134601.872500', '134602.332500', '134602.792500', '134603.252500', '134603.712500', '134604.172500', '134604.632500', '134605.092500', '134605.552500', '134606.012500', '134606.472500', '134606.932500', '134607.392500', '134607.852500', '134608.312500', '134608.772500', '134609.232500', '134609.692500', '134610.152500', '134610.612500', '134611.072500', '134611.532500', '134611.992500', '134612.452500', '134612.912500', '134613.372500', '134613.832500', '134614.292500', '134614.752500', '134615.212500', '134615.672500', '134616.132500', '134616.592500', '134617.052500', '134617.512500', '134617.972500', '134618.432500', '134618.892500', '134619.352500', '134619.812500', '134620.272500', '134620.732500', '134621.192500', '134621.652500', '134622.112500', '134622.572500', '134623.032500', '134623.492500', '134623.952500', '134624.412500', '134624.872500', '134625.332500', '134625.792500', '134626.252500', '134626.712500', '134627.172500', '134627.632500', '134628.092500', '134628.552500', '134629.012500', '134629.472500', '134629.932500', '134630.392500', '134630.852500', '134631.312500', '134631.772500', '134632.232500', '134632.692500', '134633.152500', '134633.612500', '134634.072500', '134634.532500', '134634.992500', '134635.452500', '134635.912500', '134636.372500', '134636.832500', '134637.292500', '134637.752500', '134638.212500', '134638.672500', '134639.132500', '134639.592500', '134640.052500', '134640.512500', '134640.972500', '134641.432500', '134641.892500', '134642.352500', '134642.812500', '134643.272500', '134643.732500', '134644.192500', '134644.652500', '134645.112500', '134645.572500', '134646.032500', '134646.492500', '134646.952500', '134647.412500', '134647.872500', '134648.332500', '134648.792500', '134649.252500', '134649.712500', '134650.172500', '134650.632500', '134651.092500', '134651.552500', '134652.012500', '134652.472500', '134652.932500', '134653.392500', '134653.852500', '134654.312500', '134654.772500', '134655.232500', '134655.692500', '134656.152500', '134656.612500', '134657.072500', '134657.532500', '134657.992500', '134658.452500', '134658.912500', '134659.372500', '134659.832500', '134700.292500', '134700.752500', '134701.212500', '134701.672500', '134702.132500', '134702.592500', '134703.052500', '134703.512500', '134703.972500', '134704.432500', '134704.892500', '134705.352500', '134705.812500', '134706.272500', '134706.732500', '134707.192500', '134707.652500', '134708.112500', '134708.572500', '134709.032500', '134709.492500', '134709.952500', '134710.412500', '134710.872500', '134711.332500', '134711.792500', '134712.252500', '134712.712500', '134713.172500', '134713.632500', '134714.092500', '134714.552500', '134715.012500', '134715.472500', '134715.932500', '134716.392500', '134716.852500', '134717.312500', '134717.772500', '134718.232500', '134718.692500', '134719.152500', '134719.612500', '134720.072500', '134720.532500', '134720.992500', '134721.452500', '134721.912500', '134722.372500', '134722.832500', '134723.292500', '134723.752500', '134724.212500', '134724.672500', '134725.132500', '134725.592500', '134726.052500', '134726.512500', '134726.972500', '134727.432500', '134727.892500', '134728.352500', '134728.812500', '134729.272500', '134729.732500', '134730.192500', '134730.652500', '134731.112500', '134731.572500', '134732.032500', '134732.492500', '134732.952500', '134733.412500', '134733.872500', '134734.332500', '134734.792500', '134735.252500', '134735.712500', '134736.172500', '134736.632500', '134737.092500', '134737.552500', '134738.012500', '134738.472500', '134738.932500', '134739.392500', '134739.852500', '134740.312500', '134740.772500', '134741.232500', '134741.692500', '134742.152500', '134742.612500', '134743.072500', '134743.532500', '134743.992500', '134744.452500', '134744.912500', '134745.372500', '134745.832500', '134746.292500', '134746.752500', '134747.212500', '134747.672500', '134748.132500', '134748.592500', '134749.052500', '134749.512500', '134749.972500', '134750.432500', '134750.892500', '134751.352500', '134751.812500', '134752.272500', '134752.732500', '134753.192500', '134753.652500', '134754.112500', '134754.572500', '134755.032500', '134755.492500', '134755.952500', '134756.412500', '134756.872500', '134757.332500', '134757.792500', '134758.252500', '134758.712500', '134759.172500', '134759.632500', '134800.092500', '134800.552500', '134801.012500', '134801.472500', '134801.932500', '134802.392500', '134802.852500', '134803.312500', '134803.772500', '134804.232500', '134804.692500', '134805.152500', '134805.612500', '134806.072500', '134806.532500', '134806.992500', '134807.452500', '134807.912500', '134808.372500', '134808.832500', '134809.292500', '134809.752500', '134810.212500', '134810.672500', '134811.132500', '134811.592500', '134812.052500', '134812.512500', '134812.972500', '134813.432500', '134813.892500', '134814.352500', '134814.812500', '134815.272500', '134815.732500', '134816.192500', '134816.652500', '134817.112500', '134817.572500', '134818.032500', '134818.492500', '134818.952500', '134819.412500', '134819.872500', '134820.332500', '134820.792500', '134821.252500', '134821.712500', '134822.172500', '134822.632500', '134823.092500', '134823.552500', '134824.012500', '134824.472500', '134824.932500', '134825.392500', '134825.852500', '134826.312500', '134826.772500', '134827.232500', '134827.692500', '134828.152500', '134828.612500', '134829.072500', '134829.532500', '134829.992500', '134830.452500', '134830.912500', '134831.372500', '134831.832500', '134832.292500', '134832.752500', '134833.212500', '134833.672500', '134834.132500', '134834.592500', '134835.052500', '134835.512500', '134835.972500', '134836.432500', '134836.892500', '134837.352500', '134837.812500', '134838.272500', '134838.732500', '134839.192500', '134839.652500', '134840.112500', '134840.572500', '134841.032500', '134841.492500', '134841.952500', '134842.412500', '134842.872500', '134843.332500', '134843.792500', '134844.252500', '134844.712500', '134845.172500', '134845.632500', '134846.092500', '134846.552500', '134847.012500', '134847.472500', '134847.932500', '134848.392500', '134848.852500', '134849.312500', '134849.772500', '134850.232500', '134850.692500', '134851.152500', '134851.612500', '134852.072500', '134852.532500', '134852.992500', '134853.452500', '134853.912500', '134854.372500', '134854.832500', '134855.292500', '134855.752500', '134856.212500', '134856.672500', '134857.132500', '134857.592500', '134858.052500', '134858.512500', '134858.972500', '134859.432500', '134859.892500', '134900.352500', '134900.812500'], 'ContentTime': ['133851.963000', '133851.967000', '133851.970000', '133851.973000', '133851.976000', '133851.979000', '133851.982000', '133851.985000', '133851.988000', '133851.991000', '133851.994000', '133851.997000', '133852.001000', '133852.004000', '133852.007000', '133852.010000', '133852.013000', '133852.016000', '133852.019000', '133852.021000', '133852.024000', '133852.027000', '133852.030000', '133852.033000', '133852.036000', '133852.040000', '133852.042000', '133852.045000', '133852.048000', '133852.051000', '133852.054000', '133852.057000', '133852.060000', '133852.063000', '133852.066000', '133852.069000', '133852.072000', '133852.077000', '133852.080000', '133852.082000', '133852.085000', '133852.094000', '133852.097000', '133852.099000', '133852.102000', '133852.105000', '133852.108000', '133852.111000', '133852.114000', '133852.117000', '133852.120000', '133852.123000', '133852.126000', '133852.129000', '133852.132000', '133852.135000', '133911.927000', '133911.930000', '133911.933000', '133911.935000', '133911.938000', '133911.941000', '133911.944000', '133911.947000', '133911.949000', '133911.952000', '133911.959000', '133911.962000', '133911.965000', '133911.968000', '133911.971000', '133911.974000', '133911.976000', '133911.979000', '133911.982000', '133911.985000', '133911.988000', '133911.990000', '133911.993000', '133911.996000', '133912.000000', '133912.003000', '133912.005000', '133912.008000', '133912.011000', '133912.014000', '133912.017000', '133912.020000', '133912.022000', '133912.025000', '133912.028000', '133912.031000', '133912.034000', '133912.036000', '133912.042000', '133912.046000', '133912.050000', '133912.052000', '133912.055000', '133931.926000', '133931.929000', '133931.931000', '133931.934000', '133931.937000', '133931.943000', '133931.946000', '133931.949000', '133931.952000', '133931.955000', '133931.958000', '133931.961000', '133931.963000', '133931.966000', '133931.969000', '133931.972000', '133931.975000', '133931.978000', '133931.980000', '133931.983000', '133931.986000', '133931.989000', '133931.992000', '133931.995000', '133931.998000', '133932.001000', '133932.004000', '133932.007000', '133932.010000', '133932.013000', '133932.016000', '133932.018000', '133932.021000', '133932.024000', '133932.027000', '133932.030000', '133932.033000', '133932.035000', '133932.038000', '133932.041000', '133932.044000', '133932.047000', '133932.049000', '133932.052000', '133951.926000', '133951.929000', '133951.932000', '133951.934000', '133951.937000', '133951.940000', '133951.943000', '133951.946000', '133951.949000', '133951.952000', '133951.954000', '133951.957000', '133951.964000', '133951.967000', '133951.970000', '133951.973000', '133951.976000', '133951.979000', '133951.982000', '133951.984000', '133951.987000', '133951.990000', '133951.994000', '133951.997000', '133952.001000', '133952.004000', '133952.007000', '133952.009000', '133952.012000', '133952.015000', '133952.018000', '133952.021000', '133952.024000', '133952.027000', '133952.029000', '133952.032000', '133952.035000', '133952.038000', '133952.041000', '133952.043000', '133952.046000', '133952.050000', '133952.053000', '134011.926000', '134011.929000', '134011.932000', '134011.935000', '134011.937000', '134011.940000', '134011.943000', '134011.946000', '134011.949000', '134011.952000', '134011.955000', '134011.957000', '134011.960000', '134011.963000', '134011.966000', '134011.969000', '134011.972000', '134011.975000', '134011.983000', '134011.985000', '134011.988000', '134011.991000', '134011.994000', '134011.997000', '134012.001000', '134012.003000', '134012.006000', '134012.009000', '134012.012000', '134012.015000', '134012.018000', '134012.020000', '134012.023000', '134012.026000', '134012.029000', '134012.032000', '134012.034000', '134012.043000', '134012.046000', '134012.049000', '134012.052000', '134012.054000', '134012.057000', '134012.060000', '134031.926000', '134031.929000', '134031.932000', '134031.934000', '134031.937000', '134031.940000', '134031.943000', '134031.946000', '134031.949000', '134031.952000', '134031.955000', '134031.957000', '134031.960000', '134031.963000', '134031.966000', '134031.969000', '134031.972000', '134031.975000', '134031.977000', '134031.980000', '134031.983000', '134031.986000', '134031.989000', '134031.992000', '134031.995000', '134031.998000', '134032.001000', '134032.004000', '134032.007000', '134032.010000', '134032.013000', '134032.016000', '134032.019000', '134032.022000', '134032.024000', '134032.027000', '134032.030000', '134032.033000', '134032.049000', '134032.052000', '134032.055000', '134032.058000', '134032.060000', '134051.926000', '134051.929000', '134051.932000', '134051.935000', '134051.938000', '134051.941000', '134051.944000', '134051.946000', '134051.949000', '134051.952000', '134051.955000', '134051.958000', '134051.961000', '134051.963000', '134051.966000', '134051.969000', '134051.972000', '134051.975000', '134051.978000', '134051.980000', '134051.983000', '134051.986000', '134051.989000', '134051.992000', '134051.995000', '134051.998000', '134052.002000', '134052.004000', '134052.007000', '134052.010000', '134052.013000', '134052.016000', '134052.019000', '134052.021000', '134052.024000', '134052.027000', '134052.030000', '134052.033000', '134052.036000', '134052.039000', '134052.041000', '134052.044000', '134052.047000', '134052.050000', '134111.927000', '134111.930000', '134111.933000', '134111.936000', '134111.939000', '134111.941000', '134111.944000', '134111.947000', '134111.950000', '134111.953000', '134111.956000', '134111.959000', '134111.962000', '134111.964000', '134111.967000', '134111.970000', '134111.973000', '134111.976000', '134111.978000', '134111.981000', '134111.984000', '134111.987000', '134111.990000', '134111.993000', '134111.996000', '134112.000000', '134112.002000', '134112.005000', '134112.008000', '134112.011000', '134112.014000', '134112.017000', '134112.020000', '134112.022000', '134112.025000', '134112.028000', '134112.033000', '134112.036000', '134112.039000', '134112.042000', '134112.045000', '134112.047000', '134112.050000', '134131.927000', '134131.930000', '134131.932000', '134131.935000', '134131.938000', '134131.941000', '134131.944000', '134131.946000', '134131.950000', '134131.952000', '134131.955000', '134131.958000', '134131.961000', '134131.964000', '134131.967000', '134131.970000', '134131.973000', '134131.975000', '134131.978000', '134131.981000', '134131.984000', '134131.987000', '134131.989000', '134131.992000', '134131.995000', '134131.998000', '134132.002000', '134132.005000', '134132.008000', '134132.011000', '134132.013000', '134132.016000', '134132.019000', '134132.022000', '134132.025000', '134132.028000', '134132.031000', '134132.033000', '134132.036000', '134132.039000', '134132.042000', '134132.045000', '134132.047000', '134132.050000', '134151.926000', '134151.929000', '134151.932000', '134151.935000', '134151.937000', '134151.940000', '134151.943000', '134151.946000', '134151.949000', '134151.952000', '134151.955000', '134151.958000', '134151.960000', '134151.963000', '134151.966000', '134151.969000', '134151.972000', '134151.975000', '134151.978000', '134151.981000', '134151.983000', '134151.986000', '134151.989000', '134151.992000', '134151.995000', '134151.998000', '134152.002000', '134152.004000', '134152.007000', '134152.010000', '134152.013000', '134152.016000', '134152.019000', '134152.022000', '134152.024000', '134152.027000', '134152.030000', '134152.033000', '134152.036000', '134152.039000', '134152.041000', '134152.044000', '134152.047000', '134211.926000', '134211.929000', '134211.932000', '134211.935000', '134211.937000', '134211.940000', '134211.943000', '134211.946000', '134211.949000', '134211.952000', '134211.955000', '134211.958000', '134211.960000', '134211.963000', '134211.966000', '134211.969000', '134211.972000', '134211.975000', '134211.977000', '134211.980000', '134211.994000', '134211.997000', '134212.001000', '134212.004000', '134212.006000', '134212.009000', '134212.012000', '134212.015000', '134212.018000', '134212.021000', '134212.023000', '134212.026000', '134212.029000', '134212.032000', '134212.035000', '134212.038000', '134212.041000', '134212.044000', '134212.047000', '134212.049000', '134212.052000', '134212.055000', '134212.058000', '134212.061000', '134231.926000', '134231.929000', '134231.932000', '134231.935000', '134231.938000', '134231.941000', '134231.943000', '134231.946000', '134231.949000', '134231.952000', '134231.955000', '134231.958000', '134231.960000', '134231.964000', '134231.966000', '134231.969000', '134231.972000', '134231.975000', '134231.978000', '134231.981000', '134231.983000', '134231.986000', '134231.989000', '134231.992000', '134232.004000', '134232.007000', '134232.010000', '134232.013000', '134232.016000', '134232.019000', '134232.022000', '134232.024000', '134232.027000', '134232.030000', '134232.033000', '134232.036000', '134232.039000', '134232.041000', '134232.044000', '134232.047000', '134232.050000', '134232.053000', '134232.055000', '134251.926000', '134251.929000', '134251.932000', '134251.935000', '134251.938000', '134251.940000', '134251.944000', '134251.946000', '134251.949000', '134251.952000', '134251.955000', '134251.958000', '134251.961000', '134251.963000', '134251.966000', '134251.969000', '134251.972000', '134251.975000', '134251.978000', '134251.981000', '134251.983000', '134251.986000', '134251.989000', '134251.992000', '134251.995000', '134251.998000', '134252.002000', '134252.004000', '134252.007000', '134252.010000', '134252.013000', '134252.016000', '134252.018000', '134252.021000', '134252.024000', '134252.027000', '134252.030000', '134252.033000', '134252.036000', '134252.039000', '134252.041000', '134252.044000', '134252.047000', '134311.926000', '134311.929000', '134311.932000', '134311.935000', '134311.938000', '134311.941000', '134311.943000', '134311.946000', '134311.949000', '134311.952000', '134311.955000', '134311.958000', '134311.960000', '134311.963000', '134311.966000', '134311.969000', '134311.972000', '134311.975000', '134311.978000', '134311.980000', '134311.983000', '134311.986000', '134311.989000', '134311.992000', '134311.995000', '134311.998000', '134312.001000', '134312.004000', '134312.007000', '134312.010000', '134312.013000', '134312.015000', '134312.018000', '134312.021000', '134312.024000', '134312.027000', '134312.030000', '134312.033000', '134312.035000', '134312.038000', '134312.041000', '134312.044000', '134312.047000', '134312.049000', '134331.927000', '134331.930000', '134331.933000', '134331.936000', '134331.939000', '134331.942000', '134331.945000', '134331.948000', '134331.951000', '134331.954000', '134331.956000', '134331.959000', '134331.962000', '134331.965000', '134331.968000', '134331.971000', '134331.973000', '134331.977000', '134331.979000', '134331.982000', '134331.985000', '134331.988000', '134331.991000', '134331.994000', '134331.997000', '134332.001000', '134332.003000', '134332.006000', '134332.009000', '134332.012000', '134332.015000', '134332.018000', '134332.021000', '134332.023000', '134332.026000', '134332.029000', '134332.032000', '134332.035000', '134332.038000', '134332.041000', '134332.043000', '134332.046000', '134332.049000', '134351.927000', '134351.930000', '134351.933000', '134351.936000', '134351.939000', '134351.941000', '134351.944000', '134351.947000', '134351.950000', '134351.953000', '134351.956000', '134351.958000', '134351.961000', '134351.964000', '134351.967000', '134351.970000', '134351.973000', '134351.978000', '134351.981000', '134351.984000', '134351.987000', '134351.990000', '134351.992000', '134351.995000', '134351.998000', '134352.002000', '134352.005000', '134352.008000', '134352.011000', '134352.014000', '134352.016000', '134352.019000', '134352.022000', '134352.025000', '134352.028000', '134352.031000', '134352.034000', '134352.037000', '134352.039000', '134352.042000', '134352.045000', '134352.048000', '134352.051000', '134352.054000', '134411.928000', '134411.931000', '134411.934000', '134411.937000', '134411.940000', '134411.943000', '134411.946000', '134411.948000', '134411.951000', '134411.957000', '134411.961000', '134411.964000', '134411.967000', '134411.969000', '134411.972000', '134411.975000', '134411.978000', '134411.981000', '134411.984000', '134411.986000', '134411.989000', '134411.992000', '134411.995000', '134411.998000', '134412.002000', '134412.004000', '134412.007000', '134412.010000', '134412.013000', '134412.016000', '134412.019000', '134412.021000', '134412.024000', '134412.027000', '134412.030000', '134412.033000', '134412.036000', '134412.038000', '134412.041000', '134412.044000', '134412.047000', '134412.050000', '134412.053000', '134431.926000', '134431.929000', '134431.932000', '134431.935000', '134431.937000', '134431.940000', '134431.943000', '134431.946000', '134431.949000', '134431.951000', '134431.954000', '134431.957000', '134431.960000', '134431.963000', '134431.966000', '134431.969000', '134431.972000', '134431.974000', '134431.977000', '134431.980000', '134431.983000', '134431.986000', '134431.989000', '134431.992000', '134431.994000', '134431.997000', '134432.001000', '134432.004000', '134432.007000', '134432.010000', '134432.012000', '134432.015000', '134432.018000', '134432.021000', '134432.024000', '134432.027000', '134432.029000', '134432.032000', '134432.035000', '134432.038000', '134432.041000', '134432.044000', '134432.046000', '134432.049000', '134451.926000', '134451.929000', '134451.932000', '134451.935000', '134451.937000', '134451.940000', '134451.943000', '134451.946000', '134451.949000', '134451.952000', '134451.955000', '134451.958000', '134451.961000', '134451.965000', '134451.968000', '134451.971000', '134451.973000', '134451.976000', '134451.979000', '134451.982000', '134451.985000', '134451.988000', '134451.991000', '134451.994000', '134451.996000', '134452.000000', '134452.003000', '134452.006000', '134452.009000', '134452.012000', '134452.014000', '134452.017000', '134452.020000', '134452.023000', '134452.026000', '134452.029000', '134452.031000', '134452.034000', '134452.037000', '134452.040000', '134452.043000', '134452.046000', '134452.048000', '134511.926000', '134511.929000', '134511.932000', '134511.935000', '134511.937000', '134511.940000', '134511.943000', '134511.946000', '134511.949000', '134511.952000', '134511.955000', '134511.957000', '134511.960000', '134511.963000', '134511.966000', '134511.969000', '134511.972000', '134511.975000', '134511.978000', '134511.980000', '134511.983000', '134511.986000', '134511.989000', '134511.992000', '134511.995000', '134511.997000', '134512.001000', '134512.004000', '134512.007000', '134512.010000', '134512.020000', '134512.023000', '134512.025000', '134512.028000', '134512.031000', '134512.034000', '134512.037000', '134512.040000', '134512.043000', '134512.046000', '134512.048000', '134512.051000', '134512.054000', '134512.057000', '134531.926000', '134531.929000', '134531.932000', '134531.934000', '134531.938000', '134531.940000', '134531.943000', '134531.946000', '134531.949000', '134531.952000', '134531.954000', '134531.957000', '134531.960000', '134531.963000', '134531.966000', '134531.969000', '134531.972000', '134531.975000', '134531.977000', '134531.980000', '134531.983000', '134531.986000', '134531.989000', '134531.992000', '134531.997000', '134532.002000', '134532.005000', '134532.008000', '134532.011000', '134532.019000', '134532.022000', '134532.025000', '134532.028000', '134532.031000', '134532.034000', '134532.037000', '134532.039000', '134532.042000', '134532.045000', '134532.048000', '134532.051000', '134532.054000', '134532.057000', '134551.927000', '134551.930000', '134551.933000', '134551.936000', '134551.938000', '134551.941000', '134551.944000', '134551.947000', '134551.950000', '134551.953000', '134551.956000', '134551.959000', '134551.962000', '134551.965000', '134551.967000', '134551.970000', '134551.973000', '134551.976000', '134551.979000', '134551.982000', '134551.984000', '134551.987000', '134551.990000', '134551.993000', '134551.996000', '134552.000000', '134552.003000', '134552.005000', '134552.008000', '134552.011000', '134552.014000', '134552.017000', '134552.020000', '134552.022000', '134552.025000', '134552.028000', '134552.031000', '134552.034000', '134552.036000', '134552.039000', '134552.042000', '134552.045000', '134552.048000', '134552.051000', '134611.927000', '134611.930000', '134611.933000', '134611.936000', '134611.938000', '134611.941000', '134611.945000', '134611.948000', '134611.951000', '134611.954000', '134611.957000', '134611.960000', '134611.963000', '134611.966000', '134611.968000', '134611.971000', '134611.974000', '134611.977000', '134611.980000', '134611.983000', '134611.986000', '134611.989000', '134611.991000', '134611.994000', '134611.997000', '134612.002000', '134612.005000', '134612.008000', '134612.011000', '134612.014000', '134612.017000', '134612.020000', '134612.022000', '134612.025000', '134612.028000', '134612.031000', '134612.034000', '134612.037000', '134612.040000', '134612.042000', '134612.045000', '134612.048000', '134612.051000', '134631.926000', '134631.929000', '134631.932000', '134631.935000', '134631.938000', '134631.940000', '134631.943000', '134631.946000', '134631.949000', '134631.952000', '134631.955000', '134631.958000', '134631.961000', '134631.963000', '134631.966000', '134631.969000', '134631.972000', '134631.975000', '134631.978000', '134631.981000', '134631.983000', '134631.986000', '134631.989000', '134631.992000', '134631.995000', '134631.998000', '134632.002000', '134632.004000', '134632.007000', '134632.010000', '134632.013000', '134632.016000', '134632.019000', '134632.022000', '134632.024000', '134632.027000', '134632.030000', '134632.033000', '134632.036000', '134632.039000', '134632.042000', '134632.044000', '134632.047000', '134632.050000', '134651.926000', '134651.929000', '134651.932000', '134651.935000', '134651.938000', '134651.941000', '134651.944000', '134651.946000', '134651.949000', '134651.952000', '134651.955000', '134651.958000', '134651.961000', '134651.963000', '134651.966000', '134651.969000', '134651.972000', '134651.975000', '134651.978000', '134651.981000', '134651.984000', '134651.986000', '134651.989000', '134651.992000', '134651.995000', '134651.998000', '134652.002000', '134652.005000', '134652.007000', '134652.010000', '134652.013000', '134652.016000', '134652.019000', '134652.022000', '134652.024000', '134652.027000', '134652.030000', '134652.033000', '134652.037000', '134652.041000', '134652.044000', '134652.047000', '134652.049000', '134711.926000', '134711.929000', '134711.932000', '134711.935000', '134711.938000', '134711.940000', '134711.943000', '134711.946000', '134711.949000', '134711.952000', '134711.955000', '134711.958000', '134711.961000', '134711.963000', '134711.966000', '134711.969000', '134711.972000', '134711.975000', '134711.978000', '134711.981000', '134711.984000', '134711.986000', '134711.989000', '134711.992000', '134711.995000', '134711.998000', '134712.002000', '134712.005000', '134712.007000', '134712.010000', '134712.013000', '134712.016000', '134712.019000', '134712.022000', '134712.025000', '134712.027000', '134712.030000', '134712.033000', '134712.036000', '134712.039000', '134712.042000', '134712.044000', '134712.047000', '134712.050000', '134731.926000', '134731.929000', '134731.932000', '134731.935000', '134731.938000', '134731.941000', '134731.943000', '134731.946000', '134731.949000', '134731.952000', '134731.955000', '134731.958000', '134731.960000', '134731.963000', '134731.966000', '134731.969000', '134731.972000', '134731.975000', '134731.978000', '134731.982000', '134731.985000', '134731.988000', '134731.991000', '134731.994000', '134731.997000', '134732.001000', '134732.004000', '134732.006000', '134732.009000', '134732.012000', '134732.015000', '134732.018000', '134732.021000', '134732.024000', '134732.026000', '134732.029000', '134732.032000', '134732.035000', '134732.038000', '134732.041000', '134732.044000', '134732.047000', '134732.052000', '134751.926000', '134751.929000', '134751.932000', '134751.935000', '134751.937000', '134751.940000', '134751.943000', '134751.946000', '134751.949000', '134751.952000', '134751.955000', '134751.958000', '134751.960000', '134751.963000', '134751.966000', '134751.969000', '134751.972000', '134751.975000', '134751.978000', '134751.980000', '134751.983000', '134751.986000', '134751.989000', '134751.992000', '134751.995000', '134751.998000', '134752.002000', '134752.004000', '134752.007000', '134752.010000', '134752.013000', '134752.016000', '134752.018000', '134752.021000', '134752.024000', '134752.027000', '134752.030000', '134752.033000', '134752.036000', '134752.038000', '134752.041000', '134752.044000', '134752.047000', '134752.050000', '134811.927000', '134811.930000', '134811.933000', '134811.936000', '134811.939000', '134811.941000', '134811.944000', '134811.947000', '134811.950000', '134811.953000', '134811.956000', '134811.958000', '134811.961000', '134811.964000', '134811.967000', '134811.970000', '134811.973000', '134811.976000', '134811.978000', '134811.981000', '134811.984000', '134811.987000', '134811.990000', '134811.993000', '134811.996000', '134811.998000', '134812.002000', '134812.005000', '134812.008000', '134812.011000', '134812.014000', '134812.016000', '134812.019000', '134812.022000', '134812.025000', '134812.028000', '134812.031000', '134812.034000', '134812.036000', '134812.039000', '134812.042000', '134812.045000', '134812.048000', '134831.927000', '134831.930000', '134831.933000', '134831.936000', '134831.939000', '134831.942000', '134831.944000', '134831.947000', '134831.950000', '134831.953000', '134831.956000', '134831.959000', '134831.961000', '134831.964000', '134831.967000', '134831.970000', '134831.973000', '134831.976000', '134831.979000', '134831.982000', '134831.984000', '134831.987000', '134831.990000', '134831.993000', '134831.996000', '134832.000000', '134832.003000', '134832.006000', '134832.008000', '134832.011000', '134832.014000', '134832.017000', '134832.020000', '134832.023000', '134832.025000', '134832.028000', '134832.031000', '134832.034000', '134832.037000', '134832.040000', '134832.042000', '134832.045000', '134832.048000', '134832.051000', '134851.926000', '134851.929000', '134851.932000', '134851.935000', '134851.938000', '134851.941000', '134851.943000', '134851.946000', '134851.949000', '134851.952000', '134851.955000', '134851.958000', '134851.961000', '134851.963000', '134851.966000', '134851.969000', '134851.972000', '134851.975000', '134851.978000', '134851.981000', '134851.984000', '134851.986000', '134851.989000', '134851.992000', '134851.995000', '134851.998000', '134852.002000', '134852.005000', '134852.008000', '134852.010000', '134852.013000', '134852.029000', '134852.033000', '134852.035000', '134852.038000', '134852.041000', '134852.044000', '134852.047000', '134852.050000', '134852.053000', '134852.055000', '134852.058000', '134852.061000', '134902.256000', '134902.260000', '134902.263000', '134902.266000', '134902.269000', '134902.272000', '134902.276000', '134902.279000', '134902.282000', '134902.286000', '134902.289000', '134902.292000', '134902.295000', '134902.298000', '134902.301000', '134902.304000', '134902.307000', '134902.310000', '134902.313000', '134902.316000', '134902.319000', '134902.322000', '134902.325000'], 'InstanceCreationTime': ['133851.963000', '133851.967000', '133851.970000', '133851.973000', '133851.976000', '133851.979000', '133851.982000', '133851.985000', '133851.988000', '133851.991000', '133851.994000', '133851.997000', '133852.001000', '133852.004000', '133852.007000', '133852.010000', '133852.013000', '133852.016000', '133852.019000', '133852.021000', '133852.024000', '133852.027000', '133852.030000', '133852.033000', '133852.036000', '133852.040000', '133852.042000', '133852.045000', '133852.048000', '133852.051000', '133852.054000', '133852.057000', '133852.060000', '133852.063000', '133852.066000', '133852.069000', '133852.072000', '133852.077000', '133852.080000', '133852.082000', '133852.085000', '133852.094000', '133852.097000', '133852.099000', '133852.102000', '133852.105000', '133852.108000', '133852.111000', '133852.114000', '133852.117000', '133852.120000', '133852.123000', '133852.126000', '133852.129000', '133852.132000', '133852.135000', '133911.927000', '133911.930000', '133911.933000', '133911.935000', '133911.938000', '133911.941000', '133911.944000', '133911.947000', '133911.949000', '133911.952000', '133911.959000', '133911.962000', '133911.965000', '133911.968000', '133911.971000', '133911.974000', '133911.976000', '133911.979000', '133911.982000', '133911.985000', '133911.988000', '133911.990000', '133911.993000', '133911.996000', '133912.000000', '133912.003000', '133912.005000', '133912.008000', '133912.011000', '133912.014000', '133912.017000', '133912.020000', '133912.022000', '133912.025000', '133912.028000', '133912.031000', '133912.034000', '133912.036000', '133912.042000', '133912.046000', '133912.050000', '133912.052000', '133912.055000', '133931.926000', '133931.929000', '133931.931000', '133931.934000', '133931.937000', '133931.943000', '133931.946000', '133931.949000', '133931.952000', '133931.955000', '133931.958000', '133931.961000', '133931.963000', '133931.966000', '133931.969000', '133931.972000', '133931.975000', '133931.978000', '133931.980000', '133931.983000', '133931.986000', '133931.989000', '133931.992000', '133931.995000', '133931.998000', '133932.001000', '133932.004000', '133932.007000', '133932.010000', '133932.013000', '133932.016000', '133932.018000', '133932.021000', '133932.024000', '133932.027000', '133932.030000', '133932.033000', '133932.035000', '133932.038000', '133932.041000', '133932.044000', '133932.047000', '133932.049000', '133932.052000', '133951.926000', '133951.929000', '133951.932000', '133951.934000', '133951.937000', '133951.940000', '133951.943000', '133951.946000', '133951.949000', '133951.952000', '133951.954000', '133951.957000', '133951.964000', '133951.967000', '133951.970000', '133951.973000', '133951.976000', '133951.979000', '133951.982000', '133951.984000', '133951.987000', '133951.990000', '133951.994000', '133951.997000', '133952.001000', '133952.004000', '133952.007000', '133952.009000', '133952.012000', '133952.015000', '133952.018000', '133952.021000', '133952.024000', '133952.027000', '133952.029000', '133952.032000', '133952.035000', '133952.038000', '133952.041000', '133952.043000', '133952.046000', '133952.050000', '133952.053000', '134011.926000', '134011.929000', '134011.932000', '134011.935000', '134011.937000', '134011.940000', '134011.943000', '134011.946000', '134011.949000', '134011.952000', '134011.955000', '134011.957000', '134011.960000', '134011.963000', '134011.966000', '134011.969000', '134011.972000', '134011.975000', '134011.983000', '134011.985000', '134011.988000', '134011.991000', '134011.994000', '134011.997000', '134012.001000', '134012.003000', '134012.006000', '134012.009000', '134012.012000', '134012.015000', '134012.018000', '134012.020000', '134012.023000', '134012.026000', '134012.029000', '134012.032000', '134012.034000', '134012.043000', '134012.046000', '134012.049000', '134012.052000', '134012.054000', '134012.057000', '134012.060000', '134031.926000', '134031.929000', '134031.932000', '134031.934000', '134031.937000', '134031.940000', '134031.943000', '134031.946000', '134031.949000', '134031.952000', '134031.955000', '134031.957000', '134031.960000', '134031.963000', '134031.966000', '134031.969000', '134031.972000', '134031.975000', '134031.977000', '134031.980000', '134031.983000', '134031.986000', '134031.989000', '134031.992000', '134031.995000', '134031.998000', '134032.001000', '134032.004000', '134032.007000', '134032.010000', '134032.013000', '134032.016000', '134032.019000', '134032.022000', '134032.024000', '134032.027000', '134032.030000', '134032.033000', '134032.049000', '134032.052000', '134032.055000', '134032.058000', '134032.060000', '134051.926000', '134051.929000', '134051.932000', '134051.935000', '134051.938000', '134051.941000', '134051.944000', '134051.946000', '134051.949000', '134051.952000', '134051.955000', '134051.958000', '134051.961000', '134051.963000', '134051.966000', '134051.969000', '134051.972000', '134051.975000', '134051.978000', '134051.980000', '134051.983000', '134051.986000', '134051.989000', '134051.992000', '134051.995000', '134051.998000', '134052.002000', '134052.004000', '134052.007000', '134052.010000', '134052.013000', '134052.016000', '134052.019000', '134052.021000', '134052.024000', '134052.027000', '134052.030000', '134052.033000', '134052.036000', '134052.039000', '134052.041000', '134052.044000', '134052.047000', '134052.050000', '134111.927000', '134111.930000', '134111.933000', '134111.936000', '134111.939000', '134111.941000', '134111.944000', '134111.947000', '134111.950000', '134111.953000', '134111.956000', '134111.959000', '134111.962000', '134111.964000', '134111.967000', '134111.970000', '134111.973000', '134111.976000', '134111.978000', '134111.981000', '134111.984000', '134111.987000', '134111.990000', '134111.993000', '134111.996000', '134112.000000', '134112.002000', '134112.005000', '134112.008000', '134112.011000', '134112.014000', '134112.017000', '134112.020000', '134112.022000', '134112.025000', '134112.028000', '134112.033000', '134112.036000', '134112.039000', '134112.042000', '134112.045000', '134112.047000', '134112.050000', '134131.927000', '134131.930000', '134131.932000', '134131.935000', '134131.938000', '134131.941000', '134131.944000', '134131.946000', '134131.950000', '134131.952000', '134131.955000', '134131.958000', '134131.961000', '134131.964000', '134131.967000', '134131.970000', '134131.973000', '134131.975000', '134131.978000', '134131.981000', '134131.984000', '134131.987000', '134131.989000', '134131.992000', '134131.995000', '134131.998000', '134132.002000', '134132.005000', '134132.008000', '134132.011000', '134132.013000', '134132.016000', '134132.019000', '134132.022000', '134132.025000', '134132.028000', '134132.031000', '134132.033000', '134132.036000', '134132.039000', '134132.042000', '134132.045000', '134132.047000', '134132.050000', '134151.926000', '134151.929000', '134151.932000', '134151.935000', '134151.937000', '134151.940000', '134151.943000', '134151.946000', '134151.949000', '134151.952000', '134151.955000', '134151.958000', '134151.960000', '134151.963000', '134151.966000', '134151.969000', '134151.972000', '134151.975000', '134151.978000', '134151.981000', '134151.983000', '134151.986000', '134151.989000', '134151.992000', '134151.995000', '134151.998000', '134152.002000', '134152.004000', '134152.007000', '134152.010000', '134152.013000', '134152.016000', '134152.019000', '134152.022000', '134152.024000', '134152.027000', '134152.030000', '134152.033000', '134152.036000', '134152.039000', '134152.041000', '134152.044000', '134152.047000', '134211.926000', '134211.929000', '134211.932000', '134211.935000', '134211.937000', '134211.940000', '134211.943000', '134211.946000', '134211.949000', '134211.952000', '134211.955000', '134211.958000', '134211.960000', '134211.963000', '134211.966000', '134211.969000', '134211.972000', '134211.975000', '134211.977000', '134211.980000', '134211.994000', '134211.997000', '134212.001000', '134212.004000', '134212.006000', '134212.009000', '134212.012000', '134212.015000', '134212.018000', '134212.021000', '134212.023000', '134212.026000', '134212.029000', '134212.032000', '134212.035000', '134212.038000', '134212.041000', '134212.044000', '134212.047000', '134212.049000', '134212.052000', '134212.055000', '134212.058000', '134212.061000', '134231.926000', '134231.929000', '134231.932000', '134231.935000', '134231.938000', '134231.941000', '134231.943000', '134231.946000', '134231.949000', '134231.952000', '134231.955000', '134231.958000', '134231.960000', '134231.964000', '134231.966000', '134231.969000', '134231.972000', '134231.975000', '134231.978000', '134231.981000', '134231.983000', '134231.986000', '134231.989000', '134231.992000', '134232.004000', '134232.007000', '134232.010000', '134232.013000', '134232.016000', '134232.019000', '134232.022000', '134232.024000', '134232.027000', '134232.030000', '134232.033000', '134232.036000', '134232.039000', '134232.041000', '134232.044000', '134232.047000', '134232.050000', '134232.053000', '134232.055000', '134251.926000', '134251.929000', '134251.932000', '134251.935000', '134251.938000', '134251.940000', '134251.944000', '134251.946000', '134251.949000', '134251.952000', '134251.955000', '134251.958000', '134251.961000', '134251.963000', '134251.966000', '134251.969000', '134251.972000', '134251.975000', '134251.978000', '134251.981000', '134251.983000', '134251.986000', '134251.989000', '134251.992000', '134251.995000', '134251.998000', '134252.002000', '134252.004000', '134252.007000', '134252.010000', '134252.013000', '134252.016000', '134252.018000', '134252.021000', '134252.024000', '134252.027000', '134252.030000', '134252.033000', '134252.036000', '134252.039000', '134252.041000', '134252.044000', '134252.047000', '134311.926000', '134311.929000', '134311.932000', '134311.935000', '134311.938000', '134311.941000', '134311.943000', '134311.946000', '134311.949000', '134311.952000', '134311.955000', '134311.958000', '134311.960000', '134311.963000', '134311.966000', '134311.969000', '134311.972000', '134311.975000', '134311.978000', '134311.980000', '134311.983000', '134311.986000', '134311.989000', '134311.992000', '134311.995000', '134311.998000', '134312.001000', '134312.004000', '134312.007000', '134312.010000', '134312.013000', '134312.015000', '134312.018000', '134312.021000', '134312.024000', '134312.027000', '134312.030000', '134312.033000', '134312.035000', '134312.038000', '134312.041000', '134312.044000', '134312.047000', '134312.049000', '134331.927000', '134331.930000', '134331.933000', '134331.936000', '134331.939000', '134331.942000', '134331.945000', '134331.948000', '134331.951000', '134331.954000', '134331.956000', '134331.959000', '134331.962000', '134331.965000', '134331.968000', '134331.971000', '134331.973000', '134331.977000', '134331.979000', '134331.982000', '134331.985000', '134331.988000', '134331.991000', '134331.994000', '134331.997000', '134332.001000', '134332.003000', '134332.006000', '134332.009000', '134332.012000', '134332.015000', '134332.018000', '134332.021000', '134332.023000', '134332.026000', '134332.029000', '134332.032000', '134332.035000', '134332.038000', '134332.041000', '134332.043000', '134332.046000', '134332.049000', '134351.927000', '134351.930000', '134351.933000', '134351.936000', '134351.939000', '134351.941000', '134351.944000', '134351.947000', '134351.950000', '134351.953000', '134351.956000', '134351.958000', '134351.961000', '134351.964000', '134351.967000', '134351.970000', '134351.973000', '134351.978000', '134351.981000', '134351.984000', '134351.987000', '134351.990000', '134351.992000', '134351.995000', '134351.998000', '134352.002000', '134352.005000', '134352.008000', '134352.011000', '134352.014000', '134352.016000', '134352.019000', '134352.022000', '134352.025000', '134352.028000', '134352.031000', '134352.034000', '134352.037000', '134352.039000', '134352.042000', '134352.045000', '134352.048000', '134352.051000', '134352.054000', '134411.928000', '134411.931000', '134411.934000', '134411.937000', '134411.940000', '134411.943000', '134411.946000', '134411.948000', '134411.951000', '134411.957000', '134411.961000', '134411.964000', '134411.967000', '134411.969000', '134411.972000', '134411.975000', '134411.978000', '134411.981000', '134411.984000', '134411.986000', '134411.989000', '134411.992000', '134411.995000', '134411.998000', '134412.002000', '134412.004000', '134412.007000', '134412.010000', '134412.013000', '134412.016000', '134412.019000', '134412.021000', '134412.024000', '134412.027000', '134412.030000', '134412.033000', '134412.036000', '134412.038000', '134412.041000', '134412.044000', '134412.047000', '134412.050000', '134412.053000', '134431.926000', '134431.929000', '134431.932000', '134431.935000', '134431.937000', '134431.940000', '134431.943000', '134431.946000', '134431.949000', '134431.951000', '134431.954000', '134431.957000', '134431.960000', '134431.963000', '134431.966000', '134431.969000', '134431.972000', '134431.974000', '134431.977000', '134431.980000', '134431.983000', '134431.986000', '134431.989000', '134431.992000', '134431.994000', '134431.997000', '134432.001000', '134432.004000', '134432.007000', '134432.010000', '134432.012000', '134432.015000', '134432.018000', '134432.021000', '134432.024000', '134432.027000', '134432.029000', '134432.032000', '134432.035000', '134432.038000', '134432.041000', '134432.044000', '134432.046000', '134432.049000', '134451.926000', '134451.929000', '134451.932000', '134451.935000', '134451.937000', '134451.940000', '134451.943000', '134451.946000', '134451.949000', '134451.952000', '134451.955000', '134451.958000', '134451.961000', '134451.965000', '134451.968000', '134451.971000', '134451.973000', '134451.976000', '134451.979000', '134451.982000', '134451.985000', '134451.988000', '134451.991000', '134451.994000', '134451.996000', '134452.000000', '134452.003000', '134452.006000', '134452.009000', '134452.012000', '134452.014000', '134452.017000', '134452.020000', '134452.023000', '134452.026000', '134452.029000', '134452.031000', '134452.034000', '134452.037000', '134452.040000', '134452.043000', '134452.046000', '134452.048000', '134511.926000', '134511.929000', '134511.932000', '134511.935000', '134511.937000', '134511.940000', '134511.943000', '134511.946000', '134511.949000', '134511.952000', '134511.955000', '134511.957000', '134511.960000', '134511.963000', '134511.966000', '134511.969000', '134511.972000', '134511.975000', '134511.978000', '134511.980000', '134511.983000', '134511.986000', '134511.989000', '134511.992000', '134511.995000', '134511.997000', '134512.001000', '134512.004000', '134512.007000', '134512.010000', '134512.020000', '134512.023000', '134512.025000', '134512.028000', '134512.031000', '134512.034000', '134512.037000', '134512.040000', '134512.043000', '134512.046000', '134512.048000', '134512.051000', '134512.054000', '134512.057000', '134531.926000', '134531.929000', '134531.932000', '134531.934000', '134531.938000', '134531.940000', '134531.943000', '134531.946000', '134531.949000', '134531.952000', '134531.954000', '134531.957000', '134531.960000', '134531.963000', '134531.966000', '134531.969000', '134531.972000', '134531.975000', '134531.977000', '134531.980000', '134531.983000', '134531.986000', '134531.989000', '134531.992000', '134531.997000', '134532.002000', '134532.005000', '134532.008000', '134532.011000', '134532.019000', '134532.022000', '134532.025000', '134532.028000', '134532.031000', '134532.034000', '134532.037000', '134532.039000', '134532.042000', '134532.045000', '134532.048000', '134532.051000', '134532.054000', '134532.057000', '134551.927000', '134551.930000', '134551.933000', '134551.936000', '134551.938000', '134551.941000', '134551.944000', '134551.947000', '134551.950000', '134551.953000', '134551.956000', '134551.959000', '134551.962000', '134551.965000', '134551.967000', '134551.970000', '134551.973000', '134551.976000', '134551.979000', '134551.982000', '134551.984000', '134551.987000', '134551.990000', '134551.993000', '134551.996000', '134552.000000', '134552.003000', '134552.005000', '134552.008000', '134552.011000', '134552.014000', '134552.017000', '134552.020000', '134552.022000', '134552.025000', '134552.028000', '134552.031000', '134552.034000', '134552.036000', '134552.039000', '134552.042000', '134552.045000', '134552.048000', '134552.051000', '134611.927000', '134611.930000', '134611.933000', '134611.936000', '134611.938000', '134611.941000', '134611.945000', '134611.948000', '134611.951000', '134611.954000', '134611.957000', '134611.960000', '134611.963000', '134611.966000', '134611.968000', '134611.971000', '134611.974000', '134611.977000', '134611.980000', '134611.983000', '134611.986000', '134611.989000', '134611.991000', '134611.994000', '134611.997000', '134612.002000', '134612.005000', '134612.008000', '134612.011000', '134612.014000', '134612.017000', '134612.020000', '134612.022000', '134612.025000', '134612.028000', '134612.031000', '134612.034000', '134612.037000', '134612.040000', '134612.042000', '134612.045000', '134612.048000', '134612.051000', '134631.926000', '134631.929000', '134631.932000', '134631.935000', '134631.938000', '134631.940000', '134631.943000', '134631.946000', '134631.949000', '134631.952000', '134631.955000', '134631.958000', '134631.961000', '134631.963000', '134631.966000', '134631.969000', '134631.972000', '134631.975000', '134631.978000', '134631.981000', '134631.983000', '134631.986000', '134631.989000', '134631.992000', '134631.995000', '134631.998000', '134632.002000', '134632.004000', '134632.007000', '134632.010000', '134632.013000', '134632.016000', '134632.019000', '134632.022000', '134632.024000', '134632.027000', '134632.030000', '134632.033000', '134632.036000', '134632.039000', '134632.042000', '134632.044000', '134632.047000', '134632.050000', '134651.926000', '134651.929000', '134651.932000', '134651.935000', '134651.938000', '134651.941000', '134651.944000', '134651.946000', '134651.949000', '134651.952000', '134651.955000', '134651.958000', '134651.961000', '134651.963000', '134651.966000', '134651.969000', '134651.972000', '134651.975000', '134651.978000', '134651.981000', '134651.984000', '134651.986000', '134651.989000', '134651.992000', '134651.995000', '134651.998000', '134652.002000', '134652.005000', '134652.007000', '134652.010000', '134652.013000', '134652.016000', '134652.019000', '134652.022000', '134652.024000', '134652.027000', '134652.030000', '134652.033000', '134652.037000', '134652.041000', '134652.044000', '134652.047000', '134652.049000', '134711.926000', '134711.929000', '134711.932000', '134711.935000', '134711.938000', '134711.940000', '134711.943000', '134711.946000', '134711.949000', '134711.952000', '134711.955000', '134711.958000', '134711.961000', '134711.963000', '134711.966000', '134711.969000', '134711.972000', '134711.975000', '134711.978000', '134711.981000', '134711.984000', '134711.986000', '134711.989000', '134711.992000', '134711.995000', '134711.998000', '134712.002000', '134712.005000', '134712.007000', '134712.010000', '134712.013000', '134712.016000', '134712.019000', '134712.022000', '134712.025000', '134712.027000', '134712.030000', '134712.033000', '134712.036000', '134712.039000', '134712.042000', '134712.044000', '134712.047000', '134712.050000', '134731.926000', '134731.929000', '134731.932000', '134731.935000', '134731.938000', '134731.941000', '134731.943000', '134731.946000', '134731.949000', '134731.952000', '134731.955000', '134731.958000', '134731.960000', '134731.963000', '134731.966000', '134731.969000', '134731.972000', '134731.975000', '134731.978000', '134731.982000', '134731.985000', '134731.988000', '134731.991000', '134731.994000', '134731.997000', '134732.001000', '134732.004000', '134732.006000', '134732.009000', '134732.012000', '134732.015000', '134732.018000', '134732.021000', '134732.024000', '134732.026000', '134732.029000', '134732.032000', '134732.035000', '134732.038000', '134732.041000', '134732.044000', '134732.047000', '134732.052000', '134751.926000', '134751.929000', '134751.932000', '134751.935000', '134751.937000', '134751.940000', '134751.943000', '134751.946000', '134751.949000', '134751.952000', '134751.955000', '134751.958000', '134751.960000', '134751.963000', '134751.966000', '134751.969000', '134751.972000', '134751.975000', '134751.978000', '134751.980000', '134751.983000', '134751.986000', '134751.989000', '134751.992000', '134751.995000', '134751.998000', '134752.002000', '134752.004000', '134752.007000', '134752.010000', '134752.013000', '134752.016000', '134752.018000', '134752.021000', '134752.024000', '134752.027000', '134752.030000', '134752.033000', '134752.036000', '134752.038000', '134752.041000', '134752.044000', '134752.047000', '134752.050000', '134811.927000', '134811.930000', '134811.933000', '134811.936000', '134811.939000', '134811.941000', '134811.944000', '134811.947000', '134811.950000', '134811.953000', '134811.956000', '134811.958000', '134811.961000', '134811.964000', '134811.967000', '134811.970000', '134811.973000', '134811.976000', '134811.978000', '134811.981000', '134811.984000', '134811.987000', '134811.990000', '134811.993000', '134811.996000', '134811.998000', '134812.002000', '134812.005000', '134812.008000', '134812.011000', '134812.014000', '134812.016000', '134812.019000', '134812.022000', '134812.025000', '134812.028000', '134812.031000', '134812.034000', '134812.036000', '134812.039000', '134812.042000', '134812.045000', '134812.048000', '134831.927000', '134831.930000', '134831.933000', '134831.936000', '134831.939000', '134831.942000', '134831.944000', '134831.947000', '134831.950000', '134831.953000', '134831.956000', '134831.959000', '134831.961000', '134831.964000', '134831.967000', '134831.970000', '134831.973000', '134831.976000', '134831.979000', '134831.982000', '134831.984000', '134831.987000', '134831.990000', '134831.993000', '134831.996000', '134832.000000', '134832.003000', '134832.006000', '134832.008000', '134832.011000', '134832.014000', '134832.017000', '134832.020000', '134832.023000', '134832.025000', '134832.028000', '134832.031000', '134832.034000', '134832.037000', '134832.040000', '134832.042000', '134832.045000', '134832.048000', '134832.051000', '134851.926000', '134851.929000', '134851.932000', '134851.935000', '134851.938000', '134851.941000', '134851.943000', '134851.946000', '134851.949000', '134851.952000', '134851.955000', '134851.958000', '134851.961000', '134851.963000', '134851.966000', '134851.969000', '134851.972000', '134851.975000', '134851.978000', '134851.981000', '134851.984000', '134851.986000', '134851.989000', '134851.992000', '134851.995000', '134851.998000', '134852.002000', '134852.005000', '134852.008000', '134852.010000', '134852.013000', '134852.029000', '134852.033000', '134852.035000', '134852.038000', '134852.041000', '134852.044000', '134852.047000', '134852.050000', '134852.053000', '134852.055000', '134852.058000', '134852.061000', '134902.256000', '134902.260000', '134902.263000', '134902.266000', '134902.269000', '134902.272000', '134902.276000', '134902.279000', '134902.282000', '134902.286000', '134902.289000', '134902.292000', '134902.295000', '134902.298000', '134902.301000', '134902.304000', '134902.307000', '134902.310000', '134902.313000', '134902.316000', '134902.319000', '134902.322000', '134902.325000'], '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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'LargestImagePixelValue': [8239, 9656, 7907, 10101, 13169, 10453, 17077, 12442, 17246, 10948, 15983, 9790, 13560, 9249, 12463, 8714, 11522, 8649, 9228, 8570, 10297, 13186, 10195, 15945, 9889, 12914, 8678, 11546, 8433, 10137, 7728, 9828, 9936, 9203, 9402, 8896, 9576, 8296, 9400, 8136, 8831, 7596, 9095, 9263, 9362, 9775, 8904, 13936, 8269, 12644, 7951, 11376, 8149, 10546, 7634, 8887, 7940, 8269, 9628, 8269, 10157, 8072, 10562, 8008, 9786, 7772, 9864, 7912, 9670, 7998, 9396, 8676, 8840, 7829, 8810, 7764, 8352, 14723, 8126, 13635, 9365, 11711, 8151, 8817, 7993, 8371, 10229, 7983, 10206, 7938, 9473, 8307, 8490, 7897, 8160, 8454, 7858, 9266, 7988, 8766, 8132, 8239, 14223, 7726, 11251, 7982, 9343, 8208, 8462, 8115, 8431, 8118, 7941, 8059, 7997, 8482, 8327, 7997, 13500, 10869, 11148, 15061, 10084, 17382, 14546, 16299, 10930, 12892, 8049, 10438, 8100, 9774, 7727, 8636, 7722, 8127, 14370, 8027, 11195, 8086, 12591, 7650, 8780, 12653, 8334, 17300, 11238, 14398, 10963, 14130, 7754, 10189, 8018, 9455, 7829, 13301, 7707, 9094, 7727, 8449, 16472, 8327, 13525, 8666, 10728, 7727, 8428, 13388, 8090, 9446, 7860, 9233, 8360, 9067, 9062, 8562, 13345, 8249, 10735, 7707, 9219, 16304, 7935, 12917, 8322, 9636, 14468, 8053, 12457, 8545, 9505, 11209, 8235, 13881, 7874, 9618, 8348, 9119, 7707, 8351, 11374, 8106, 9400, 8269, 8994, 11866, 8185, 11950, 8213, 9183, 14675, 8168, 11955, 7933, 8919, 7830, 8478, 7947, 7801, 9074, 7947, 8704, 7956, 8448, 7949, 7967, 9195, 8086, 8930, 7711, 8975, 8061, 8100, 14282, 7822, 11514, 8043, 10360, 15452, 8692, 15436, 8785, 12826, 9232, 10778, 8730, 9174, 7964, 9048, 7674, 8569, 11229, 8289, 12372, 8114, 9616, 8928, 8962, 7649, 8387, 7875, 8243, 9516, 8026, 9970, 8165, 9446, 7827, 8906, 13157, 8325, 11752, 8154, 10040, 7820, 8379, 14807, 8244, 12514, 7941, 8681, 13360, 8066, 12513, 8045, 9499, 8130, 8344, 14574, 7977, 10714, 8096, 8587, 14771, 7904, 12882, 7932, 9171, 7994, 8265, 15344, 8233, 9966, 7892, 8535, 8018, 8060, 8139, 8046, 8018, 8180, 9373, 8277, 9507, 8125, 8759, 8406, 8435, 8900, 8062, 12039, 8263, 11006, 8153, 11185, 8253, 10470, 7974, 10422, 8982, 9180, 17394, 11080, 14435, 9918, 10240, 15388, 10547, 16572, 8109, 13839, 7889, 11492, 8020, 9052, 7852, 8456, 15952, 8203, 13821, 8831, 10943, 7842, 9101, 8062, 8955, 7573, 8540, 15845, 12309, 13263, 11539, 11397, 17992, 15943, 15851, 10499, 12428, 12521, 13106, 15762, 8997, 16699, 8011, 13549, 10251, 12290, 7909, 10845, 8160, 10591, 8097, 11347, 9912, 9495, 17150, 9823, 14185, 10906, 13342, 9634, 10023, 7869, 9442, 17142, 10926, 13837, 9322, 10415, 7862, 9597, 11627, 9297, 15284, 8642, 10226, 9569, 9867, 7744, 9633, 16429, 8776, 12965, 9443, 9720, 12602, 9483, 14929, 8513, 10634, 8755, 9617, 7757, 9169, 12403, 8465, 9769, 7945, 9968, 9308, 10061, 7659, 9330, 13630, 9034, 11494, 9794, 10071, 12128, 9296, 15109, 8138, 10956, 7933, 9803, 8258, 9039, 10107, 8142, 9720, 8972, 9556, 8849, 9562, 8104, 8688, 8249, 8306, 9895, 8261, 9686, 8144, 8595, 13918, 8382, 12517, 8751, 9749, 7818, 8520, 8051, 8548, 9836, 8769, 9423, 8495, 8280, 8740, 8177, 9220, 16192, 13324, 13876, 9889, 9280, 17124, 9723, 15956, 8496, 11691, 7907, 9388, 8872, 8871, 7804, 8485, 8198, 8023, 9062, 7949, 9188, 8059, 8385, 8197, 8247, 9358, 8010, 8645, 8138, 8220, 8384, 8087, 9253, 8012, 8862, 8125, 8592, 8230, 8396, 8229, 8269, 13578, 8509, 11333, 9107, 9342, 14425, 8317, 15278, 7998, 11936, 8152, 8473, 16791, 10786, 13620, 9291, 8722, 14751, 8225, 12823, 8181, 8765, 8065, 8309, 9930, 8035, 9193, 7979, 8775, 8006, 8574, 9759, 8058, 10515, 7982, 9839, 8382, 11029, 7968, 11382, 8766, 8459, 17607, 14598, 16087, 11069, 14743, 10596, 11522, 17807, 14187, 15013, 10706, 7608, 8812, 7997, 9203, 9035, 11331, 8083, 11910, 7942, 9476, 16278, 9863, 16083, 11734, 15684, 8708, 12320, 7990, 10772, 9180, 9747, 7799, 9411, 12381, 8764, 15105, 8831, 13632, 9847, 15062, 7843, 9740, 7409, 9865, 8980, 10044, 8188, 9210, 8124, 8280, 10528, 8536, 10440, 9192, 12673, 9362, 10898, 9567, 7776, 10565, 8598, 13714, 9419, 10519, 9380, 15231, 9867, 15075, 9954, 14802, 9186, 12906, 16821, 11804, 17810, 13388, 14472, 13724, 12469, 9743, 8872, 9705, 10300, 8788, 11128, 9067, 11251, 12881, 11155, 12354, 9822, 11366, 9967, 10060, 8951, 9750, 8217, 10347, 7815, 10390, 7380, 9901, 7909, 9604, 7922, 9232, 8491, 8760, 9974, 8063, 9966, 8992, 9417, 7436, 8471, 13805, 8026, 10741, 8591, 9292, 7484, 8343, 8459, 7972, 9090, 7732, 9761, 7941, 8805, 7811, 8443, 8160, 7862, 9303, 7753, 9339, 7917, 9052, 7888, 8464, 7944, 8300, 10420, 8146, 11057, 8142, 10983, 7841, 9372, 7827, 9106, 7851, 7850, 8655, 7682, 8082, 7853, 7981, 8370, 7753, 8616, 9187, 8494, 15015, 10239, 13280, 11656, 15363, 11320, 17251, 13787, 17538, 13731, 17149, 13520, 17245, 12583, 15651, 10145, 13362, 10015, 15001, 9743, 16530, 9943, 13937, 9667, 10984, 9019, 10328, 15664, 9724, 17414, 9149, 13477, 8351, 10462, 8918, 10145, 10258, 9029, 13346, 8212, 10015, 8591, 9872, 8425, 8810, 13069, 8114, 9660, 8191, 9718, 13624, 8745, 11457, 8634, 9300, 7690, 8777, 13880, 8242, 9356, 8135, 8854, 7995, 8755, 7860, 8155, 10068, 7919, 9325, 7949, 8902, 12380, 8287, 10955, 7824, 8849, 8054, 8962, 7857, 8349, 7690, 7884, 9197, 7824, 9042, 7829, 9208, 7713, 8507, 8306, 8185, 13168, 7905, 11363, 8265, 9245, 7858, 8932, 8363, 8523, 7892, 8226, 7716, 8335, 7758, 8246, 10032, 8306, 11687, 8016, 10537, 7939, 10073, 8764, 11464, 9311, 11017, 8082, 8614, 16505, 13121, 15702, 11954, 13352, 8590, 9318, 7776, 8624, 10966, 8157, 15604, 7920, 11934, 8723, 10193, 8258, 11538, 7517, 8934, 7795, 8389, 15865, 8147, 13670, 8114, 12009, 8906, 10182, 7659, 9152, 11618, 8480, 16945, 8235, 13630, 7791, 11003, 8258, 8831, 7774, 8757, 7655, 8474, 9904, 8312, 12177, 8013, 10398, 9278, 9554, 7726, 9252, 7887, 8348, 14558, 8161, 10186, 7929, 9317, 7886, 8834, 7894, 8783, 8006, 8818, 8315, 9011, 7901, 9002, 7870, 8707, 8033, 13180, 8643, 12261, 7696, 11997, 7928, 12275, 8167, 13022, 11374, 16092, 10510, 15944, 9726, 13573, 10430, 13443, 11835, 17511, 12054, 12565, 9855, 8293, 13327, 9325, 16119, 9468, 14220, 8832, 12659, 8247, 10567, 14263, 10545, 17307, 11767, 14522, 10438, 13092, 9313, 12164, 9327, 12152, 10441, 15819, 9904, 12231, 9079, 10906, 8917, 11015, 14878, 10772, 17209, 10407, 14171, 9655, 11524, 9435, 10480, 8291, 10013, 11889, 10044, 10036, 8884, 10116, 8719, 8968, 8043, 9988, 9699, 9541, 9670, 8037, 10154, 7679, 9653, 12321, 8953, 10046, 8213, 9413, 8721, 8915, 7940, 8818, 8046, 9530, 9774, 8623, 10831, 8778, 10302, 8675, 10251, 8468, 9901, 9555, 9320, 15543, 9192, 12797, 8366, 11527, 8430, 8727, 7861, 9038, 7501, 8621, 7708, 7987, 9201, 8120, 9345, 7833, 9484, 7719, 9150, 8280, 9041, 7686, 8726, 10308, 8191, 8090, 8188, 7619, 8151, 9604, 8331, 8520, 8909, 7967, 9665, 8236, 11099, 8132, 10165, 8868, 11465, 8779, 15220, 10725, 16910, 14735, 16532, 12015, 16781, 15873, 11977, 17734, 16346, 16101, 12874, 16323, 9090, 10480, 7959, 10367, 7794, 9767, 7585, 9794, 7770, 9070, 9993, 8561, 9774, 8456, 9748, 14437, 9320, 12142, 9488, 10643, 8050, 9741, 16456, 9187, 11958, 8559, 9227, 7721, 9060, 10574, 8360, 9046, 7895, 9030, 7884, 8836, 7542, 8334, 9898, 8073, 9159, 7841, 9324, 7506, 9178, 12480, 8613, 11439, 7759, 10696, 8612, 9911, 8868, 8629, 8056, 8443, 7507, 8720, 8094, 8481, 8322, 8469, 7344, 8119, 7549, 8251, 7368, 8372, 9888, 8459, 8606, 8338, 8201, 8352, 13458, 8501, 16992, 12829, 15435, 12180, 13666, 8679, 8878, 9057, 8427, 7993, 8516, 7623, 8468, 7618, 9073, 13943, 8430, 16181, 9660, 15206, 8256, 13112, 8342, 11621, 7954, 9366, 7959, 9369, 9280, 8877, 8587, 8245, 8547, 7824, 12029, 7900, 15436, 8834, 9380, 18384, 14485, 15750, 11745, 9425, 18415, 13360, 14987, 10504, 13765, 11503, 10518, 18181, 12241, 15837, 10871, 13991, 9663, 12775, 9380, 12374, 9104, 10483, 9231, 9209, 8490, 9543, 8508, 9313, 8646, 9201, 11850, 9314, 10276, 9425, 10451, 8744, 9965, 8311, 9135, 8572, 9161, 8429, 9034, 7759, 9169, 8128, 8904, 8457, 8852, 7468, 9700, 7588, 9701, 10111, 10208, 11753, 9908, 14356, 9489, 11796, 8394, 10477, 16951, 12366, 13889, 10788, 11579, 9211, 10357, 8438, 10504, 8068, 10387, 7664, 10399, 9060, 10314, 9271, 9960, 10202, 8962, 9997, 8806, 10588, 7841, 10225, 13555, 9441, 11416, 8857, 10591, 8267, 9676, 8249, 9795, 7574, 9778, 10991, 8948, 10050, 7821, 9288, 7895, 9816, 7596, 9081, 9979, 8200, 9402, 8045, 8990, 7672, 8907, 7725, 8966, 7703, 8738, 8044, 8136, 8412, 7810, 9306, 8389, 10017, 8621, 7847, 8248, 11088, 8006, 11801, 8119, 12016, 10652, 12838, 9153, 11495, 8633, 8374, 8258, 8489, 10800, 7642, 11592, 7676, 7936, 8603, 7616, 9634, 8095, 12623, 9029, 16646, 12417, 18672, 11640, 9455, 9831, 8317, 13238, 11530, 14572, 12379, 13818, 12049, 9420, 13935, 9405, 15385, 11213, 14665, 9401, 15516, 9431, 13497, 9596, 12877, 9210, 12259, 9243, 11537, 8429, 10029, 8939, 10153, 9759, 8694, 8861, 10052, 8816, 8368, 9399], 'WindowCenter': [4486.0, 4493.0, 4460.0, 4479.0, 4497.0, 4478.0, 4517.0, 4487.0, 4504.0, 4475.0, 4491.0, 4461.0, 4481.0, 4453.0, 4483.0, 4453.0, 4473.0, 4453.0, 4453.0, 4453.0, 4464.0, 4483.0, 4463.0, 4493.0, 4463.0, 4483.0, 4443.0, 4472.0, 4443.0, 4462.0, 4443.0, 4463.0, 4462.0, 4466.0, 4462.0, 4465.0, 4464.0, 4457.0, 4466.0, 4456.0, 4479.0, 4457.0, 4468.0, 4476.0, 4478.0, 4477.0, 4479.0, 4520.0, 4470.0, 4510.0, 4471.0, 4498.0, 4457.0, 4486.0, 4454.0, 4465.0, 4455.0, 4465.0, 4473.0, 4466.0, 4473.0, 4468.0, 4487.0, 4466.0, 4485.0, 4468.0, 4486.0, 4469.0, 4488.0, 4470.0, 4488.0, 4481.0, 4479.0, 4468.0, 4481.0, 4467.0, 4479.0, 4518.0, 4468.0, 4506.0, 4478.0, 4497.0, 4466.0, 4478.0, 4467.0, 4467.0, 4486.0, 4466.0, 4485.0, 4466.0, 4477.0, 4467.0, 4479.0, 4466.0, 4480.0, 4479.0, 4478.0, 4490.0, 4480.0, 4481.0, 4468.0, 4482.0, 4520.0, 4470.0, 4497.0, 4480.0, 4491.0, 4483.0, 4480.0, 4482.0, 4478.0, 4483.0, 4482.0, 4495.0, 4483.0, 4495.0, 4491.0, 4484.0, 4521.0, 4501.0, 4514.0, 4532.0, 4501.0, 4532.0, 4522.0, 4527.0, 4488.0, 4498.0, 4467.0, 4487.0, 4469.0, 4487.0, 4457.0, 4478.0, 4469.0, 4470.0, 4517.0, 4469.0, 4511.0, 4470.0, 4510.0, 4457.0, 4468.0, 4496.0, 4467.0, 4529.0, 4498.0, 4507.0, 4488.0, 4506.0, 4456.0, 4475.0, 4467.0, 4476.0, 4457.0, 4508.0, 4456.0, 4466.0, 4454.0, 4465.0, 4516.0, 4463.0, 4494.0, 4453.0, 4474.0, 4440.0, 4452.0, 4491.0, 4451.0, 4463.0, 4453.0, 4464.0, 4455.0, 4464.0, 4462.0, 4464.0, 4494.0, 4454.0, 4475.0, 4443.0, 4463.0, 4503.0, 4454.0, 4492.0, 4452.0, 4463.0, 4494.0, 4452.0, 4482.0, 4452.0, 4462.0, 4472.0, 4453.0, 4492.0, 4452.0, 4461.0, 4451.0, 4462.0, 4443.0, 4453.0, 4484.0, 4452.0, 4462.0, 4455.0, 4465.0, 4483.0, 4464.0, 4485.0, 4453.0, 4464.0, 4502.0, 4453.0, 4482.0, 4453.0, 4462.0, 4454.0, 4465.0, 4454.0, 4455.0, 4473.0, 4466.0, 4464.0, 4464.0, 4468.0, 4466.0, 4467.0, 4478.0, 4468.0, 4479.0, 4469.0, 4490.0, 4467.0, 4480.0, 4519.0, 4470.0, 4499.0, 4468.0, 4488.0, 4518.0, 4469.0, 4517.0, 4466.0, 4494.0, 4476.0, 4483.0, 4464.0, 4463.0, 4454.0, 4465.0, 4454.0, 4466.0, 4484.0, 4466.0, 4494.0, 4463.0, 4475.0, 4464.0, 4475.0, 4454.0, 4465.0, 4454.0, 4465.0, 4476.0, 4466.0, 4487.0, 4468.0, 4488.0, 4467.0, 4479.0, 4507.0, 4465.0, 4497.0, 4470.0, 4488.0, 4455.0, 4468.0, 4517.0, 4467.0, 4507.0, 4467.0, 4478.0, 4505.0, 4468.0, 4495.0, 4468.0, 4488.0, 4465.0, 4478.0, 4517.0, 4468.0, 4498.0, 4468.0, 4480.0, 4518.0, 4469.0, 4509.0, 4467.0, 4478.0, 4467.0, 4469.0, 4517.0, 4468.0, 4487.0, 4467.0, 4478.0, 4466.0, 4468.0, 4467.0, 4479.0, 4466.0, 4481.0, 4490.0, 4481.0, 4500.0, 4480.0, 4489.0, 4479.0, 4479.0, 4490.0, 4482.0, 4508.0, 4482.0, 4510.0, 4482.0, 4510.0, 4492.0, 4513.0, 4480.0, 4514.0, 4493.0, 4493.0, 4541.0, 4501.0, 4522.0, 4489.0, 4491.0, 4518.0, 4487.0, 4529.0, 4467.0, 4506.0, 4466.0, 4496.0, 4468.0, 4479.0, 4466.0, 4479.0, 4528.0, 4469.0, 4510.0, 4478.0, 4499.0, 4469.0, 4479.0, 4468.0, 4490.0, 4470.0, 4481.0, 4529.0, 4510.0, 4511.0, 4499.0, 4499.0, 4530.0, 4529.0, 4518.0, 4488.0, 4497.0, 4484.0, 4495.0, 4504.0, 4463.0, 4503.0, 4454.0, 4492.0, 4473.0, 4483.0, 4453.0, 4471.0, 4454.0, 4473.0, 4452.0, 4472.0, 4460.0, 4461.0, 4502.0, 4461.0, 4491.0, 4471.0, 4482.0, 4461.0, 4462.0, 4441.0, 4461.0, 4499.0, 4470.0, 4480.0, 4449.0, 4460.0, 4440.0, 4462.0, 4469.0, 4450.0, 4488.0, 4449.0, 4458.0, 4450.0, 4460.0, 4439.0, 4460.0, 4501.0, 4450.0, 4479.0, 4449.0, 4449.0, 4468.0, 4450.0, 4487.0, 4439.0, 4457.0, 4439.0, 4451.0, 4429.0, 4450.0, 4479.0, 4451.0, 4472.0, 4442.0, 4462.0, 4462.0, 4461.0, 4440.0, 4462.0, 4480.0, 4450.0, 4470.0, 4460.0, 4462.0, 4469.0, 4449.0, 4488.0, 4439.0, 4459.0, 4439.0, 4459.0, 4438.0, 4449.0, 4459.0, 4442.0, 4459.0, 4450.0, 4461.0, 4451.0, 4460.0, 4454.0, 4464.0, 4452.0, 4465.0, 4474.0, 4465.0, 4476.0, 4454.0, 4465.0, 4494.0, 4454.0, 4483.0, 4453.0, 4463.0, 4442.0, 4464.0, 4452.0, 4465.0, 4474.0, 4466.0, 4474.0, 4467.0, 4468.0, 4468.0, 4466.0, 4479.0, 4518.0, 4497.0, 4495.0, 4463.0, 4464.0, 4503.0, 4463.0, 4502.0, 4451.0, 4471.0, 4441.0, 4461.0, 4452.0, 4462.0, 4444.0, 4465.0, 4456.0, 4456.0, 4465.0, 4455.0, 4476.0, 4457.0, 4468.0, 4466.0, 4465.0, 4475.0, 4466.0, 4467.0, 4465.0, 4468.0, 4467.0, 4468.0, 4477.0, 4469.0, 4477.0, 4479.0, 4480.0, 4482.0, 4482.0, 4481.0, 4483.0, 4520.0, 4481.0, 4513.0, 4481.0, 4491.0, 4520.0, 4470.0, 4518.0, 4470.0, 4499.0, 4468.0, 4470.0, 4528.0, 4489.0, 4508.0, 4477.0, 4469.0, 4507.0, 4467.0, 4496.0, 4467.0, 4468.0, 4456.0, 4467.0, 4477.0, 4469.0, 4478.0, 4468.0, 4479.0, 4468.0, 4480.0, 4487.0, 4471.0, 4499.0, 4483.0, 4489.0, 4482.0, 4501.0, 4483.0, 4513.0, 4482.0, 4482.0, 4533.0, 4523.0, 4521.0, 4489.0, 4510.0, 4477.0, 4488.0, 4516.0, 4496.0, 4506.0, 4475.0, 4444.0, 4464.0, 4455.0, 4476.0, 4464.0, 4485.0, 4455.0, 4486.0, 4457.0, 4476.0, 4505.0, 4476.0, 4506.0, 4488.0, 4503.0, 4454.0, 4482.0, 4453.0, 4474.0, 4464.0, 4465.0, 4443.0, 4465.0, 4483.0, 4454.0, 4492.0, 4464.0, 4493.0, 4464.0, 4492.0, 4442.0, 4451.0, 4430.0, 4462.0, 4451.0, 4461.0, 4451.0, 4463.0, 4441.0, 4452.0, 4473.0, 4454.0, 4475.0, 4478.0, 4494.0, 4464.0, 4472.0, 4462.0, 4440.0, 4473.0, 4464.0, 4494.0, 4465.0, 4461.0, 4451.0, 4491.0, 4463.0, 4491.0, 4473.0, 4506.0, 4462.0, 4483.0, 4501.0, 4470.0, 4500.0, 4479.0, 4476.0, 4479.0, 4456.0, 4434.0, 4436.0, 4435.0, 4445.0, 4424.0, 4455.0, 4425.0, 4446.0, 4453.0, 4443.0, 4442.0, 4433.0, 4440.0, 4432.0, 4419.0, 4419.0, 4421.0, 4410.0, 4432.0, 4412.0, 4444.0, 4415.0, 4445.0, 4426.0, 4448.0, 4439.0, 4450.0, 4439.0, 4452.0, 4460.0, 4443.0, 4460.0, 4453.0, 4463.0, 4442.0, 4452.0, 4494.0, 4454.0, 4473.0, 4452.0, 4463.0, 4443.0, 4453.0, 4454.0, 4454.0, 4464.0, 4457.0, 4475.0, 4456.0, 4467.0, 4455.0, 4468.0, 4466.0, 4457.0, 4475.0, 4458.0, 4476.0, 4468.0, 4479.0, 4467.0, 4469.0, 4466.0, 4470.0, 4486.0, 4466.0, 4486.0, 4467.0, 4489.0, 4485.0, 4490.0, 4471.0, 4479.0, 4471.0, 4482.0, 4482.0, 4471.0, 4471.0, 4473.0, 4481.0, 4484.0, 4471.0, 4483.0, 4491.0, 4495.0, 4531.0, 4501.0, 4523.0, 4512.0, 4520.0, 4502.0, 4529.0, 4509.0, 4527.0, 4508.0, 4516.0, 4495.0, 4515.0, 4486.0, 4493.0, 4463.0, 4481.0, 4462.0, 4491.0, 4462.0, 4501.0, 4462.0, 4480.0, 4451.0, 4461.0, 4449.0, 4460.0, 4490.0, 4450.0, 4500.0, 4449.0, 4480.0, 4437.0, 4458.0, 4450.0, 4461.0, 4460.0, 4451.0, 4481.0, 4441.0, 4461.0, 4450.0, 4462.0, 4441.0, 4452.0, 4481.0, 4441.0, 4462.0, 4442.0, 4464.0, 4482.0, 4453.0, 4472.0, 4452.0, 4451.0, 4441.0, 4453.0, 4493.0, 4453.0, 4461.0, 4452.0, 4464.0, 4453.0, 4453.0, 4452.0, 4454.0, 4473.0, 4455.0, 4467.0, 4455.0, 4466.0, 4484.0, 4455.0, 4472.0, 4454.0, 4465.0, 4454.0, 4465.0, 4455.0, 4465.0, 4456.0, 4468.0, 4476.0, 4468.0, 4477.0, 4458.0, 4478.0, 4457.0, 4468.0, 4466.0, 4469.0, 4509.0, 4469.0, 4487.0, 4466.0, 4476.0, 4455.0, 4466.0, 4464.0, 4466.0, 4456.0, 4468.0, 4455.0, 4469.0, 4469.0, 4481.0, 4491.0, 4481.0, 4499.0, 4470.0, 4489.0, 4470.0, 4488.0, 4480.0, 4501.0, 4482.0, 4500.0, 4468.0, 4480.0, 4528.0, 4509.0, 4516.0, 4499.0, 4497.0, 4466.0, 4477.0, 4456.0, 4467.0, 4484.0, 4456.0, 4515.0, 4456.0, 4496.0, 4468.0, 4476.0, 4467.0, 4487.0, 4443.0, 4466.0, 4454.0, 4467.0, 4517.0, 4456.0, 4505.0, 4456.0, 4495.0, 4466.0, 4477.0, 4455.0, 4468.0, 4485.0, 4466.0, 4514.0, 4454.0, 4495.0, 4441.0, 4475.0, 4453.0, 4466.0, 4455.0, 4464.0, 4453.0, 4467.0, 4475.0, 4468.0, 4496.0, 4456.0, 4477.0, 4477.0, 4476.0, 4457.0, 4467.0, 4455.0, 4455.0, 4506.0, 4457.0, 4474.0, 4458.0, 4464.0, 4456.0, 4465.0, 4465.0, 4477.0, 4469.0, 4478.0, 4481.0, 4480.0, 4470.0, 4481.0, 4482.0, 4482.0, 4482.0, 4522.0, 4482.0, 4499.0, 4469.0, 4496.0, 4470.0, 4499.0, 4470.0, 4509.0, 4499.0, 4530.0, 4489.0, 4528.0, 4477.0, 4505.0, 4486.0, 4507.0, 4498.0, 4530.0, 4497.0, 4485.0, 4464.0, 4455.0, 4484.0, 4465.0, 4504.0, 4478.0, 4506.0, 4467.0, 4497.0, 4442.0, 4462.0, 4493.0, 4475.0, 4514.0, 4483.0, 4480.0, 4458.0, 4468.0, 4447.0, 4467.0, 4449.0, 4470.0, 4463.0, 4489.0, 4449.0, 4467.0, 4438.0, 4446.0, 4435.0, 4444.0, 4463.0, 4433.0, 4473.0, 4444.0, 4466.0, 4434.0, 4443.0, 4436.0, 4444.0, 4412.0, 4432.0, 4440.0, 4445.0, 4445.0, 4436.0, 4447.0, 4427.0, 4437.0, 4425.0, 4435.0, 4436.0, 4447.0, 4436.0, 4428.0, 4446.0, 4426.0, 4449.0, 4455.0, 4438.0, 4448.0, 4428.0, 4438.0, 4437.0, 4440.0, 4440.0, 4453.0, 4455.0, 4475.0, 4464.0, 4454.0, 4473.0, 4456.0, 4464.0, 4454.0, 4464.0, 4455.0, 4465.0, 4463.0, 4453.0, 4493.0, 4451.0, 4483.0, 4442.0, 4470.0, 4442.0, 4441.0, 4442.0, 4455.0, 4444.0, 4454.0, 4442.0, 4454.0, 4463.0, 4457.0, 4465.0, 4457.0, 4477.0, 4459.0, 4477.0, 4469.0, 4479.0, 4458.0, 4470.0, 4490.0, 4470.0, 4468.0, 4469.0, 4469.0, 4482.0, 4492.0, 4483.0, 4481.0, 4492.0, 4471.0, 4505.0, 4497.0, 4504.0, 4471.0, 4490.0, 4497.0, 4514.0, 4495.0, 4547.0, 4516.0, 4535.0, 4522.0, 4521.0, 4489.0, 4520.0, 4506.0, 4485.0, 4506.0, 4504.0, 4491.0, 4470.0, 4492.0, 4441.0, 4448.0, 4428.0, 4449.0, 4429.0, 4447.0, 4429.0, 4452.0, 4431.0, 4452.0, 4461.0, 4452.0, 4462.0, 4441.0, 4462.0, 4483.0, 4453.0, 4470.0, 4451.0, 4462.0, 4439.0, 4450.0, 4489.0, 4451.0, 4469.0, 4441.0, 4451.0, 4440.0, 4452.0, 4461.0, 4453.0, 4452.0, 4454.0, 4464.0, 4454.0, 4464.0, 4444.0, 4455.0, 4475.0, 4457.0, 4466.0, 4458.0, 4466.0, 4446.0, 4469.0, 4495.0, 4467.0, 4486.0, 4457.0, 4475.0, 4466.0, 4476.0, 4466.0, 4465.0, 4457.0, 4467.0, 4470.0, 4493.0, 4470.0, 4480.0, 4452.0, 4455.0, 4443.0, 4467.0, 4457.0, 4466.0, 4456.0, 4468.0, 4488.0, 4469.0, 4468.0, 4469.0, 4466.0, 4468.0, 4505.0, 4467.0, 4526.0, 4499.0, 4519.0, 4497.0, 4508.0, 4454.0, 4465.0, 4463.0, 4456.0, 4456.0, 4464.0, 4444.0, 4455.0, 4444.0, 4466.0, 4507.0, 4456.0, 4517.0, 4476.0, 4503.0, 4455.0, 4493.0, 4454.0, 4485.0, 4456.0, 4477.0, 4455.0, 4478.0, 4468.0, 4465.0, 4464.0, 4465.0, 4467.0, 4445.0, 4498.0, 4459.0, 4510.0, 4466.0, 4479.0, 4531.0, 4510.0, 4506.0, 4485.0, 4467.0, 4515.0, 4483.0, 4491.0, 4451.0, 4470.0, 4457.0, 4448.0, 4487.0, 4444.0, 4464.0, 4434.0, 4452.0, 4424.0, 4441.0, 4423.0, 4439.0, 4409.0, 4420.0, 4419.0, 4434.0, 4422.0, 4433.0, 4411.0, 4420.0, 4409.0, 4420.0, 4439.0, 4421.0, 4432.0, 4433.0, 4432.0, 4424.0, 4434.0, 4424.0, 4436.0, 4435.0, 4437.0, 4436.0, 4438.0, 4430.0, 4451.0, 4441.0, 4450.0, 4440.0, 4462.0, 4443.0, 4476.0, 4444.0, 4447.0, 4475.0, 4476.0, 4474.0, 4466.0, 4494.0, 4453.0, 4474.0, 4441.0, 4462.0, 4490.0, 4470.0, 4469.0, 4448.0, 4447.0, 4428.0, 4437.0, 4426.0, 4447.0, 4416.0, 4447.0, 4417.0, 4449.0, 4438.0, 4450.0, 4439.0, 4450.0, 4449.0, 4441.0, 4450.0, 4440.0, 4462.0, 4431.0, 4452.0, 4470.0, 4451.0, 4460.0, 4440.0, 4451.0, 4442.0, 4452.0, 4444.0, 4464.0, 4432.0, 4464.0, 4463.0, 4455.0, 4463.0, 4444.0, 4465.0, 4445.0, 4467.0, 4445.0, 4467.0, 4467.0, 4458.0, 4466.0, 4458.0, 4467.0, 4458.0, 4469.0, 4457.0, 4471.0, 4459.0, 4470.0, 4457.0, 4470.0, 4470.0, 4472.0, 4480.0, 4483.0, 4489.0, 4482.0, 4471.0, 4473.0, 4500.0, 4473.0, 4501.0, 4473.0, 4501.0, 4493.0, 4509.0, 4481.0, 4499.0, 4469.0, 4471.0, 4483.0, 4480.0, 4493.0, 4462.0, 4516.0, 4474.0, 4471.0, 4485.0, 4475.0, 4494.0, 4474.0, 4516.0, 4481.0, 4533.0, 4502.0, 4530.0, 4491.0, 4480.0, 4480.0, 4470.0, 4502.0, 4490.0, 4512.0, 4488.0, 4500.0, 4487.0, 4458.0, 4495.0, 4456.0, 4494.0, 4465.0, 4482.0, 4452.0, 4481.0, 4452.0, 4471.0, 4452.0, 4471.0, 4452.0, 4472.0, 4452.0, 4462.0, 4442.0, 4452.0, 4440.0, 4453.0, 4451.0, 4428.0, 4429.0, 4478.0, 4468.0, 4456.0, 4457.0], 'WindowWidth': [9893.0, 9894.0, 9843.0, 9866.0, 9886.0, 9860.0, 9913.0, 9870.0, 9892.0, 9849.0, 9870.0, 9826.0, 9854.0, 9817.0, 9858.0, 9819.0, 9844.0, 9818.0, 9818.0, 9818.0, 9833.0, 9859.0, 9830.0, 9876.0, 9832.0, 9858.0, 9804.0, 9842.0, 9802.0, 9828.0, 9802.0, 9833.0, 9830.0, 9839.0, 9832.0, 9839.0, 9838.0, 9831.0, 9842.0, 9829.0, 9866.0, 9834.0, 9849.0, 9857.0, 9862.0, 9859.0, 9866.0, 9923.0, 9857.0, 9913.0, 9860.0, 9892.0, 9833.0, 9872.0, 9827.0, 9841.0, 9828.0, 9843.0, 9852.0, 9845.0, 9853.0, 9849.0, 9874.0, 9848.0, 9872.0, 9852.0, 9874.0, 9855.0, 9878.0, 9859.0, 9881.0, 9873.0, 9869.0, 9853.0, 9874.0, 9852.0, 9870.0, 9923.0, 9852.0, 9901.0, 9864.0, 9889.0, 9846.0, 9863.0, 9847.0, 9848.0, 9872.0, 9847.0, 9871.0, 9848.0, 9862.0, 9850.0, 9866.0, 9849.0, 9872.0, 9869.0, 9869.0, 9886.0, 9873.0, 9875.0, 9854.0, 9876.0, 9926.0, 9858.0, 9893.0, 9873.0, 9887.0, 9880.0, 9872.0, 9876.0, 9869.0, 9881.0, 9880.0, 9901.0, 9883.0, 9902.0, 9891.0, 9885.0, 9933.0, 9904.0, 9925.0, 9945.0, 9901.0, 9947.0, 9929.0, 9932.0, 9877.0, 9891.0, 9849.0, 9877.0, 9853.0, 9877.0, 9835.0, 9865.0, 9853.0, 9857.0, 9919.0, 9854.0, 9916.0, 9859.0, 9910.0, 9834.0, 9852.0, 9887.0, 9849.0, 9937.0, 9891.0, 9902.0, 9877.0, 9900.0, 9832.0, 9855.0, 9847.0, 9860.0, 9833.0, 9905.0, 9829.0, 9844.0, 9825.0, 9842.0, 9914.0, 9837.0, 9880.0, 9821.0, 9852.0, 9800.0, 9820.0, 9871.0, 9819.0, 9836.0, 9825.0, 9839.0, 9827.0, 9841.0, 9835.0, 9840.0, 9880.0, 9826.0, 9855.0, 9809.0, 9839.0, 9894.0, 9824.0, 9875.0, 9818.0, 9837.0, 9877.0, 9820.0, 9859.0, 9818.0, 9835.0, 9845.0, 9821.0, 9873.0, 9819.0, 9831.0, 9817.0, 9834.0, 9809.0, 9825.0, 9866.0, 9823.0, 9835.0, 9828.0, 9842.0, 9865.0, 9840.0, 9869.0, 9822.0, 9840.0, 9889.0, 9823.0, 9860.0, 9824.0, 9835.0, 9825.0, 9843.0, 9826.0, 9831.0, 9853.0, 9847.0, 9842.0, 9843.0, 9852.0, 9849.0, 9852.0, 9867.0, 9854.0, 9870.0, 9858.0, 9887.0, 9854.0, 9873.0, 9923.0, 9858.0, 9899.0, 9852.0, 9881.0, 9921.0, 9853.0, 9918.0, 9845.0, 9883.0, 9858.0, 9865.0, 9842.0, 9838.0, 9828.0, 9843.0, 9826.0, 9847.0, 9868.0, 9846.0, 9880.0, 9841.0, 9856.0, 9842.0, 9856.0, 9828.0, 9844.0, 9829.0, 9846.0, 9861.0, 9849.0, 9876.0, 9853.0, 9879.0, 9850.0, 9868.0, 9903.0, 9847.0, 9889.0, 9855.0, 9879.0, 9832.0, 9853.0, 9919.0, 9851.0, 9905.0, 9849.0, 9866.0, 9899.0, 9852.0, 9887.0, 9852.0, 9879.0, 9847.0, 9867.0, 9919.0, 9853.0, 9895.0, 9853.0, 9871.0, 9921.0, 9855.0, 9909.0, 9849.0, 9866.0, 9848.0, 9855.0, 9919.0, 9852.0, 9875.0, 9851.0, 9865.0, 9850.0, 9855.0, 9853.0, 9872.0, 9851.0, 9878.0, 9887.0, 9878.0, 9902.0, 9874.0, 9885.0, 9872.0, 9872.0, 9886.0, 9879.0, 9911.0, 9880.0, 9916.0, 9880.0, 9914.0, 9893.0, 9922.0, 9878.0, 9926.0, 9894.0, 9894.0, 9962.0, 9901.0, 9935.0, 9884.0, 9886.0, 9922.0, 9878.0, 9936.0, 9850.0, 9903.0, 9849.0, 9889.0, 9853.0, 9869.0, 9847.0, 9870.0, 9936.0, 9855.0, 9910.0, 9868.0, 9895.0, 9854.0, 9868.0, 9855.0, 9886.0, 9858.0, 9876.0, 9941.0, 9913.0, 9917.0, 9893.0, 9895.0, 9942.0, 9937.0, 9921.0, 9878.0, 9889.0, 9865.0, 9881.0, 9892.0, 9835.0, 9892.0, 9823.0, 9872.0, 9849.0, 9859.0, 9822.0, 9845.0, 9826.0, 9851.0, 9819.0, 9847.0, 9826.0, 9829.0, 9888.0, 9828.0, 9869.0, 9841.0, 9858.0, 9829.0, 9831.0, 9799.0, 9828.0, 9882.0, 9839.0, 9852.0, 9807.0, 9825.0, 9800.0, 9830.0, 9834.0, 9811.0, 9862.0, 9808.0, 9820.0, 9812.0, 9825.0, 9795.0, 9826.0, 9884.0, 9810.0, 9849.0, 9807.0, 9810.0, 9833.0, 9810.0, 9860.0, 9794.0, 9818.0, 9795.0, 9812.0, 9781.0, 9811.0, 9851.0, 9817.0, 9846.0, 9804.0, 9831.0, 9830.0, 9828.0, 9801.0, 9831.0, 9854.0, 9813.0, 9842.0, 9825.0, 9830.0, 9836.0, 9810.0, 9863.0, 9795.0, 9822.0, 9794.0, 9823.0, 9792.0, 9809.0, 9822.0, 9801.0, 9823.0, 9811.0, 9826.0, 9815.0, 9827.0, 9823.0, 9839.0, 9822.0, 9842.0, 9853.0, 9842.0, 9857.0, 9823.0, 9840.0, 9878.0, 9823.0, 9862.0, 9819.0, 9836.0, 9804.0, 9838.0, 9821.0, 9842.0, 9853.0, 9844.0, 9853.0, 9847.0, 9850.0, 9849.0, 9845.0, 9868.0, 9919.0, 9887.0, 9885.0, 9835.0, 9837.0, 9890.0, 9831.0, 9884.0, 9814.0, 9840.0, 9801.0, 9828.0, 9818.0, 9832.0, 9809.0, 9839.0, 9828.0, 9831.0, 9841.0, 9829.0, 9857.0, 9832.0, 9849.0, 9844.0, 9844.0, 9856.0, 9845.0, 9848.0, 9844.0, 9851.0, 9848.0, 9850.0, 9862.0, 9854.0, 9863.0, 9869.0, 9873.0, 9876.0, 9878.0, 9874.0, 9878.0, 9927.0, 9873.0, 9920.0, 9871.0, 9886.0, 9924.0, 9856.0, 9921.0, 9855.0, 9895.0, 9851.0, 9856.0, 9934.0, 9879.0, 9905.0, 9860.0, 9852.0, 9900.0, 9848.0, 9886.0, 9847.0, 9849.0, 9831.0, 9847.0, 9859.0, 9851.0, 9862.0, 9851.0, 9867.0, 9849.0, 9869.0, 9875.0, 9858.0, 9894.0, 9880.0, 9883.0, 9877.0, 9899.0, 9877.0, 9919.0, 9874.0, 9874.0, 9948.0, 9932.0, 9927.0, 9878.0, 9911.0, 9858.0, 9874.0, 9913.0, 9882.0, 9895.0, 9852.0, 9809.0, 9837.0, 9828.0, 9855.0, 9840.0, 9869.0, 9829.0, 9872.0, 9831.0, 9856.0, 9896.0, 9853.0, 9897.0, 9874.0, 9888.0, 9824.0, 9859.0, 9823.0, 9850.0, 9836.0, 9839.0, 9808.0, 9838.0, 9861.0, 9823.0, 9875.0, 9834.0, 9876.0, 9835.0, 9872.0, 9801.0, 9814.0, 9784.0, 9829.0, 9814.0, 9826.0, 9814.0, 9832.0, 9802.0, 9818.0, 9849.0, 9823.0, 9853.0, 9864.0, 9880.0, 9838.0, 9844.0, 9830.0, 9797.0, 9848.0, 9837.0, 9878.0, 9840.0, 9826.0, 9813.0, 9867.0, 9831.0, 9869.0, 9848.0, 9900.0, 9832.0, 9862.0, 9884.0, 9839.0, 9883.0, 9847.0, 9841.0, 9848.0, 9810.0, 9778.0, 9782.0, 9781.0, 9795.0, 9765.0, 9808.0, 9766.0, 9794.0, 9801.0, 9787.0, 9785.0, 9772.0, 9780.0, 9769.0, 9751.0, 9752.0, 9754.0, 9739.0, 9771.0, 9745.0, 9791.0, 9754.0, 9795.0, 9773.0, 9807.0, 9794.0, 9810.0, 9795.0, 9815.0, 9824.0, 9805.0, 9826.0, 9819.0, 9834.0, 9804.0, 9819.0, 9877.0, 9822.0, 9848.0, 9818.0, 9835.0, 9805.0, 9821.0, 9823.0, 9825.0, 9837.0, 9831.0, 9855.0, 9829.0, 9846.0, 9827.0, 9849.0, 9843.0, 9834.0, 9856.0, 9836.0, 9859.0, 9849.0, 9864.0, 9847.0, 9852.0, 9846.0, 9853.0, 9873.0, 9846.0, 9872.0, 9848.0, 9878.0, 9886.0, 9885.0, 9859.0, 9868.0, 9857.0, 9875.0, 9875.0, 9858.0, 9858.0, 9863.0, 9875.0, 9882.0, 9858.0, 9878.0, 9888.0, 9899.0, 9944.0, 9902.0, 9935.0, 9919.0, 9925.0, 9902.0, 9938.0, 9908.0, 9930.0, 9905.0, 9913.0, 9885.0, 9908.0, 9867.0, 9873.0, 9832.0, 9855.0, 9830.0, 9869.0, 9830.0, 9882.0, 9827.0, 9851.0, 9812.0, 9828.0, 9808.0, 9823.0, 9863.0, 9808.0, 9880.0, 9808.0, 9851.0, 9791.0, 9819.0, 9810.0, 9827.0, 9824.0, 9813.0, 9854.0, 9800.0, 9828.0, 9811.0, 9830.0, 9800.0, 9817.0, 9856.0, 9801.0, 9832.0, 9803.0, 9834.0, 9857.0, 9818.0, 9844.0, 9815.0, 9816.0, 9801.0, 9819.0, 9873.0, 9819.0, 9829.0, 9819.0, 9836.0, 9821.0, 9822.0, 9820.0, 9825.0, 9848.0, 9827.0, 9844.0, 9825.0, 9841.0, 9865.0, 9826.0, 9846.0, 9825.0, 9839.0, 9826.0, 9840.0, 9828.0, 9843.0, 9831.0, 9851.0, 9858.0, 9851.0, 9862.0, 9837.0, 9864.0, 9834.0, 9849.0, 9846.0, 9853.0, 9907.0, 9851.0, 9873.0, 9845.0, 9858.0, 9830.0, 9845.0, 9839.0, 9845.0, 9830.0, 9850.0, 9831.0, 9855.0, 9853.0, 9871.0, 9885.0, 9873.0, 9895.0, 9857.0, 9882.0, 9858.0, 9881.0, 9871.0, 9898.0, 9872.0, 9897.0, 9852.0, 9870.0, 9936.0, 9906.0, 9916.0, 9892.0, 9889.0, 9843.0, 9861.0, 9830.0, 9847.0, 9867.0, 9831.0, 9913.0, 9830.0, 9885.0, 9847.0, 9857.0, 9845.0, 9873.0, 9810.0, 9843.0, 9825.0, 9847.0, 9916.0, 9832.0, 9897.0, 9830.0, 9882.0, 9844.0, 9860.0, 9827.0, 9847.0, 9867.0, 9841.0, 9910.0, 9824.0, 9880.0, 9806.0, 9852.0, 9823.0, 9842.0, 9828.0, 9840.0, 9824.0, 9847.0, 9855.0, 9848.0, 9886.0, 9831.0, 9859.0, 9859.0, 9856.0, 9831.0, 9846.0, 9826.0, 9828.0, 9898.0, 9831.0, 9853.0, 9834.0, 9839.0, 9830.0, 9843.0, 9846.0, 9862.0, 9854.0, 9866.0, 9875.0, 9869.0, 9857.0, 9872.0, 9876.0, 9877.0, 9877.0, 9929.0, 9874.0, 9896.0, 9854.0, 9888.0, 9856.0, 9893.0, 9857.0, 9908.0, 9898.0, 9938.0, 9880.0, 9934.0, 9864.0, 9897.0, 9873.0, 9900.0, 9894.0, 9939.0, 9886.0, 9865.0, 9836.0, 9823.0, 9863.0, 9839.0, 9892.0, 9862.0, 9899.0, 9845.0, 9887.0, 9803.0, 9830.0, 9872.0, 9851.0, 9910.0, 9861.0, 9851.0, 9821.0, 9830.0, 9801.0, 9827.0, 9807.0, 9837.0, 9833.0, 9862.0, 9806.0, 9827.0, 9792.0, 9799.0, 9780.0, 9792.0, 9815.0, 9774.0, 9834.0, 9791.0, 9827.0, 9779.0, 9789.0, 9780.0, 9791.0, 9743.0, 9771.0, 9780.0, 9794.0, 9796.0, 9785.0, 9801.0, 9769.0, 9783.0, 9765.0, 9781.0, 9782.0, 9798.0, 9784.0, 9773.0, 9798.0, 9770.0, 9803.0, 9810.0, 9788.0, 9802.0, 9774.0, 9788.0, 9788.0, 9794.0, 9796.0, 9818.0, 9822.0, 9852.0, 9834.0, 9821.0, 9845.0, 9824.0, 9835.0, 9820.0, 9834.0, 9823.0, 9835.0, 9831.0, 9818.0, 9873.0, 9813.0, 9856.0, 9800.0, 9836.0, 9801.0, 9800.0, 9800.0, 9820.0, 9808.0, 9824.0, 9806.0, 9825.0, 9835.0, 9831.0, 9841.0, 9833.0, 9858.0, 9837.0, 9860.0, 9851.0, 9866.0, 9837.0, 9856.0, 9880.0, 9856.0, 9850.0, 9853.0, 9853.0, 9877.0, 9888.0, 9879.0, 9874.0, 9891.0, 9860.0, 9911.0, 9902.0, 9907.0, 9860.0, 9882.0, 9900.0, 9923.0, 9899.0, 9971.0, 9926.0, 9957.0, 9931.0, 9932.0, 9877.0, 9925.0, 9897.0, 9865.0, 9898.0, 9888.0, 9870.0, 9838.0, 9869.0, 9795.0, 9802.0, 9776.0, 9804.0, 9776.0, 9801.0, 9779.0, 9814.0, 9784.0, 9816.0, 9827.0, 9816.0, 9830.0, 9799.0, 9829.0, 9858.0, 9816.0, 9838.0, 9811.0, 9829.0, 9794.0, 9811.0, 9865.0, 9811.0, 9835.0, 9798.0, 9813.0, 9797.0, 9816.0, 9826.0, 9818.0, 9817.0, 9822.0, 9835.0, 9822.0, 9836.0, 9811.0, 9829.0, 9854.0, 9832.0, 9844.0, 9835.0, 9845.0, 9815.0, 9848.0, 9880.0, 9843.0, 9870.0, 9832.0, 9854.0, 9843.0, 9855.0, 9844.0, 9841.0, 9834.0, 9849.0, 9860.0, 9894.0, 9858.0, 9870.0, 9819.0, 9824.0, 9805.0, 9847.0, 9833.0, 9846.0, 9829.0, 9851.0, 9879.0, 9852.0, 9848.0, 9851.0, 9843.0, 9847.0, 9896.0, 9848.0, 9931.0, 9893.0, 9920.0, 9886.0, 9903.0, 9823.0, 9842.0, 9835.0, 9827.0, 9828.0, 9836.0, 9809.0, 9826.0, 9812.0, 9842.0, 9899.0, 9828.0, 9915.0, 9857.0, 9892.0, 9825.0, 9875.0, 9822.0, 9868.0, 9828.0, 9860.0, 9827.0, 9862.0, 9846.0, 9842.0, 9839.0, 9842.0, 9845.0, 9813.0, 9890.0, 9837.0, 9908.0, 9840.0, 9863.0, 9946.0, 9908.0, 9903.0, 9867.0, 9843.0, 9912.0, 9859.0, 9870.0, 9810.0, 9839.0, 9813.0, 9801.0, 9857.0, 9791.0, 9820.0, 9773.0, 9797.0, 9759.0, 9780.0, 9757.0, 9775.0, 9734.0, 9749.0, 9748.0, 9779.0, 9760.0, 9774.0, 9739.0, 9752.0, 9736.0, 9752.0, 9776.0, 9754.0, 9770.0, 9774.0, 9772.0, 9763.0, 9777.0, 9761.0, 9779.0, 9783.0, 9787.0, 9785.0, 9789.0, 9782.0, 9810.0, 9795.0, 9808.0, 9796.0, 9832.0, 9810.0, 9859.0, 9808.0, 9803.0, 9850.0, 9852.0, 9847.0, 9837.0, 9874.0, 9815.0, 9845.0, 9795.0, 9826.0, 9866.0, 9833.0, 9832.0, 9800.0, 9798.0, 9770.0, 9783.0, 9765.0, 9795.0, 9753.0, 9796.0, 9756.0, 9802.0, 9786.0, 9807.0, 9789.0, 9807.0, 9805.0, 9796.0, 9808.0, 9794.0, 9824.0, 9780.0, 9810.0, 9834.0, 9809.0, 9819.0, 9793.0, 9809.0, 9797.0, 9811.0, 9802.0, 9830.0, 9786.0, 9832.0, 9830.0, 9821.0, 9830.0, 9807.0, 9835.0, 9810.0, 9842.0, 9809.0, 9842.0, 9842.0, 9832.0, 9841.0, 9831.0, 9844.0, 9833.0, 9848.0, 9831.0, 9854.0, 9835.0, 9852.0, 9832.0, 9854.0, 9853.0, 9860.0, 9868.0, 9875.0, 9880.0, 9873.0, 9857.0, 9861.0, 9894.0, 9861.0, 9896.0, 9861.0, 9897.0, 9888.0, 9905.0, 9870.0, 9890.0, 9852.0, 9856.0, 9875.0, 9868.0, 9887.0, 9844.0, 9925.0, 9864.0, 9858.0, 9879.0, 9868.0, 9891.0, 9866.0, 9925.0, 9869.0, 9944.0, 9900.0, 9939.0, 9881.0, 9865.0, 9865.0, 9852.0, 9898.0, 9879.0, 9915.0, 9872.0, 9892.0, 9868.0, 9827.0, 9877.0, 9821.0, 9874.0, 9834.0, 9855.0, 9812.0, 9853.0, 9810.0, 9838.0, 9812.0, 9837.0, 9812.0, 9838.0, 9812.0, 9824.0, 9797.0, 9810.0, 9792.0, 9815.0, 9808.0, 9770.0, 9772.0, 9858.0, 9845.0, 9824.0, 9823.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.00657</td></tr>
<tr><td colspan=3>aqi</td><td>0.05095448625180896</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.388339037834875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3070338059449667</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0672365830557573</td></tr>
<tr><td colspan=3>efc</td><td>0.4876</td></tr>
<tr><td colspan=3>fber</td><td>6873.7695</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0950063692992164</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.597684515195369</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.535273871513938</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.42568666943985</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796472024236002</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.383662920865961</td></tr>
<tr><td colspan=3>gcor</td><td>0.0171158</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009269675239920616</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03987313434481621</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1382</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.070095824639681</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>13.4923</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5268</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.7984</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299247.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>1130.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.2553</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6929</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.8906</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3687.5476</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3914.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.6419</td></tr>
<tr><td colspan=3>tsnr</td><td>31.845564804738387</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>