<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-01/func/sub-0129_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>f5ff465f2cff23b678aa6c001960ec37</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:23:51.475000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999259, 0.0227327, -0.0310731, -0.0231999, 0.999622, -0.0147555]</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.259</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.112597</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>[4225, -7754, -7257, 136, -100, -12, 59, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.67</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d00c6e70-a16f-4593-8f87-6218cb196cdd||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6809377670288086, -0.0622435063123703, -0.08296004682779312, 116.25617980957031], [-0.06099029257893562, 2.681912660598755, -0.04175671935081482, -91.37535858154297], [-0.08336692303419113, 0.039587926119565964, 2.698402166366577, -72.18623352050781], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['132351.475000', '132351.935000', '132352.395000', '132352.855000', '132353.315000', '132353.775000', '132354.235000', '132354.695000', '132355.155000', '132355.615000', '132356.075000', '132356.535000', '132356.995000', '132357.455000', '132357.915000', '132358.375000', '132358.835000', '132359.295000', '132359.755000', '132400.215000', '132400.675000', '132401.135000', '132401.595000', '132402.055000', '132402.515000', '132402.975000', '132403.435000', '132403.895000', '132404.355000', '132404.815000', '132405.275000', '132405.735000', '132406.195000', '132406.655000', '132407.115000', '132407.575000', '132408.035000', '132408.495000', '132408.955000', '132409.415000', '132409.875000', '132410.335000', '132410.795000', '132411.255000', '132411.715000', '132412.175000', '132412.635000', '132413.095000', '132413.555000', '132414.015000', '132414.475000', '132414.935000', '132415.395000', '132415.855000', '132416.315000', '132416.775000', '132417.235000', '132417.695000', '132418.155000', '132418.615000', '132419.075000', '132419.535000', '132419.995000', '132420.455000', '132420.915000', '132421.375000', '132421.835000', '132422.295000', '132422.755000', '132423.215000', '132423.675000', '132424.135000', '132424.595000', '132425.055000', '132425.515000', '132425.975000', '132426.435000', '132426.895000', '132427.355000', '132427.815000', '132428.275000', '132428.735000', '132429.195000', '132429.655000', '132430.115000', '132430.575000', '132431.035000', '132431.495000', '132431.955000', '132432.415000', '132432.875000', '132433.335000', '132433.795000', '132434.255000', '132434.715000', '132435.175000', '132435.635000', '132436.095000', '132436.555000', '132437.015000', '132437.475000', '132437.935000', '132438.395000', '132438.855000', '132439.315000', '132439.775000', '132440.235000', '132440.695000', '132441.155000', '132441.615000', '132442.075000', '132442.535000', '132442.995000', '132443.455000', '132443.915000', '132444.375000', '132444.835000', '132445.295000', '132445.755000', '132446.215000', '132446.675000', '132447.135000', '132447.595000', '132448.055000', '132448.515000', '132448.975000', '132449.435000', '132449.895000', '132450.355000', '132450.815000', '132451.275000', '132451.735000', '132452.195000', '132452.655000', '132453.115000', '132453.575000', '132454.035000', '132454.495000', '132454.955000', '132455.415000', '132455.875000', '132456.335000', '132456.795000', '132457.255000', '132457.715000', '132458.175000', '132458.635000', '132459.095000', '132459.555000', '132500.015000', '132500.475000', '132500.935000', '132501.395000', '132501.855000', '132502.315000', '132502.775000', '132503.235000', '132503.695000', '132504.155000', '132504.615000', '132505.075000', '132505.535000', '132505.995000', '132506.455000', '132506.915000', '132507.375000', '132507.835000', '132508.295000', '132508.755000', '132509.215000', '132509.675000', '132510.135000', '132510.595000', '132511.055000', '132511.515000', '132511.975000', '132512.435000', '132512.895000', '132513.355000', '132513.815000', '132514.275000', '132514.735000', '132515.195000', '132515.655000', '132516.115000', '132516.575000', '132517.035000', '132517.495000', '132517.955000', '132518.415000', '132518.875000', '132519.335000', '132519.795000', '132520.255000', '132520.715000', '132521.175000', '132521.635000', '132522.095000', '132522.555000', '132523.015000', '132523.475000', '132523.935000', '132524.395000', '132524.855000', '132525.315000', '132525.775000', '132526.235000', '132526.695000', '132527.155000', '132527.615000', '132528.075000', '132528.535000', '132528.995000', '132529.455000', '132529.915000', '132530.375000', '132530.835000', '132531.295000', '132531.755000', '132532.215000', '132532.675000', '132533.135000', '132533.595000', '132534.055000', '132534.515000', '132534.975000', '132535.435000', '132535.895000', '132536.355000', '132536.815000', '132537.275000', '132537.735000', '132538.195000', '132538.655000', '132539.115000', '132539.575000', '132540.035000', '132540.495000', '132540.955000', '132541.415000', '132541.875000', '132542.335000', '132542.795000', '132543.255000', '132543.715000', '132544.175000', '132544.635000', '132545.095000', '132545.555000', '132546.015000', '132546.475000', '132546.935000', '132547.395000', '132547.855000', '132548.315000', '132548.775000', '132549.235000', '132549.695000', '132550.155000', '132550.615000', '132551.075000', '132551.535000', '132551.995000', '132552.455000', '132552.915000', '132553.375000', '132553.835000', '132554.295000', '132554.755000', '132555.215000', '132555.675000', '132556.135000', '132556.595000', '132557.055000', '132557.515000', '132557.975000', '132558.435000', '132558.895000', '132559.355000', '132559.815000', '132600.275000', '132600.735000', '132601.195000', '132601.655000', '132602.115000', '132602.575000', '132603.035000', '132603.495000', '132603.955000', '132604.415000', '132604.875000', '132605.335000', '132605.795000', '132606.255000', '132606.715000', '132607.175000', '132607.635000', '132608.095000', '132608.555000', '132609.015000', '132609.475000', '132609.935000', '132610.395000', '132610.855000', '132611.315000', '132611.775000', '132612.235000', '132612.695000', '132613.155000', '132613.615000', '132614.075000', '132614.535000', '132614.995000', '132615.455000', '132615.915000', '132616.375000', '132616.835000', '132617.295000', '132617.755000', '132618.215000', '132618.675000', '132619.135000', '132619.595000', '132620.055000', '132620.515000', '132620.975000', '132621.435000', '132621.895000', '132622.355000', '132622.815000', '132623.275000', '132623.735000', '132624.195000', '132624.655000', '132625.115000', '132625.575000', '132626.035000', '132626.495000', '132626.955000', '132627.415000', '132627.875000', '132628.335000', '132628.795000', '132629.255000', '132629.715000', '132630.175000', '132630.635000', '132631.095000', '132631.555000', '132632.015000', '132632.475000', '132632.935000', '132633.395000', '132633.855000', '132634.315000', '132634.775000', '132635.235000', '132635.695000', '132636.155000', '132636.615000', '132637.075000', '132637.535000', '132637.995000', '132638.455000', '132638.915000', '132639.375000', '132639.835000', '132640.295000', '132640.755000', '132641.215000', '132641.675000', '132642.135000', '132642.595000', '132643.055000', '132643.515000', '132643.975000', '132644.435000', '132644.895000', '132645.355000', '132645.815000', '132646.275000', '132646.735000', '132647.195000', '132647.655000', '132648.115000', '132648.575000', '132649.035000', '132649.495000', '132649.955000', '132650.415000', '132650.875000', '132651.335000', '132651.795000', '132652.255000', '132652.715000', '132653.175000', '132653.635000', '132654.095000', '132654.555000', '132655.015000', '132655.475000', '132655.935000', '132656.395000', '132656.855000', '132657.315000', '132657.775000', '132658.235000', '132658.695000', '132659.155000', '132659.615000', '132700.075000', '132700.535000', '132700.995000', '132701.455000', '132701.915000', '132702.375000', '132702.835000', '132703.295000', '132703.755000', '132704.215000', '132704.675000', '132705.135000', '132705.595000', '132706.055000', '132706.515000', '132706.975000', '132707.435000', '132707.895000', '132708.355000', '132708.815000', '132709.275000', '132709.735000', '132710.195000', '132710.655000', '132711.115000', '132711.575000', '132712.035000', '132712.495000', '132712.955000', '132713.415000', '132713.875000', '132714.335000', '132714.795000', '132715.255000', '132715.715000', '132716.175000', '132716.635000', '132717.095000', '132717.555000', '132718.015000', '132718.475000', '132718.935000', '132719.395000', '132719.855000', '132720.315000', '132720.775000', '132721.235000', '132721.695000', '132722.155000', '132722.615000', '132723.075000', '132723.535000', '132723.995000', '132724.455000', '132724.915000', '132725.375000', '132725.835000', '132726.295000', '132726.755000', '132727.215000', '132727.675000', '132728.135000', '132728.595000', '132729.055000', '132729.515000', '132729.975000', '132730.435000', '132730.895000', '132731.355000', '132731.815000', '132732.275000', '132732.735000', '132733.195000', '132733.655000', '132734.115000', '132734.575000', '132735.035000', '132735.495000', '132735.955000', '132736.415000', '132736.875000', '132737.335000', '132737.795000', '132738.255000', '132738.715000', '132739.175000', '132739.635000', '132740.095000', '132740.555000', '132741.015000', '132741.475000', '132741.935000', '132742.395000', '132742.855000', '132743.315000', '132743.775000', '132744.235000', '132744.695000', '132745.155000', '132745.615000', '132746.075000', '132746.535000', '132746.995000', '132747.455000', '132747.915000', '132748.375000', '132748.835000', '132749.295000', '132749.755000', '132750.215000', '132750.675000', '132751.135000', '132751.595000', '132752.055000', '132752.515000', '132752.975000', '132753.435000', '132753.895000', '132754.355000', '132754.815000', '132755.275000', '132755.735000', '132756.195000', '132756.655000', '132757.115000', '132757.575000', '132758.035000', '132758.495000', '132758.955000', '132759.415000', '132759.875000', '132800.335000', '132800.795000', '132801.255000', '132801.715000', '132802.175000', '132802.635000', '132803.095000', '132803.555000', '132804.015000', '132804.475000', '132804.935000', '132805.395000', '132805.855000', '132806.315000', '132806.775000', '132807.235000', '132807.695000', '132808.155000', '132808.615000', '132809.075000', '132809.535000', '132809.995000', '132810.455000', '132810.915000', '132811.375000', '132811.835000', '132812.295000', '132812.755000', '132813.215000', '132813.675000', '132814.135000', '132814.595000', '132815.055000', '132815.515000', '132815.975000', '132816.435000', '132816.895000', '132817.355000', '132817.815000', '132818.275000', '132818.735000', '132819.195000', '132819.655000', '132820.115000', '132820.575000', '132821.035000', '132821.495000', '132821.955000', '132822.415000', '132822.875000', '132823.335000', '132823.795000', '132824.255000', '132824.715000', '132825.175000', '132825.635000', '132826.095000', '132826.555000', '132827.015000', '132827.475000', '132827.935000', '132828.395000', '132828.855000', '132829.315000', '132829.775000', '132830.235000', '132830.695000', '132831.155000', '132831.615000', '132832.075000', '132832.535000', '132832.995000', '132833.455000', '132833.915000', '132834.375000', '132834.835000', '132835.295000', '132835.755000', '132836.215000', '132836.675000', '132837.135000', '132837.595000', '132838.055000', '132838.515000', '132838.975000', '132839.435000', '132839.895000', '132840.355000', '132840.815000', '132841.275000', '132841.735000', '132842.195000', '132842.655000', '132843.115000', '132843.575000', '132844.035000', '132844.495000', '132844.955000', '132845.415000', '132845.875000', '132846.335000', '132846.795000', '132847.255000', '132847.715000', '132848.175000', '132848.635000', '132849.095000', '132849.555000', '132850.015000', '132850.475000', '132850.935000', '132851.395000', '132851.855000', '132852.315000', '132852.775000', '132853.235000', '132853.695000', '132854.155000', '132854.615000', '132855.075000', '132855.535000', '132855.995000', '132856.455000', '132856.915000', '132857.375000', '132857.835000', '132858.295000', '132858.755000', '132859.215000', '132859.675000', '132900.135000', '132900.595000', '132901.055000', '132901.515000', '132901.975000', '132902.435000', '132902.895000', '132903.355000', '132903.815000', '132904.275000', '132904.735000', '132905.195000', '132905.655000', '132906.115000', '132906.575000', '132907.035000', '132907.495000', '132907.955000', '132908.415000', '132908.875000', '132909.335000', '132909.795000', '132910.255000', '132910.715000', '132911.175000', '132911.635000', '132912.095000', '132912.555000', '132913.015000', '132913.475000', '132913.935000', '132914.395000', '132914.855000', '132915.315000', '132915.775000', '132916.235000', '132916.695000', '132917.155000', '132917.615000', '132918.075000', '132918.535000', '132918.995000', '132919.455000', '132919.915000', '132920.375000', '132920.835000', '132921.295000', '132921.755000', '132922.215000', '132922.675000', '132923.135000', '132923.595000', '132924.055000', '132924.515000', '132924.975000', '132925.435000', '132925.895000', '132926.355000', '132926.815000', '132927.275000', '132927.735000', '132928.195000', '132928.655000', '132929.115000', '132929.575000', '132930.035000', '132930.495000', '132930.955000', '132931.415000', '132931.875000', '132932.335000', '132932.795000', '132933.255000', '132933.715000', '132934.175000', '132934.635000', '132935.095000', '132935.555000', '132936.015000', '132936.475000', '132936.935000', '132937.395000', '132937.855000', '132938.315000', '132938.775000', '132939.235000', '132939.695000', '132940.155000', '132940.615000', '132941.075000', '132941.535000', '132941.995000', '132942.455000', '132942.915000', '132943.375000', '132943.835000', '132944.295000', '132944.755000', '132945.215000', '132945.675000', '132946.135000', '132946.595000', '132947.055000', '132947.515000', '132947.975000', '132948.435000', '132948.895000', '132949.355000', '132949.815000', '132950.275000', '132950.735000', '132951.195000', '132951.655000', '132952.115000', '132952.575000', '132953.035000', '132953.495000', '132953.955000', '132954.415000', '132954.875000', '132955.335000', '132955.795000', '132956.255000', '132956.715000', '132957.175000', '132957.635000', '132958.095000', '132958.555000', '132959.015000', '132959.475000', '132959.935000', '133000.395000', '133000.855000', '133001.315000', '133001.775000', '133002.235000', '133002.695000', '133003.155000', '133003.615000', '133004.075000', '133004.535000', '133004.995000', '133005.455000', '133005.915000', '133006.375000', '133006.835000', '133007.295000', '133007.755000', '133008.215000', '133008.675000', '133009.135000', '133009.595000', '133010.055000', '133010.515000', '133010.975000', '133011.435000', '133011.895000', '133012.355000', '133012.815000', '133013.275000', '133013.735000', '133014.195000', '133014.655000', '133015.115000', '133015.575000', '133016.035000', '133016.495000', '133016.955000', '133017.415000', '133017.875000', '133018.335000', '133018.795000', '133019.255000', '133019.715000', '133020.175000', '133020.635000', '133021.095000', '133021.555000', '133022.015000', '133022.475000', '133022.935000', '133023.395000', '133023.855000', '133024.315000', '133024.775000', '133025.235000', '133025.695000', '133026.155000', '133026.615000', '133027.075000', '133027.535000', '133027.995000', '133028.455000', '133028.915000', '133029.375000', '133029.835000', '133030.295000', '133030.755000', '133031.215000', '133031.675000', '133032.135000', '133032.595000', '133033.055000', '133033.515000', '133033.975000', '133034.435000', '133034.895000', '133035.355000', '133035.815000', '133036.275000', '133036.735000', '133037.195000', '133037.655000', '133038.115000', '133038.575000', '133039.035000', '133039.495000', '133039.955000', '133040.415000', '133040.875000', '133041.335000', '133041.795000', '133042.255000', '133042.715000', '133043.175000', '133043.635000', '133044.095000', '133044.555000', '133045.015000', '133045.475000', '133045.935000', '133046.395000', '133046.855000', '133047.315000', '133047.775000', '133048.235000', '133048.695000', '133049.155000', '133049.615000', '133050.075000', '133050.535000', '133050.995000', '133051.455000', '133051.915000', '133052.375000', '133052.835000', '133053.295000', '133053.755000', '133054.215000', '133054.675000', '133055.135000', '133055.595000', '133056.055000', '133056.515000', '133056.975000', '133057.435000', '133057.895000', '133058.355000', '133058.815000', '133059.275000', '133059.735000', '133100.195000', '133100.655000', '133101.115000', '133101.575000', '133102.035000', '133102.495000', '133102.955000', '133103.415000', '133103.875000', '133104.335000', '133104.795000', '133105.255000', '133105.715000', '133106.175000', '133106.635000', '133107.095000', '133107.555000', '133108.015000', '133108.475000', '133108.935000', '133109.395000', '133109.855000', '133110.315000', '133110.775000', '133111.235000', '133111.695000', '133112.155000', '133112.615000', '133113.075000', '133113.535000', '133113.995000', '133114.455000', '133114.915000', '133115.375000', '133115.835000', '133116.295000', '133116.755000', '133117.215000', '133117.675000', '133118.135000', '133118.595000', '133119.055000', '133119.515000', '133119.975000', '133120.435000', '133120.895000', '133121.355000', '133121.815000', '133122.275000', '133122.735000', '133123.195000', '133123.655000', '133124.115000', '133124.575000', '133125.035000', '133125.495000', '133125.955000', '133126.415000', '133126.875000', '133127.335000', '133127.795000', '133128.255000', '133128.715000', '133129.175000', '133129.635000', '133130.095000', '133130.555000', '133131.015000', '133131.475000', '133131.935000', '133132.395000', '133132.855000', '133133.315000', '133133.775000', '133134.235000', '133134.695000', '133135.155000', '133135.615000', '133136.075000', '133136.535000', '133136.995000', '133137.455000', '133137.915000', '133138.375000', '133138.835000', '133139.295000', '133139.755000', '133140.215000', '133140.675000', '133141.135000', '133141.595000', '133142.055000', '133142.515000', '133142.975000', '133143.435000', '133143.895000', '133144.355000', '133144.815000', '133145.275000', '133145.735000', '133146.195000', '133146.655000', '133147.115000', '133147.575000', '133148.035000', '133148.495000', '133148.955000', '133149.415000', '133149.875000', '133150.335000', '133150.795000', '133151.255000', '133151.715000', '133152.175000', '133152.635000', '133153.095000', '133153.555000', '133154.015000', '133154.475000', '133154.935000', '133155.395000', '133155.855000', '133156.315000', '133156.775000', '133157.235000', '133157.695000', '133158.155000', '133158.615000', '133159.075000', '133159.535000', '133159.995000', '133200.455000', '133200.915000', '133201.375000', '133201.835000', '133202.295000', '133202.755000', '133203.215000', '133203.675000', '133204.135000', '133204.595000', '133205.055000', '133205.515000', '133205.975000', '133206.435000', '133206.895000', '133207.355000', '133207.815000', '133208.275000', '133208.735000', '133209.195000', '133209.655000', '133210.115000', '133210.575000', '133211.035000', '133211.495000', '133211.955000', '133212.415000', '133212.875000', '133213.335000', '133213.795000', '133214.255000', '133214.715000', '133215.175000', '133215.635000', '133216.095000', '133216.555000', '133217.015000', '133217.475000', '133217.935000', '133218.395000', '133218.855000', '133219.315000', '133219.775000', '133220.235000', '133220.695000', '133221.155000', '133221.615000', '133222.075000', '133222.535000', '133222.995000', '133223.455000', '133223.915000', '133224.375000', '133224.835000', '133225.295000', '133225.755000', '133226.215000', '133226.675000', '133227.135000', '133227.595000', '133228.055000', '133228.515000', '133228.975000', '133229.435000', '133229.895000', '133230.355000', '133230.815000', '133231.275000', '133231.735000', '133232.195000', '133232.655000', '133233.115000', '133233.575000', '133234.035000', '133234.495000', '133234.955000', '133235.415000', '133235.875000', '133236.335000', '133236.795000', '133237.255000', '133237.715000', '133238.175000', '133238.635000', '133239.095000', '133239.555000', '133240.015000', '133240.475000', '133240.935000', '133241.395000', '133241.855000', '133242.315000', '133242.775000', '133243.235000', '133243.695000', '133244.155000', '133244.615000', '133245.075000', '133245.535000', '133245.995000', '133246.455000', '133246.915000', '133247.375000', '133247.835000', '133248.295000', '133248.755000', '133249.215000', '133249.675000', '133250.135000', '133250.595000', '133251.055000', '133251.515000', '133251.975000', '133252.435000', '133252.895000', '133253.355000', '133253.815000', '133254.275000', '133254.735000', '133255.195000', '133255.655000', '133256.115000', '133256.575000', '133257.035000', '133257.495000', '133257.955000', '133258.415000', '133258.875000', '133259.335000', '133259.795000', '133300.255000', '133300.715000', '133301.175000', '133301.635000', '133302.095000', '133302.555000', '133303.015000', '133303.475000', '133303.935000', '133304.395000', '133304.855000', '133305.315000', '133305.775000', '133306.235000', '133306.695000', '133307.155000', '133307.615000', '133308.075000', '133308.535000', '133308.995000', '133309.455000', '133309.915000', '133310.375000', '133310.835000', '133311.295000', '133311.755000', '133312.215000', '133312.675000', '133313.135000', '133313.595000', '133314.055000', '133314.515000', '133314.975000', '133315.435000', '133315.895000', '133316.355000', '133316.815000', '133317.275000', '133317.735000', '133318.195000', '133318.655000', '133319.115000', '133319.575000', '133320.035000', '133320.495000', '133320.955000', '133321.415000', '133321.875000', '133322.335000', '133322.795000', '133323.255000', '133323.715000', '133324.175000', '133324.635000', '133325.095000', '133325.555000', '133326.015000', '133326.475000', '133326.935000', '133327.395000', '133327.855000', '133328.315000', '133328.775000', '133329.235000', '133329.695000', '133330.155000', '133330.615000', '133331.075000', '133331.535000', '133331.995000', '133332.455000', '133332.915000', '133333.375000', '133333.835000', '133334.295000', '133334.755000', '133335.215000', '133335.675000', '133336.135000', '133336.595000', '133337.055000', '133337.515000', '133337.975000', '133338.435000', '133338.895000', '133339.355000', '133339.815000', '133340.275000', '133340.735000', '133341.195000', '133341.655000', '133342.115000', '133342.575000', '133343.035000', '133343.495000', '133343.955000', '133344.415000', '133344.875000', '133345.335000', '133345.795000', '133346.255000', '133346.715000', '133347.175000', '133347.635000', '133348.095000', '133348.555000', '133349.015000', '133349.475000', '133349.935000', '133350.395000', '133350.855000', '133351.315000', '133351.775000', '133352.235000', '133352.695000', '133353.155000', '133353.615000', '133354.075000', '133354.535000', '133354.995000', '133355.455000', '133355.915000', '133356.375000', '133356.835000', '133357.295000', '133357.755000', '133358.215000', '133358.675000', '133359.135000', '133359.595000', '133400.055000', '133400.515000', '133400.975000', '133401.435000', '133401.895000', '133402.355000', '133402.815000', '133403.275000', '133403.735000', '133404.195000', '133404.655000', '133405.115000', '133405.575000', '133406.035000', '133406.495000', '133406.955000', '133407.415000', '133407.875000', '133408.335000', '133408.795000', '133409.255000', '133409.715000', '133410.175000', '133410.635000', '133411.095000', '133411.555000', '133412.015000', '133412.475000', '133412.935000', '133413.395000', '133413.855000', '133414.315000', '133414.775000', '133415.235000', '133415.695000', '133416.155000', '133416.615000', '133417.075000', '133417.535000', '133417.995000', '133418.455000', '133418.915000', '133419.375000', '133419.835000', '133420.295000', '133420.755000', '133421.215000', '133421.675000', '133422.135000', '133422.595000', '133423.055000', '133423.515000', '133423.975000'], 'ContentTime': ['132403.836000', '132403.839000', '132403.841000', '132403.844000', '132403.848000', '132403.851000', '132403.865000', '132403.868000', '132403.871000', '132403.878000', '132403.880000', '132403.883000', '132403.885000', '132403.888000', '132403.891000', '132403.893000', '132403.896000', '132403.898000', '132403.901000', '132403.903000', '132403.906000', '132403.909000', '132403.911000', '132403.914000', '132423.784000', '132423.787000', '132423.793000', '132423.795000', '132423.798000', '132423.801000', '132423.803000', '132423.806000', '132423.809000', '132423.811000', '132423.814000', '132423.816000', '132423.819000', '132423.822000', '132423.824000', '132423.827000', '132423.829000', '132423.832000', '132423.835000', '132423.837000', '132423.840000', '132423.842000', '132423.845000', '132423.847000', '132423.850000', '132423.853000', '132423.855000', '132423.858000', '132423.860000', '132423.863000', '132423.865000', '132423.868000', '132423.871000', '132423.873000', '132423.876000', '132423.879000', '132423.881000', '132423.886000', '132423.888000', '132423.891000', '132423.894000', '132423.896000', '132423.899000', '132423.901000', '132443.783000', '132443.786000', '132443.789000', '132443.791000', '132443.794000', '132443.797000', '132443.799000', '132443.802000', '132443.810000', '132443.812000', '132443.815000', '132443.817000', '132443.820000', '132443.823000', '132443.825000', '132443.828000', '132443.831000', '132443.833000', '132443.836000', '132443.838000', '132443.841000', '132443.843000', '132443.846000', '132443.848000', '132443.851000', '132443.853000', '132443.856000', '132443.859000', '132443.861000', '132443.864000', '132443.891000', '132443.894000', '132443.897000', '132443.899000', '132443.902000', '132443.904000', '132443.907000', '132443.910000', '132443.912000', '132443.915000', '132443.917000', '132443.920000', '132443.927000', '132503.783000', '132503.786000', '132503.789000', '132503.791000', '132503.794000', '132503.796000', '132503.799000', '132503.802000', '132503.804000', '132503.807000', '132503.809000', '132503.812000', '132503.815000', '132503.817000', '132503.820000', '132503.822000', '132503.825000', '132503.828000', '132503.830000', '132503.833000', '132503.835000', '132503.838000', '132503.840000', '132503.843000', '132503.845000', '132503.848000', '132503.850000', '132503.853000', '132503.856000', '132503.858000', '132503.861000', '132503.863000', '132503.866000', '132503.868000', '132503.871000', '132503.874000', '132503.876000', '132503.879000', '132503.881000', '132503.884000', '132503.886000', '132503.889000', '132503.891000', '132503.894000', '132523.783000', '132523.786000', '132523.789000', '132523.791000', '132523.794000', '132523.796000', '132523.799000', '132523.802000', '132523.804000', '132523.807000', '132523.809000', '132523.812000', '132523.815000', '132523.817000', '132523.820000', '132523.822000', '132523.825000', '132523.827000', '132523.830000', '132523.833000', '132523.835000', '132523.838000', '132523.840000', '132523.843000', '132523.846000', '132523.848000', '132523.851000', '132523.853000', '132523.856000', '132523.859000', '132523.861000', '132523.864000', '132523.867000', '132523.869000', '132523.872000', '132523.874000', '132523.877000', '132523.880000', '132523.882000', '132523.885000', '132523.888000', '132523.890000', '132523.893000', '132543.784000', '132543.787000', '132543.789000', '132543.792000', '132543.795000', '132543.797000', '132543.800000', '132543.803000', '132543.805000', '132543.808000', '132543.810000', '132543.813000', '132543.815000', '132543.818000', '132543.821000', '132543.823000', '132543.826000', '132543.828000', '132543.831000', '132543.834000', '132543.836000', '132543.839000', '132543.841000', '132543.844000', '132543.846000', '132543.849000', '132543.852000', '132543.854000', '132543.857000', '132543.859000', '132543.862000', '132543.865000', '132543.867000', '132543.870000', '132543.872000', '132543.875000', '132543.877000', '132543.880000', '132543.882000', '132543.885000', '132543.888000', '132543.890000', '132543.893000', '132543.895000', '132603.784000', '132603.787000', '132603.789000', '132603.792000', '132603.794000', '132603.797000', '132603.800000', '132603.802000', '132603.805000', '132603.808000', '132603.810000', '132603.813000', '132603.815000', '132603.828000', '132603.831000', '132603.834000', '132603.836000', '132603.853000', '132603.855000', '132603.858000', '132603.861000', '132603.863000', '132603.866000', '132603.869000', '132603.871000', '132603.874000', '132603.877000', '132603.879000', '132603.882000', '132603.884000', '132603.887000', '132603.890000', '132603.892000', '132603.895000', '132603.897000', '132603.900000', '132603.903000', '132603.905000', '132603.908000', '132603.910000', '132603.913000', '132603.916000', '132603.918000', '132623.783000', '132623.786000', '132623.789000', '132623.792000', '132623.794000', '132623.797000', '132623.822000', '132623.824000', '132623.827000', '132623.829000', '132623.832000', '132623.835000', '132623.837000', '132623.840000', '132623.842000', '132623.845000', '132623.848000', '132623.850000', '132623.853000', '132623.855000', '132623.858000', '132623.861000', '132623.863000', '132623.866000', '132623.868000', '132623.871000', '132623.884000', '132623.886000', '132623.889000', '132623.891000', '132623.894000', '132623.896000', '132623.899000', '132623.902000', '132623.904000', '132623.907000', '132623.910000', '132623.912000', '132623.915000', '132623.917000', '132623.920000', '132623.923000', '132623.925000', '132623.928000', '132643.784000', '132643.786000', '132643.789000', '132643.792000', '132643.794000', '132643.797000', '132643.800000', '132643.802000', '132643.805000', '132643.807000', '132643.810000', '132643.813000', '132643.815000', '132643.818000', '132643.820000', '132643.823000', '132643.826000', '132643.835000', '132643.838000', '132643.840000', '132643.843000', '132643.845000', '132643.848000', '132643.851000', '132643.853000', '132643.856000', '132643.859000', '132643.861000', '132643.864000', '132643.866000', '132643.869000', '132643.871000', '132643.874000', '132643.877000', '132643.879000', '132643.882000', '132643.884000', '132643.887000', '132643.890000', '132643.892000', '132643.895000', '132643.897000', '132643.900000', '132703.784000', '132703.787000', '132703.789000', '132703.792000', '132703.794000', '132703.797000', '132703.841000', '132703.844000', '132703.846000', '132703.849000', '132703.851000', '132703.854000', '132703.857000', '132703.859000', '132703.862000', '132703.864000', '132703.867000', '132703.870000', '132703.872000', '132703.875000', '132703.877000', '132703.880000', '132703.883000', '132703.885000', '132703.888000', '132703.890000', '132703.893000', '132703.896000', '132703.898000', '132703.901000', '132703.904000', '132703.906000', '132703.909000', '132703.911000', '132703.914000', '132703.917000', '132703.919000', '132703.922000', '132703.924000', '132703.927000', '132703.929000', '132703.932000', '132703.935000', '132703.937000', '132723.783000', '132723.786000', '132723.789000', '132723.791000', '132723.794000', '132723.797000', '132723.799000', '132723.802000', '132723.805000', '132723.807000', '132723.810000', '132723.813000', '132723.815000', '132723.818000', '132723.828000', '132723.830000', '132723.833000', '132723.836000', '132723.838000', '132723.841000', '132723.844000', '132723.846000', '132723.849000', '132723.851000', '132723.854000', '132723.857000', '132723.859000', '132723.862000', '132723.865000', '132723.867000', '132723.870000', '132723.872000', '132723.875000', '132723.878000', '132723.880000', '132723.883000', '132723.886000', '132723.888000', '132723.891000', '132723.894000', '132723.896000', '132723.899000', '132723.902000', '132743.783000', '132743.786000', '132743.789000', '132743.791000', '132743.794000', '132743.797000', '132743.799000', '132743.802000', '132743.805000', '132743.807000', '132743.810000', '132743.812000', '132743.815000', '132743.818000', '132743.820000', '132743.823000', '132743.825000', '132743.828000', '132743.830000', '132743.833000', '132743.836000', '132743.838000', '132743.841000', '132743.843000', '132743.846000', '132743.849000', '132743.851000', '132743.854000', '132743.856000', '132743.859000', '132743.862000', '132743.864000', '132743.867000', '132743.869000', '132743.872000', '132743.875000', '132743.877000', '132743.880000', '132743.882000', '132743.885000', '132743.888000', '132743.890000', '132743.893000', '132743.905000', '132803.783000', '132803.786000', '132803.789000', '132803.792000', '132803.794000', '132803.797000', '132803.800000', '132803.813000', '132803.815000', '132803.818000', '132803.821000', '132803.823000', '132803.826000', '132803.828000', '132803.831000', '132803.834000', '132803.836000', '132803.839000', '132803.841000', '132803.844000', '132803.847000', '132803.849000', '132803.852000', '132803.855000', '132803.857000', '132803.860000', '132803.863000', '132803.865000', '132803.868000', '132803.871000', '132803.882000', '132803.884000', '132803.887000', '132803.889000', '132803.892000', '132803.895000', '132803.897000', '132803.900000', '132803.903000', '132803.905000', '132803.908000', '132803.911000', '132803.913000', '132823.784000', '132823.787000', '132823.789000', '132823.792000', '132823.794000', '132823.797000', '132823.840000', '132823.843000', '132823.846000', '132823.848000', '132823.851000', '132823.853000', '132823.856000', '132823.859000', '132823.861000', '132823.864000', '132823.867000', '132823.869000', '132823.872000', '132823.875000', '132823.877000', '132823.880000', '132823.883000', '132823.885000', '132823.888000', '132823.891000', '132823.893000', '132823.904000', '132823.906000', '132823.909000', '132823.912000', '132823.914000', '132823.917000', '132823.919000', '132823.922000', '132823.925000', '132823.927000', '132823.930000', '132823.933000', '132823.935000', '132823.938000', '132823.940000', '132823.943000', '132823.946000', '132843.783000', '132843.786000', '132843.789000', '132843.792000', '132843.794000', '132843.797000', '132843.828000', '132843.831000', '132843.833000', '132843.836000', '132843.838000', '132843.841000', '132843.844000', '132843.846000', '132843.849000', '132843.851000', '132843.854000', '132843.857000', '132843.859000', '132843.862000', '132843.865000', '132843.867000', '132843.870000', '132843.872000', '132843.875000', '132843.878000', '132843.880000', '132843.883000', '132843.885000', '132843.888000', '132843.891000', '132843.893000', '132843.896000', '132843.898000', '132843.901000', '132843.904000', '132843.906000', '132843.909000', '132843.912000', '132843.914000', '132843.917000', '132843.919000', '132843.922000', '132903.784000', '132903.786000', '132903.789000', '132903.792000', '132903.794000', '132903.797000', '132903.800000', '132903.802000', '132903.805000', '132903.808000', '132903.810000', '132903.813000', '132903.815000', '132903.818000', '132903.821000', '132903.823000', '132903.826000', '132903.828000', '132903.831000', '132903.834000', '132903.836000', '132903.839000', '132903.841000', '132903.844000', '132903.847000', '132903.849000', '132903.852000', '132903.854000', '132903.857000', '132903.860000', '132903.862000', '132903.865000', '132903.867000', '132903.870000', '132903.873000', '132903.875000', '132903.878000', '132903.881000', '132903.883000', '132903.886000', '132903.888000', '132903.891000', '132903.893000', '132903.896000', '132923.784000', '132923.787000', '132923.789000', '132923.792000', '132923.794000', '132923.797000', '132923.800000', '132923.802000', '132923.805000', '132923.808000', '132923.810000', '132923.813000', '132923.815000', '132923.818000', '132923.821000', '132923.823000', '132923.826000', '132923.828000', '132923.831000', '132923.834000', '132923.836000', '132923.839000', '132923.842000', '132923.844000', '132923.847000', '132923.849000', '132923.852000', '132923.854000', '132923.857000', '132923.860000', '132923.862000', '132923.865000', '132923.879000', '132923.882000', '132923.884000', '132923.887000', '132923.890000', '132923.894000', '132923.897000', '132923.899000', '132923.902000', '132923.904000', '132923.907000', '132943.783000', '132943.786000', '132943.789000', '132943.791000', '132943.794000', '132943.797000', '132943.799000', '132943.855000', '132943.858000', '132943.861000', '132943.863000', '132943.866000', '132943.868000', '132943.871000', '132943.874000', '132943.876000', '132943.879000', '132943.882000', '132943.884000', '132943.887000', '132943.889000', '132943.892000', '132943.894000', '132943.897000', '132943.900000', '132943.902000', '132943.905000', '132943.908000', '132943.910000', '132943.913000', '132943.916000', '132943.918000', '132943.921000', '132943.924000', '132943.926000', '132943.929000', '132943.932000', '132943.934000', '132943.937000', '132943.940000', '132943.942000', '132943.945000', '132943.947000', '133003.783000', '133003.786000', '133003.789000', '133003.792000', '133003.794000', '133003.797000', '133003.799000', '133003.802000', '133003.805000', '133003.807000', '133003.810000', '133003.813000', '133003.815000', '133003.818000', '133003.821000', '133003.823000', '133003.826000', '133003.829000', '133003.831000', '133003.834000', '133003.836000', '133003.839000', '133003.842000', '133003.844000', '133003.847000', '133003.849000', '133003.852000', '133003.854000', '133003.857000', '133003.860000', '133003.862000', '133003.865000', '133003.867000', '133003.870000', '133003.873000', '133003.875000', '133003.878000', '133003.880000', '133003.883000', '133003.885000', '133003.888000', '133003.891000', '133003.893000', '133003.896000', '133023.784000', '133023.787000', '133023.789000', '133023.792000', '133023.795000', '133023.797000', '133023.876000', '133023.879000', '133023.881000', '133023.884000', '133023.886000', '133023.889000', '133023.892000', '133023.894000', '133023.897000', '133023.899000', '133023.902000', '133023.905000', '133023.907000', '133023.910000', '133023.912000', '133023.915000', '133023.918000', '133023.920000', '133023.923000', '133023.925000', '133023.928000', '133023.931000', '133023.933000', '133023.936000', '133023.939000', '133023.941000', '133023.944000', '133023.946000', '133023.949000', '133023.952000', '133023.954000', '133023.957000', '133023.960000', '133023.962000', '133023.965000', '133023.967000', '133023.970000', '133043.784000', '133043.787000', '133043.789000', '133043.792000', '133043.795000', '133043.797000', '133043.800000', '133043.803000', '133043.805000', '133043.808000', '133043.810000', '133043.813000', '133043.816000', '133043.818000', '133043.821000', '133043.824000', '133043.826000', '133043.829000', '133043.832000', '133043.834000', '133043.837000', '133043.839000', '133043.842000', '133043.845000', '133043.847000', '133043.850000', '133043.853000', '133043.855000', '133043.858000', '133043.861000', '133043.863000', '133043.866000', '133043.868000', '133043.871000', '133043.874000', '133043.876000', '133043.879000', '133043.881000', '133043.884000', '133043.888000', '133043.891000', '133043.894000', '133043.896000', '133043.931000', '133103.783000', '133103.786000', '133103.789000', '133103.791000', '133103.794000', '133103.797000', '133103.799000', '133103.859000', '133103.862000', '133103.864000', '133103.867000', '133103.870000', '133103.872000', '133103.875000', '133103.877000', '133103.880000', '133103.883000', '133103.886000', '133103.889000', '133103.891000', '133103.894000', '133103.897000', '133103.899000', '133103.902000', '133103.904000', '133103.907000', '133103.910000', '133103.912000', '133103.915000', '133103.917000', '133103.920000', '133103.923000', '133103.925000', '133103.928000', '133103.930000', '133103.933000', '133103.936000', '133103.938000', '133103.942000', '133103.944000', '133103.947000', '133103.949000', '133103.952000', '133123.783000', '133123.786000', '133123.789000', '133123.791000', '133123.794000', '133123.797000', '133123.799000', '133123.909000', '133123.912000', '133123.914000', '133123.933000', '133123.935000', '133123.938000', '133123.941000', '133123.943000', '133123.946000', '133123.949000', '133123.951000', '133123.954000', '133123.957000', '133123.959000', '133123.962000', '133123.964000', '133123.967000', '133123.969000', '133123.972000', '133123.975000', '133123.977000', '133123.980000', '133123.982000', '133123.985000', '133123.988000', '133123.990000', '133123.993000', '133123.997000', '133124.001000', '133124.003000', '133124.006000', '133124.008000', '133124.011000', '133124.014000', '133124.016000', '133124.019000', '133124.022000', '133143.783000', '133143.795000', '133143.797000', '133143.800000', '133143.846000', '133143.848000', '133143.851000', '133143.854000', '133143.857000', '133143.860000', '133143.863000', '133143.866000', '133143.869000', '133143.871000', '133143.874000', '133143.876000', '133143.879000', '133143.882000', '133143.884000', '133143.887000', '133143.889000', '133143.892000', '133143.895000', '133143.897000', '133143.900000', '133143.902000', '133143.905000', '133143.908000', '133143.910000', '133143.913000', '133143.916000', '133143.918000', '133143.921000', '133143.923000', '133143.926000', '133143.929000', '133143.931000', '133143.934000', '133143.937000', '133143.939000', '133143.942000', '133143.945000', '133143.947000', '133203.784000', '133203.786000', '133203.789000', '133203.792000', '133203.795000', '133203.797000', '133203.856000', '133203.859000', '133203.861000', '133203.864000', '133203.866000', '133203.869000', '133203.872000', '133203.874000', '133203.877000', '133203.880000', '133203.882000', '133203.885000', '133203.887000', '133203.890000', '133203.893000', '133203.895000', '133203.898000', '133203.900000', '133203.903000', '133203.906000', '133203.908000', '133203.911000', '133203.913000', '133203.916000', '133203.919000', '133203.921000', '133203.924000', '133203.926000', '133203.929000', '133203.932000', '133203.934000', '133203.937000', '133203.939000', '133203.942000', '133203.969000', '133203.972000', '133203.974000', '133203.977000', '133223.784000', '133223.786000', '133223.789000', '133223.792000', '133223.794000', '133223.797000', '133223.873000', '133223.884000', '133223.886000', '133223.889000', '133223.894000', '133223.896000', '133223.899000', '133223.901000', '133223.904000', '133223.907000', '133223.909000', '133223.912000', '133223.915000', '133223.918000', '133223.920000', '133223.923000', '133223.928000', '133223.931000', '133223.933000', '133223.936000', '133223.938000', '133223.941000', '133223.944000', '133223.946000', '133223.949000', '133223.951000', '133223.954000', '133223.957000', '133223.959000', '133223.962000', '133223.964000', '133223.967000', '133223.970000', '133223.972000', '133223.975000', '133223.978000', '133223.980000', '133243.784000', '133243.786000', '133243.789000', '133243.792000', '133243.794000', '133243.797000', '133243.800000', '133243.802000', '133243.805000', '133243.807000', '133243.810000', '133243.813000', '133243.815000', '133243.818000', '133243.821000', '133243.823000', '133243.826000', '133243.828000', '133243.831000', '133243.834000', '133243.836000', '133243.839000', '133243.841000', '133243.844000', '133243.847000', '133243.849000', '133243.852000', '133243.854000', '133243.857000', '133243.860000', '133243.862000', '133243.865000', '133243.867000', '133243.870000', '133243.873000', '133243.875000', '133243.878000', '133243.880000', '133243.883000', '133243.886000', '133243.888000', '133243.891000', '133243.893000', '133243.896000', '133303.783000', '133303.786000', '133303.789000', '133303.792000', '133303.794000', '133303.797000', '133303.799000', '133303.802000', '133303.805000', '133303.807000', '133303.810000', '133303.813000', '133303.815000', '133303.818000', '133303.820000', '133303.823000', '133303.825000', '133303.828000', '133303.831000', '133303.833000', '133303.836000', '133303.839000', '133303.841000', '133303.844000', '133303.846000', '133303.849000', '133303.852000', '133303.854000', '133303.857000', '133303.859000', '133303.862000', '133303.865000', '133303.867000', '133303.870000', '133303.872000', '133303.875000', '133303.878000', '133303.880000', '133303.883000', '133303.892000', '133303.895000', '133303.898000', '133303.900000', '133323.784000', '133323.787000', '133323.790000', '133323.792000', '133323.795000', '133323.798000', '133323.801000', '133323.803000', '133323.806000', '133323.809000', '133323.811000', '133323.814000', '133323.816000', '133323.819000', '133323.822000', '133323.824000', '133323.827000', '133323.829000', '133323.832000', '133323.835000', '133323.837000', '133323.848000', '133323.856000', '133323.859000', '133323.861000', '133323.864000', '133323.866000', '133323.869000', '133323.872000', '133323.874000', '133323.877000', '133323.880000', '133323.882000', '133323.885000', '133323.887000', '133323.890000', '133323.893000', '133323.895000', '133323.898000', '133323.900000', '133323.903000', '133323.905000', '133323.908000', '133343.784000', '133343.787000', '133343.789000', '133343.792000', '133343.794000', '133343.797000', '133343.800000', '133343.802000', '133343.805000', '133343.808000', '133343.810000', '133343.813000', '133343.816000', '133343.832000', '133343.835000', '133343.837000', '133343.840000', '133343.843000', '133343.845000', '133343.848000', '133343.850000', '133343.853000', '133343.856000', '133343.858000', '133343.861000', '133343.864000', '133343.866000', '133343.869000', '133343.871000', '133343.874000', '133343.877000', '133343.879000', '133343.882000', '133343.885000', '133343.887000', '133343.890000', '133343.893000', '133343.895000', '133343.898000', '133343.901000', '133343.903000', '133343.906000', '133343.908000', '133343.911000', '133403.784000', '133403.786000', '133403.789000', '133403.792000', '133403.794000', '133403.797000', '133403.800000', '133403.802000', '133403.805000', '133403.808000', '133403.810000', '133403.813000', '133403.816000', '133403.818000', '133403.821000', '133403.823000', '133403.826000', '133403.828000', '133403.831000', '133403.834000', '133403.837000', '133403.840000', '133403.843000', '133403.845000', '133403.848000', '133403.850000', '133403.853000', '133403.856000', '133403.858000', '133403.861000', '133403.863000', '133403.866000', '133403.868000', '133403.871000', '133403.874000', '133403.876000', '133403.879000', '133403.882000', '133403.884000', '133403.887000', '133403.889000', '133403.892000', '133403.895000', '133423.784000', '133423.787000', '133423.789000', '133423.792000', '133423.795000', '133423.797000', '133423.800000', '133423.803000', '133423.805000', '133423.808000', '133423.810000', '133423.813000', '133423.816000', '133423.818000', '133423.821000', '133423.823000', '133423.826000', '133423.829000', '133423.831000', '133423.834000', '133423.837000', '133423.839000', '133423.842000', '133423.844000', '133423.847000', '133423.850000', '133423.852000', '133423.855000', '133423.857000', '133423.860000', '133423.863000', '133423.865000', '133423.868000', '133423.871000', '133423.873000', '133423.876000', '133423.878000', '133423.881000', '133423.884000', '133423.886000', '133423.889000', '133423.891000', '133423.894000', '133423.897000', '133425.315000', '133425.320000', '133425.322000', '133425.325000'], 'InstanceCreationTime': ['132403.836000', '132403.839000', '132403.841000', '132403.844000', '132403.848000', '132403.851000', '132403.865000', '132403.868000', '132403.871000', '132403.878000', '132403.880000', '132403.883000', '132403.885000', '132403.888000', '132403.891000', '132403.893000', '132403.896000', '132403.898000', '132403.901000', '132403.903000', '132403.906000', '132403.909000', '132403.911000', '132403.914000', '132423.784000', '132423.787000', '132423.793000', '132423.795000', '132423.798000', '132423.801000', '132423.803000', '132423.806000', '132423.809000', '132423.811000', '132423.814000', '132423.816000', '132423.819000', '132423.822000', '132423.824000', '132423.827000', '132423.829000', '132423.832000', '132423.835000', '132423.837000', '132423.840000', '132423.842000', '132423.845000', '132423.847000', '132423.850000', '132423.853000', '132423.855000', '132423.858000', '132423.860000', '132423.863000', '132423.865000', '132423.868000', '132423.871000', '132423.873000', '132423.876000', '132423.879000', '132423.881000', '132423.886000', '132423.888000', '132423.891000', '132423.894000', '132423.896000', '132423.899000', '132423.901000', '132443.783000', '132443.786000', '132443.789000', '132443.791000', '132443.794000', '132443.797000', '132443.799000', '132443.802000', '132443.810000', '132443.812000', '132443.815000', '132443.817000', '132443.820000', '132443.823000', '132443.825000', '132443.828000', '132443.831000', '132443.833000', '132443.836000', '132443.838000', '132443.841000', '132443.843000', '132443.846000', '132443.848000', '132443.851000', '132443.853000', '132443.856000', '132443.859000', '132443.861000', '132443.864000', '132443.891000', '132443.894000', '132443.897000', '132443.899000', '132443.902000', '132443.904000', '132443.907000', '132443.910000', '132443.912000', '132443.915000', '132443.917000', '132443.920000', '132443.927000', '132503.783000', '132503.786000', '132503.789000', '132503.791000', '132503.794000', '132503.796000', '132503.799000', '132503.802000', '132503.804000', '132503.807000', '132503.809000', '132503.812000', '132503.815000', '132503.817000', '132503.820000', '132503.822000', '132503.825000', '132503.828000', '132503.830000', '132503.833000', '132503.835000', '132503.838000', '132503.840000', '132503.843000', '132503.845000', '132503.848000', '132503.850000', '132503.853000', '132503.856000', '132503.858000', '132503.861000', '132503.863000', '132503.866000', '132503.868000', '132503.871000', '132503.874000', '132503.876000', '132503.879000', '132503.881000', '132503.884000', '132503.886000', '132503.889000', '132503.891000', '132503.894000', '132523.783000', '132523.786000', '132523.789000', '132523.791000', '132523.794000', '132523.796000', '132523.799000', '132523.802000', '132523.804000', '132523.807000', '132523.809000', '132523.812000', '132523.815000', '132523.817000', '132523.820000', '132523.822000', '132523.825000', '132523.827000', '132523.830000', '132523.833000', '132523.835000', '132523.838000', '132523.840000', '132523.843000', '132523.846000', '132523.848000', '132523.851000', '132523.853000', '132523.856000', '132523.859000', '132523.861000', '132523.864000', '132523.867000', '132523.869000', '132523.872000', '132523.874000', '132523.877000', '132523.880000', '132523.882000', '132523.885000', '132523.888000', '132523.890000', '132523.893000', '132543.784000', '132543.787000', '132543.789000', '132543.792000', '132543.795000', '132543.797000', '132543.800000', '132543.803000', '132543.805000', '132543.808000', '132543.810000', '132543.813000', '132543.815000', '132543.818000', '132543.821000', '132543.823000', '132543.826000', '132543.828000', '132543.831000', '132543.834000', '132543.836000', '132543.839000', '132543.841000', '132543.844000', '132543.846000', '132543.849000', '132543.852000', '132543.854000', '132543.857000', '132543.859000', '132543.862000', '132543.865000', '132543.867000', '132543.870000', '132543.872000', '132543.875000', '132543.877000', '132543.880000', '132543.882000', '132543.885000', '132543.888000', '132543.890000', '132543.893000', '132543.895000', '132603.784000', '132603.787000', '132603.789000', '132603.792000', '132603.794000', '132603.797000', '132603.800000', '132603.802000', '132603.805000', '132603.808000', '132603.810000', '132603.813000', '132603.815000', '132603.828000', '132603.831000', '132603.834000', '132603.836000', '132603.853000', '132603.855000', '132603.858000', '132603.861000', '132603.863000', '132603.866000', '132603.869000', '132603.871000', '132603.874000', '132603.877000', '132603.879000', '132603.882000', '132603.884000', '132603.887000', '132603.890000', '132603.892000', '132603.895000', '132603.897000', '132603.900000', '132603.903000', '132603.905000', '132603.908000', '132603.910000', '132603.913000', '132603.916000', '132603.918000', '132623.783000', '132623.786000', '132623.789000', '132623.792000', '132623.794000', '132623.797000', '132623.822000', '132623.824000', '132623.827000', '132623.829000', '132623.832000', '132623.835000', '132623.837000', '132623.840000', '132623.842000', '132623.845000', '132623.848000', '132623.850000', '132623.853000', '132623.855000', '132623.858000', '132623.861000', '132623.863000', '132623.866000', '132623.868000', '132623.871000', '132623.884000', '132623.886000', '132623.889000', '132623.891000', '132623.894000', '132623.896000', '132623.899000', '132623.902000', '132623.904000', '132623.907000', '132623.910000', '132623.912000', '132623.915000', '132623.917000', '132623.920000', '132623.923000', '132623.925000', '132623.928000', '132643.784000', '132643.786000', '132643.789000', '132643.792000', '132643.794000', '132643.797000', '132643.800000', '132643.802000', '132643.805000', '132643.807000', '132643.810000', '132643.813000', '132643.815000', '132643.818000', '132643.820000', '132643.823000', '132643.826000', '132643.835000', '132643.838000', '132643.840000', '132643.843000', '132643.845000', '132643.848000', '132643.851000', '132643.853000', '132643.856000', '132643.859000', '132643.861000', '132643.864000', '132643.866000', '132643.869000', '132643.871000', '132643.874000', '132643.877000', '132643.879000', '132643.882000', '132643.884000', '132643.887000', '132643.890000', '132643.892000', '132643.895000', '132643.897000', '132643.900000', '132703.784000', '132703.787000', '132703.789000', '132703.792000', '132703.794000', '132703.797000', '132703.841000', '132703.844000', '132703.846000', '132703.849000', '132703.851000', '132703.854000', '132703.857000', '132703.859000', '132703.862000', '132703.864000', '132703.867000', '132703.870000', '132703.872000', '132703.875000', '132703.877000', '132703.880000', '132703.883000', '132703.885000', '132703.888000', '132703.890000', '132703.893000', '132703.896000', '132703.898000', '132703.901000', '132703.904000', '132703.906000', '132703.909000', '132703.911000', '132703.914000', '132703.917000', '132703.919000', '132703.922000', '132703.924000', '132703.927000', '132703.929000', '132703.932000', '132703.935000', '132703.937000', '132723.783000', '132723.786000', '132723.789000', '132723.791000', '132723.794000', '132723.797000', '132723.799000', '132723.802000', '132723.805000', '132723.807000', '132723.810000', '132723.813000', '132723.815000', '132723.818000', '132723.828000', '132723.830000', '132723.833000', '132723.836000', '132723.838000', '132723.841000', '132723.844000', '132723.846000', '132723.849000', '132723.851000', '132723.854000', '132723.857000', '132723.859000', '132723.862000', '132723.865000', '132723.867000', '132723.870000', '132723.872000', '132723.875000', '132723.878000', '132723.880000', '132723.883000', '132723.886000', '132723.888000', '132723.891000', '132723.894000', '132723.896000', '132723.899000', '132723.902000', '132743.783000', '132743.786000', '132743.789000', '132743.791000', '132743.794000', '132743.797000', '132743.799000', '132743.802000', '132743.805000', '132743.807000', '132743.810000', '132743.812000', '132743.815000', '132743.818000', '132743.820000', '132743.823000', '132743.825000', '132743.828000', '132743.830000', '132743.833000', '132743.836000', '132743.838000', '132743.841000', '132743.843000', '132743.846000', '132743.849000', '132743.851000', '132743.854000', '132743.856000', '132743.859000', '132743.862000', '132743.864000', '132743.867000', '132743.869000', '132743.872000', '132743.875000', '132743.877000', '132743.880000', '132743.882000', '132743.885000', '132743.888000', '132743.890000', '132743.893000', '132743.905000', '132803.783000', '132803.786000', '132803.789000', '132803.792000', '132803.794000', '132803.797000', '132803.800000', '132803.813000', '132803.815000', '132803.818000', '132803.821000', '132803.823000', '132803.826000', '132803.828000', '132803.831000', '132803.834000', '132803.836000', '132803.839000', '132803.841000', '132803.844000', '132803.847000', '132803.849000', '132803.852000', '132803.855000', '132803.857000', '132803.860000', '132803.863000', '132803.865000', '132803.868000', '132803.871000', '132803.882000', '132803.884000', '132803.887000', '132803.889000', '132803.892000', '132803.895000', '132803.897000', '132803.900000', '132803.903000', '132803.905000', '132803.908000', '132803.911000', '132803.913000', '132823.784000', '132823.787000', '132823.789000', '132823.792000', '132823.794000', '132823.797000', '132823.840000', '132823.843000', '132823.846000', '132823.848000', '132823.851000', '132823.853000', '132823.856000', '132823.859000', '132823.861000', '132823.864000', '132823.867000', '132823.869000', '132823.872000', '132823.875000', '132823.877000', '132823.880000', '132823.883000', '132823.885000', '132823.888000', '132823.891000', '132823.893000', '132823.904000', '132823.906000', '132823.909000', '132823.912000', '132823.914000', '132823.917000', '132823.919000', '132823.922000', '132823.925000', '132823.927000', '132823.930000', '132823.933000', '132823.935000', '132823.938000', '132823.940000', '132823.943000', '132823.946000', '132843.783000', '132843.786000', '132843.789000', '132843.792000', '132843.794000', '132843.797000', '132843.828000', '132843.831000', '132843.833000', '132843.836000', '132843.838000', '132843.841000', '132843.844000', '132843.846000', '132843.849000', '132843.851000', '132843.854000', '132843.857000', '132843.859000', '132843.862000', '132843.865000', '132843.867000', '132843.870000', '132843.872000', '132843.875000', '132843.878000', '132843.880000', '132843.883000', '132843.885000', '132843.888000', '132843.891000', '132843.893000', '132843.896000', '132843.898000', '132843.901000', '132843.904000', '132843.906000', '132843.909000', '132843.912000', '132843.914000', '132843.917000', '132843.919000', '132843.922000', '132903.784000', '132903.786000', '132903.789000', '132903.792000', '132903.794000', '132903.797000', '132903.800000', '132903.802000', '132903.805000', '132903.808000', '132903.810000', '132903.813000', '132903.815000', '132903.818000', '132903.821000', '132903.823000', '132903.826000', '132903.828000', '132903.831000', '132903.834000', '132903.836000', '132903.839000', '132903.841000', '132903.844000', '132903.847000', '132903.849000', '132903.852000', '132903.854000', '132903.857000', '132903.860000', '132903.862000', '132903.865000', '132903.867000', '132903.870000', '132903.873000', '132903.875000', '132903.878000', '132903.881000', '132903.883000', '132903.886000', '132903.888000', '132903.891000', '132903.893000', '132903.896000', '132923.784000', '132923.787000', '132923.789000', '132923.792000', '132923.794000', '132923.797000', '132923.800000', '132923.802000', '132923.805000', '132923.808000', '132923.810000', '132923.813000', '132923.815000', '132923.818000', '132923.821000', '132923.823000', '132923.826000', '132923.828000', '132923.831000', '132923.834000', '132923.836000', '132923.839000', '132923.842000', '132923.844000', '132923.847000', '132923.849000', '132923.852000', '132923.854000', '132923.857000', '132923.860000', '132923.862000', '132923.865000', '132923.879000', '132923.882000', '132923.884000', '132923.887000', '132923.890000', '132923.894000', '132923.897000', '132923.899000', '132923.902000', '132923.904000', '132923.907000', '132943.783000', '132943.786000', '132943.789000', '132943.791000', '132943.794000', '132943.797000', '132943.799000', '132943.855000', '132943.858000', '132943.861000', '132943.863000', '132943.866000', '132943.868000', '132943.871000', '132943.874000', '132943.876000', '132943.879000', '132943.882000', '132943.884000', '132943.887000', '132943.889000', '132943.892000', '132943.894000', '132943.897000', '132943.900000', '132943.902000', '132943.905000', '132943.908000', '132943.910000', '132943.913000', '132943.916000', '132943.918000', '132943.921000', '132943.924000', '132943.926000', '132943.929000', '132943.932000', '132943.934000', '132943.937000', '132943.940000', '132943.942000', '132943.945000', '132943.947000', '133003.783000', '133003.786000', '133003.789000', '133003.792000', '133003.794000', '133003.797000', '133003.799000', '133003.802000', '133003.805000', '133003.807000', '133003.810000', '133003.813000', '133003.815000', '133003.818000', '133003.821000', '133003.823000', '133003.826000', '133003.829000', '133003.831000', '133003.834000', '133003.836000', '133003.839000', '133003.842000', '133003.844000', '133003.847000', '133003.849000', '133003.852000', '133003.854000', '133003.857000', '133003.860000', '133003.862000', '133003.865000', '133003.867000', '133003.870000', '133003.873000', '133003.875000', '133003.878000', '133003.880000', '133003.883000', '133003.885000', '133003.888000', '133003.891000', '133003.893000', '133003.896000', '133023.784000', '133023.787000', '133023.789000', '133023.792000', '133023.795000', '133023.797000', '133023.876000', '133023.879000', '133023.881000', '133023.884000', '133023.886000', '133023.889000', '133023.892000', '133023.894000', '133023.897000', '133023.899000', '133023.902000', '133023.905000', '133023.907000', '133023.910000', '133023.912000', '133023.915000', '133023.918000', '133023.920000', '133023.923000', '133023.925000', '133023.928000', '133023.931000', '133023.933000', '133023.936000', '133023.939000', '133023.941000', '133023.944000', '133023.946000', '133023.949000', '133023.952000', '133023.954000', '133023.957000', '133023.960000', '133023.962000', '133023.965000', '133023.967000', '133023.970000', '133043.784000', '133043.787000', '133043.789000', '133043.792000', '133043.795000', '133043.797000', '133043.800000', '133043.803000', '133043.805000', '133043.808000', '133043.810000', '133043.813000', '133043.816000', '133043.818000', '133043.821000', '133043.824000', '133043.826000', '133043.829000', '133043.832000', '133043.834000', '133043.837000', '133043.839000', '133043.842000', '133043.845000', '133043.847000', '133043.850000', '133043.853000', '133043.855000', '133043.858000', '133043.861000', '133043.863000', '133043.866000', '133043.868000', '133043.871000', '133043.874000', '133043.876000', '133043.879000', '133043.881000', '133043.884000', '133043.888000', '133043.891000', '133043.894000', '133043.896000', '133043.931000', '133103.783000', '133103.786000', '133103.789000', '133103.791000', '133103.794000', '133103.797000', '133103.799000', '133103.859000', '133103.862000', '133103.864000', '133103.867000', '133103.870000', '133103.872000', '133103.875000', '133103.877000', '133103.880000', '133103.883000', '133103.886000', '133103.889000', '133103.891000', '133103.894000', '133103.897000', '133103.899000', '133103.902000', '133103.904000', '133103.907000', '133103.910000', '133103.912000', '133103.915000', '133103.917000', '133103.920000', '133103.923000', '133103.925000', '133103.928000', '133103.930000', '133103.933000', '133103.936000', '133103.938000', '133103.942000', '133103.944000', '133103.947000', '133103.949000', '133103.952000', '133123.783000', '133123.786000', '133123.789000', '133123.791000', '133123.794000', '133123.797000', '133123.799000', '133123.909000', '133123.912000', '133123.914000', '133123.933000', '133123.935000', '133123.938000', '133123.941000', '133123.943000', '133123.946000', '133123.949000', '133123.951000', '133123.954000', '133123.957000', '133123.959000', '133123.962000', '133123.964000', '133123.967000', '133123.969000', '133123.972000', '133123.975000', '133123.977000', '133123.980000', '133123.982000', '133123.985000', '133123.988000', '133123.990000', '133123.993000', '133123.997000', '133124.001000', '133124.003000', '133124.006000', '133124.008000', '133124.011000', '133124.014000', '133124.016000', '133124.019000', '133124.022000', '133143.783000', '133143.795000', '133143.797000', '133143.800000', '133143.846000', '133143.848000', '133143.851000', '133143.854000', '133143.857000', '133143.860000', '133143.863000', '133143.866000', '133143.869000', '133143.871000', '133143.874000', '133143.876000', '133143.879000', '133143.882000', '133143.884000', '133143.887000', '133143.889000', '133143.892000', '133143.895000', '133143.897000', '133143.900000', '133143.902000', '133143.905000', '133143.908000', '133143.910000', '133143.913000', '133143.916000', '133143.918000', '133143.921000', '133143.923000', '133143.926000', '133143.929000', '133143.931000', '133143.934000', '133143.937000', '133143.939000', '133143.942000', '133143.945000', '133143.947000', '133203.784000', '133203.786000', '133203.789000', '133203.792000', '133203.795000', '133203.797000', '133203.856000', '133203.859000', '133203.861000', '133203.864000', '133203.866000', '133203.869000', '133203.872000', '133203.874000', '133203.877000', '133203.880000', '133203.882000', '133203.885000', '133203.887000', '133203.890000', '133203.893000', '133203.895000', '133203.898000', '133203.900000', '133203.903000', '133203.906000', '133203.908000', '133203.911000', '133203.913000', '133203.916000', '133203.919000', '133203.921000', '133203.924000', '133203.926000', '133203.929000', '133203.932000', '133203.934000', '133203.937000', '133203.939000', '133203.942000', '133203.969000', '133203.972000', '133203.974000', '133203.977000', '133223.784000', '133223.786000', '133223.789000', '133223.792000', '133223.794000', '133223.797000', '133223.873000', '133223.884000', '133223.886000', '133223.889000', '133223.894000', '133223.896000', '133223.899000', '133223.901000', '133223.904000', '133223.907000', '133223.909000', '133223.912000', '133223.915000', '133223.918000', '133223.920000', '133223.923000', '133223.928000', '133223.931000', '133223.933000', '133223.936000', '133223.938000', '133223.941000', '133223.944000', '133223.946000', '133223.949000', '133223.951000', '133223.954000', '133223.957000', '133223.959000', '133223.962000', '133223.964000', '133223.967000', '133223.970000', '133223.972000', '133223.975000', '133223.978000', '133223.980000', '133243.784000', '133243.786000', '133243.789000', '133243.792000', '133243.794000', '133243.797000', '133243.800000', '133243.802000', '133243.805000', '133243.807000', '133243.810000', '133243.813000', '133243.815000', '133243.818000', '133243.821000', '133243.823000', '133243.826000', '133243.828000', '133243.831000', '133243.834000', '133243.836000', '133243.839000', '133243.841000', '133243.844000', '133243.847000', '133243.849000', '133243.852000', '133243.854000', '133243.857000', '133243.860000', '133243.862000', '133243.865000', '133243.867000', '133243.870000', '133243.873000', '133243.875000', '133243.878000', '133243.880000', '133243.883000', '133243.886000', '133243.888000', '133243.891000', '133243.893000', '133243.896000', '133303.783000', '133303.786000', '133303.789000', '133303.792000', '133303.794000', '133303.797000', '133303.799000', '133303.802000', '133303.805000', '133303.807000', '133303.810000', '133303.813000', '133303.815000', '133303.818000', '133303.820000', '133303.823000', '133303.825000', '133303.828000', '133303.831000', '133303.833000', '133303.836000', '133303.839000', '133303.841000', '133303.844000', '133303.846000', '133303.849000', '133303.852000', '133303.854000', '133303.857000', '133303.859000', '133303.862000', '133303.865000', '133303.867000', '133303.870000', '133303.872000', '133303.875000', '133303.878000', '133303.880000', '133303.883000', '133303.892000', '133303.895000', '133303.898000', '133303.900000', '133323.784000', '133323.787000', '133323.790000', '133323.792000', '133323.795000', '133323.798000', '133323.801000', '133323.803000', '133323.806000', '133323.809000', '133323.811000', '133323.814000', '133323.816000', '133323.819000', '133323.822000', '133323.824000', '133323.827000', '133323.829000', '133323.832000', '133323.835000', '133323.837000', '133323.848000', '133323.856000', '133323.859000', '133323.861000', '133323.864000', '133323.866000', '133323.869000', '133323.872000', '133323.874000', '133323.877000', '133323.880000', '133323.882000', '133323.885000', '133323.887000', '133323.890000', '133323.893000', '133323.895000', '133323.898000', '133323.900000', '133323.903000', '133323.905000', '133323.908000', '133343.784000', '133343.787000', '133343.789000', '133343.792000', '133343.794000', '133343.797000', '133343.800000', '133343.802000', '133343.805000', '133343.808000', '133343.810000', '133343.813000', '133343.816000', '133343.832000', '133343.835000', '133343.837000', '133343.840000', '133343.843000', '133343.845000', '133343.848000', '133343.850000', '133343.853000', '133343.856000', '133343.858000', '133343.861000', '133343.864000', '133343.866000', '133343.869000', '133343.871000', '133343.874000', '133343.877000', '133343.879000', '133343.882000', '133343.885000', '133343.887000', '133343.890000', '133343.893000', '133343.895000', '133343.898000', '133343.901000', '133343.903000', '133343.906000', '133343.908000', '133343.911000', '133403.784000', '133403.786000', '133403.789000', '133403.792000', '133403.794000', '133403.797000', '133403.800000', '133403.802000', '133403.805000', '133403.808000', '133403.810000', '133403.813000', '133403.816000', '133403.818000', '133403.821000', '133403.823000', '133403.826000', '133403.828000', '133403.831000', '133403.834000', '133403.837000', '133403.840000', '133403.843000', '133403.845000', '133403.848000', '133403.850000', '133403.853000', '133403.856000', '133403.858000', '133403.861000', '133403.863000', '133403.866000', '133403.868000', '133403.871000', '133403.874000', '133403.876000', '133403.879000', '133403.882000', '133403.884000', '133403.887000', '133403.889000', '133403.892000', '133403.895000', '133423.784000', '133423.787000', '133423.789000', '133423.792000', '133423.795000', '133423.797000', '133423.800000', '133423.803000', '133423.805000', '133423.808000', '133423.810000', '133423.813000', '133423.816000', '133423.818000', '133423.821000', '133423.823000', '133423.826000', '133423.829000', '133423.831000', '133423.834000', '133423.837000', '133423.839000', '133423.842000', '133423.844000', '133423.847000', '133423.850000', '133423.852000', '133423.855000', '133423.857000', '133423.860000', '133423.863000', '133423.865000', '133423.868000', '133423.871000', '133423.873000', '133423.876000', '133423.878000', '133423.881000', '133423.884000', '133423.886000', '133423.889000', '133423.891000', '133423.894000', '133423.897000', '133425.315000', '133425.320000', '133425.322000', '133425.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], 'LargestImagePixelValue': [8781, 9720, 8603, 12478, 8844, 13507, 8903, 8606, 8881, 8593, 8621, 8292, 8456, 9902, 8336, 8972, 8339, 9136, 8562, 9565, 8298, 13929, 9172, 10943, 8423, 9139, 8545, 12962, 8473, 13529, 8609, 10976, 8623, 9388, 8649, 14795, 8464, 11192, 8420, 9321, 8841, 10066, 8405, 12382, 8506, 9334, 8589, 10104, 8449, 14713, 8528, 14637, 8683, 11816, 8666, 8971, 8292, 10166, 8315, 13850, 8593, 11416, 8642, 10334, 8601, 10114, 8497, 13259, 8580, 8984, 8674, 8667, 8558, 9818, 8562, 9796, 8521, 8338, 8600, 8277, 9148, 8740, 13104, 8665, 10050, 8529, 8944, 8608, 10024, 8827, 11109, 8520, 9696, 8807, 9377, 9167, 8410, 13663, 8406, 12314, 8380, 10653, 8574, 8740, 8622, 11590, 8913, 9546, 8479, 9391, 8346, 9092, 8134, 8928, 8345, 8875, 8329, 11356, 8420, 13873, 8589, 11706, 8684, 11709, 8517, 13919, 8558, 12886, 8628, 10882, 8558, 11648, 8747, 13804, 8428, 9837, 8329, 9370, 8386, 10385, 10332, 9296, 8387, 8627, 8484, 8546, 10682, 8507, 14672, 9039, 12766, 8603, 14423, 8438, 14473, 8516, 12279, 8064, 9452, 8270, 8773, 8609, 8706, 8872, 8520, 9732, 8445, 13157, 8866, 10007, 8258, 9470, 9015, 13069, 8572, 15864, 8492, 12971, 8613, 8927, 9011, 8175, 9081, 8022, 8914, 8313, 9286, 8624, 9613, 8492, 13007, 8938, 13707, 8934, 13358, 8575, 8839, 8836, 11416, 11555, 9081, 9537, 8597, 9827, 8835, 11596, 9092, 11164, 9319, 9998, 9544, 8788, 10016, 10350, 9450, 7839, 9449, 8337, 9982, 8366, 9890, 8585, 9851, 9131, 13860, 9459, 13976, 9811, 9591, 9450, 8321, 10006, 9111, 13397, 8553, 11218, 8746, 10987, 9091, 14269, 9392, 12781, 9154, 8617, 9208, 7868, 8909, 7904, 9399, 8066, 9706, 8650, 10019, 8965, 15842, 8782, 14018, 9186, 12248, 9085, 9771, 8969, 10344, 9049, 7825, 9580, 8092, 9657, 8817, 10760, 8765, 12129, 8750, 10422, 9150, 9816, 9125, 10641, 9120, 10705, 9314, 10576, 9355, 12504, 9503, 8972, 9368, 8934, 10525, 9080, 9143, 9000, 9665, 8272, 9237, 8392, 9576, 9152, 11377, 8047, 9209, 9145, 12874, 9049, 16044, 9356, 13397, 9168, 12390, 9077, 8279, 9041, 7749, 9010, 8342, 8752, 7832, 8877, 7570, 9165, 8279, 9089, 8495, 8910, 8412, 8905, 8815, 9402, 14582, 9077, 14878, 8809, 13380, 8987, 12992, 9236, 11241, 12771, 10428, 10041, 8889, 9427, 8913, 9311, 9441, 12259, 9559, 8572, 8035, 8698, 9194, 8298, 9069, 7884, 9471, 10628, 7903, 9992, 10191, 9969, 14419, 12757, 16920, 10139, 13477, 10190, 14715, 12093, 12995, 17063, 14082, 13257, 8246, 9412, 8559, 9378, 9957, 10724, 8554, 9190, 7889, 9696, 8340, 9262, 9841, 13405, 10120, 11638, 9828, 10611, 9809, 14206, 9695, 13608, 10179, 11989, 9661, 9438, 9213, 10363, 12426, 9348, 16002, 15460, 17400, 9662, 8707, 10062, 8218, 8961, 8825, 8494, 10722, 8773, 9487, 10103, 16510, 9616, 13105, 9556, 12454, 9636, 10124, 9466, 7765, 8948, 8264, 9300, 8531, 9694, 9209, 9858, 10185, 9759, 14548, 9845, 15734, 10066, 10446, 9448, 8280, 9673, 9646, 9806, 7993, 9492, 7917, 9069, 8826, 9731, 8613, 9998, 8573, 9939, 9017, 9704, 12254, 10009, 9478, 9754, 10760, 9755, 14942, 11138, 10762, 8269, 10198, 9580, 12366, 9383, 15935, 13541, 10494, 8466, 9992, 8136, 9723, 8100, 11382, 8504, 9931, 7966, 9663, 8240, 9124, 8072, 9313, 7600, 9471, 7574, 9656, 8092, 9211, 8102, 10880, 8435, 10031, 9847, 15468, 9462, 13024, 9456, 13917, 10025, 10803, 9654, 10157, 9178, 15100, 11229, 9315, 9568, 7740, 9770, 8127, 9236, 11626, 9766, 9047, 10008, 9060, 9880, 14816, 9239, 13293, 10117, 11054, 9722, 7977, 9723, 8345, 9314, 13115, 15890, 10529, 15967, 9822, 11522, 9709, 7484, 8959, 7914, 8932, 7961, 8683, 7988, 8935, 9431, 10609, 8933, 11913, 7708, 8919, 7519, 9533, 9264, 9848, 9420, 9789, 12290, 16559, 9678, 13936, 8927, 14034, 9908, 9091, 9831, 8519, 10470, 10116, 16478, 9506, 16439, 10755, 12332, 8588, 9100, 10015, 9686, 9796, 15635, 10696, 15112, 9791, 12828, 9887, 13796, 9561, 15061, 10212, 15589, 9956, 13675, 9988, 10500, 9777, 11079, 9718, 14043, 9757, 8582, 9632, 8802, 9592, 9792, 9233, 12668, 9591, 10763, 9458, 10751, 9216, 8519, 10579, 9371, 9343, 8625, 9310, 9593, 10249, 9303, 15853, 9536, 12421, 9790, 9501, 9492, 9505, 8747, 9748, 8334, 9968, 10193, 13130, 9673, 15811, 9591, 13268, 9739, 11058, 10283, 12495, 9773, 14053, 9682, 11792, 10321, 10356, 10016, 12033, 9845, 12913, 10600, 9812, 8316, 9827, 9576, 15863, 9711, 17016, 10433, 13998, 9930, 10924, 9923, 14008, 9897, 15195, 9970, 12626, 10021, 9424, 10190, 12459, 9825, 15644, 9905, 13131, 10201, 9218, 9943, 7965, 9323, 7658, 9821, 8913, 9938, 9568, 9743, 9675, 9379, 9460, 9888, 8874, 9901, 7784, 9466, 7593, 9317, 9393, 9633, 7953, 9610, 7442, 9584, 7167, 9567, 8552, 9387, 12484, 9701, 9978, 9637, 12746, 9504, 15607, 8778, 12201, 8444, 9471, 9781, 11323, 8247, 13698, 8527, 9477, 7987, 9643, 8436, 9346, 13575, 9772, 9321, 9843, 8931, 10243, 9933, 8318, 10504, 8869, 9618, 9479, 10074, 11552, 9644, 15815, 10402, 14268, 10152, 16675, 9989, 13883, 9539, 13670, 10249, 13827, 8421, 9461, 8363, 9528, 8150, 11233, 9105, 9797, 8408, 9588, 10181, 14846, 9590, 11568, 8418, 9614, 7872, 10040, 9309, 9693, 9865, 9381, 14159, 9594, 11468, 9912, 11938, 9673, 11276, 9743, 11669, 9877, 7903, 9823, 8047, 9579, 13763, 10242, 11158, 9935, 8153, 9842, 8018, 9426, 9986, 9700, 9247, 9873, 9219, 9711, 10648, 9903, 15326, 9833, 12299, 10011, 13612, 9582, 15549, 9790, 10554, 8997, 9458, 9396, 10668, 8452, 14214, 11770, 9725, 8545, 9678, 8535, 9544, 9147, 14271, 8774, 10737, 9914, 9832, 9739, 9553, 8556, 9716, 7907, 10003, 7849, 9944, 7931, 9301, 8232, 9227, 7475, 9668, 8026, 9786, 8817, 9434, 10938, 9742, 10622, 9836, 9157, 9446, 10349, 9270, 9430, 9474, 8679, 9886, 9742, 9731, 10028, 8778, 10210, 8563, 9845, 8563, 10050, 10801, 13922, 10537, 9531, 8457, 9788, 9467, 14874, 10353, 9826, 8420, 9724, 8478, 9863, 7841, 9427, 7625, 9566, 8427, 9466, 8133, 9479, 13589, 9432, 11350, 9517, 10956, 9354, 12963, 9309, 9806, 9624, 8698, 9611, 9785, 9412, 13178, 10370, 10005, 7911, 9941, 8195, 9668, 10215, 9478, 15784, 9841, 11056, 9650, 10559, 9487, 13357, 9958, 13957, 10034, 9764, 8221, 9667, 12415, 9937, 16703, 10032, 12884, 9849, 14163, 9537, 14006, 9822, 13676, 9092, 10295, 8610, 10244, 8493, 9517, 11717, 10050, 12484, 9706, 11016, 9802, 7958, 9724, 13184, 9794, 14398, 9619, 12195, 9807, 12756, 9513, 10882, 8643, 9912, 8182, 9888, 11162, 9865, 12134, 10043, 8185, 9974, 7974, 9841, 8444, 9859, 15561, 9814, 12209, 9838, 8595, 9704, 8400, 9746, 8314, 9830, 9109, 9903, 8879, 10018, 9011, 9984, 10158, 10004, 9799, 10056, 9977, 9472, 10673, 8693, 9746, 8433, 9681, 8765, 10225, 11533, 9766, 10491, 9965, 10824, 9681, 13659, 9994, 16033, 9877, 11940, 9706, 10957, 9619, 12988, 8953, 9842, 8417, 9935, 8733, 9850, 10085, 9591, 8438, 9589, 7398, 9822, 13188, 9502, 12141, 9660, 8321, 9594, 7911, 9460, 7663, 9618, 11071, 9752, 10139, 9598, 11211, 9595, 12694, 10105, 10381, 8713, 10068, 9849, 14388, 9268, 15071, 9852, 14852, 9867, 13292, 9606, 12335, 9483, 15720, 9986, 11320, 9593, 9909, 9778, 15573, 9430, 15386, 9849, 14670, 9873, 10681, 9692, 12989, 9876, 13697, 9095, 11757, 8505, 10126, 8789, 10078, 8565, 10033, 8235, 9863, 8893, 9929, 8619, 9653, 7903, 9812, 8320, 10275, 8989, 9723, 11798, 9863, 10196, 8617, 9756, 8178, 10083, 8356, 9604, 8562, 9707, 7961, 9995, 8644, 9590, 14791, 9974, 14185, 10083, 9742, 8398, 9761, 8919, 9725, 8493, 9647, 7640, 9597, 9429, 9658, 14992, 9792, 11577, 9854, 12260, 9630, 14973, 8912, 9584, 8353, 9720, 7933, 9398, 10972, 9860, 14065, 9826, 14244, 10007, 13200, 9513, 13797, 9881, 14728, 9768, 9981, 9413, 10112, 8786, 12436, 9331, 9810, 9402, 11538, 9847, 15735, 9586, 13989, 9928, 12753, 9766, 9416, 9485, 9181, 9308, 9865, 9264, 9929, 9908, 12885, 9878, 11806, 9824, 12616, 9402, 8354, 10089, 9165, 9981, 9914, 9957, 15038, 9962, 15043, 10100, 12140, 9917, 11023, 9670, 13562, 9971, 11663, 9963, 12937, 9655, 15275, 11590, 10486, 9998, 8741, 9899, 8886, 9610, 9193, 9666, 8559, 10061, 8498, 9581, 8460, 9526, 8284, 9451, 8931, 9902, 11682, 9687, 11506, 9351, 15385, 13804, 11128, 9876, 9087, 10662, 10058, 8941, 9984, 9320, 16541, 11305, 16484, 13764, 14612, 16129, 15597, 15925, 11191, 17012, 10001, 10316, 10127, 9121, 10391, 8215, 10377, 8155, 10292, 9440, 10072, 14363, 8622, 10588, 8434, 10206, 11088, 13320, 14680, 17141, 15035, 16487, 14636, 12050, 12993, 9545, 9789, 9631, 8573, 10426, 9255, 10189, 9608, 9852, 9693, 9785, 9642, 14431, 9665, 10297, 9394, 10092, 9584, 10242, 8600, 10585, 9657, 9678, 10065, 10878, 10047, 9977, 10310, 9911, 10463, 9448, 10514, 8810, 10195, 8326, 10273, 8357, 10601, 10648, 12665, 8358, 10102, 8521, 10362, 8466, 10175, 9573, 10038, 9481, 10122, 9658, 9554, 9381, 9786, 8438, 9939, 8668, 9792, 8047, 9711, 9483, 10041, 9581, 9811, 8731, 9892, 9344, 10112, 9836, 9898, 13424, 9355, 14667, 9519, 9578, 8076, 9467, 7738, 9296, 8584, 9089, 10836, 7984, 9175, 9233, 9858, 8267, 10289, 9898, 13161, 10035, 9350, 8308, 9313, 8596, 8182], 'WindowCenter': [4071.0, 4060.0, 4052.0, 4080.0, 4038.0, 4088.0, 4035.0, 4036.0, 4033.0, 4035.0, 4023.0, 4024.0, 4023.0, 4046.0, 4023.0, 4035.0, 4024.0, 4034.0, 4023.0, 4034.0, 4024.0, 4088.0, 4035.0, 4055.0, 4024.0, 4033.0, 4023.0, 4065.0, 4025.0, 4075.0, 4023.0, 4043.0, 4022.0, 4032.0, 4024.0, 4086.0, 4025.0, 4054.0, 4024.0, 4034.0, 4034.0, 4043.0, 4025.0, 4077.0, 4024.0, 4034.0, 4033.0, 4044.0, 4024.0, 4074.0, 4024.0, 4086.0, 4023.0, 4052.0, 4024.0, 4032.0, 4023.0, 4044.0, 4024.0, 4087.0, 4036.0, 4066.0, 4034.0, 4044.0, 4035.0, 4046.0, 4035.0, 4072.0, 4034.0, 4033.0, 4034.0, 4023.0, 4036.0, 4045.0, 4036.0, 4044.0, 4024.0, 4023.0, 4019.0, 4024.0, 4035.0, 4034.0, 4077.0, 4035.0, 4044.0, 4034.0, 4034.0, 4036.0, 4042.0, 4044.0, 4066.0, 4032.0, 4041.0, 4036.0, 4035.0, 4034.0, 4026.0, 4077.0, 4026.0, 4066.0, 4024.0, 4050.0, 4036.0, 4037.0, 4037.0, 4065.0, 4037.0, 4041.0, 4025.0, 4045.0, 4038.0, 4036.0, 4038.0, 4048.0, 4036.0, 4033.0, 4037.0, 4071.0, 4038.0, 4088.0, 4038.0, 4068.0, 4036.0, 4064.0, 4036.0, 4078.0, 4034.0, 4078.0, 4037.0, 4056.0, 4037.0, 4063.0, 4034.0, 4089.0, 4035.0, 4047.0, 4025.0, 4042.0, 4038.0, 4057.0, 4060.0, 4043.0, 4025.0, 4037.0, 4034.0, 4035.0, 4052.0, 4037.0, 4088.0, 4036.0, 4066.0, 4025.0, 4088.0, 4026.0, 4088.0, 4023.0, 4065.0, 4012.0, 4034.0, 4024.0, 4021.0, 4035.0, 4035.0, 4031.0, 4032.0, 4034.0, 4027.0, 4076.0, 4039.0, 4047.0, 4025.0, 4044.0, 4033.0, 4066.0, 4035.0, 4087.0, 4037.0, 4064.0, 4025.0, 4029.0, 4034.0, 4024.0, 4032.0, 4026.0, 4032.0, 4027.0, 4043.0, 4037.0, 4047.0, 4037.0, 4073.0, 4038.0, 4074.0, 4039.0, 4073.0, 4036.0, 4036.0, 4036.0, 4054.0, 4058.0, 4032.0, 4030.0, 4024.0, 4044.0, 4032.0, 4055.0, 4037.0, 4052.0, 4049.0, 4043.0, 4049.0, 4034.0, 4062.0, 4055.0, 4045.0, 4028.0, 4045.0, 4040.0, 4055.0, 4039.0, 4055.0, 4036.0, 4060.0, 4058.0, 4089.0, 4058.0, 4088.0, 4056.0, 4049.0, 4045.0, 4024.0, 4060.0, 4052.0, 4089.0, 4047.0, 4070.0, 4035.0, 4059.0, 4046.0, 4086.0, 4051.0, 4075.0, 4046.0, 4034.0, 4045.0, 4040.0, 4046.0, 4039.0, 4045.0, 4028.0, 4044.0, 4036.0, 4060.0, 4047.0, 4100.0, 4041.0, 4090.0, 4048.0, 4064.0, 4034.0, 4048.0, 4034.0, 4058.0, 4033.0, 4015.0, 4043.0, 4027.0, 4045.0, 4046.0, 4057.0, 4048.0, 4093.0, 4048.0, 4068.0, 4058.0, 4045.0, 4050.0, 4055.0, 4046.0, 4055.0, 4046.0, 4056.0, 4046.0, 4078.0, 4050.0, 4039.0, 4045.0, 4050.0, 4071.0, 4054.0, 4047.0, 4035.0, 4045.0, 4036.0, 4046.0, 4036.0, 4047.0, 4059.0, 4068.0, 4037.0, 4046.0, 4051.0, 4079.0, 4047.0, 4099.0, 4062.0, 4088.0, 4052.0, 4076.0, 4036.0, 4024.0, 4046.0, 4030.0, 4049.0, 4041.0, 4037.0, 4025.0, 4047.0, 4028.0, 4059.0, 4037.0, 4049.0, 4048.0, 4048.0, 4037.0, 4052.0, 4049.0, 4059.0, 4100.0, 4048.0, 4102.0, 4048.0, 4088.0, 4047.0, 4082.0, 4051.0, 4072.0, 4078.0, 4071.0, 4048.0, 4038.0, 4036.0, 4037.0, 4038.0, 4048.0, 4093.0, 4058.0, 4048.0, 4025.0, 4048.0, 4061.0, 4050.0, 4049.0, 4040.0, 4074.0, 4071.0, 4052.0, 4072.0, 4070.0, 4060.0, 4101.0, 4084.0, 4109.0, 4058.0, 4088.0, 4045.0, 4078.0, 4064.0, 4078.0, 4099.0, 4090.0, 4079.0, 4027.0, 4036.0, 4021.0, 4034.0, 4046.0, 4057.0, 4036.0, 4034.0, 4026.0, 4049.0, 4028.0, 4037.0, 4050.0, 4080.0, 4057.0, 4066.0, 4049.0, 4060.0, 4045.0, 4076.0, 4049.0, 4092.0, 4049.0, 4067.0, 4049.0, 4038.0, 4033.0, 4048.0, 4067.0, 4038.0, 4112.0, 4111.0, 4110.0, 4050.0, 4022.0, 4048.0, 4023.0, 4038.0, 4050.0, 4041.0, 4057.0, 4039.0, 4045.0, 4059.0, 4100.0, 4044.0, 4079.0, 4045.0, 4077.0, 4044.0, 4043.0, 4047.0, 4015.0, 4036.0, 4026.0, 4045.0, 4033.0, 4048.0, 4044.0, 4059.0, 4054.0, 4050.0, 4086.0, 4049.0, 4084.0, 4049.0, 4042.0, 4046.0, 4026.0, 4048.0, 4031.0, 4042.0, 4014.0, 4036.0, 4015.0, 4037.0, 4036.0, 4046.0, 4026.0, 4048.0, 4020.0, 4047.0, 4031.0, 4047.0, 4062.0, 4045.0, 4030.0, 4046.0, 4054.0, 4047.0, 4099.0, 4056.0, 4057.0, 4024.0, 4044.0, 4035.0, 4066.0, 4035.0, 4086.0, 4073.0, 4044.0, 4022.0, 4033.0, 4012.0, 4033.0, 4012.0, 4055.0, 4023.0, 4042.0, 4013.0, 4033.0, 4024.0, 4033.0, 4013.0, 4031.0, 4014.0, 4042.0, 4013.0, 4042.0, 4022.0, 4046.0, 4023.0, 4065.0, 4037.0, 4047.0, 4043.0, 4087.0, 4047.0, 4073.0, 4049.0, 4073.0, 4044.0, 4052.0, 4045.0, 4046.0, 4035.0, 4087.0, 4057.0, 4033.0, 4035.0, 4009.0, 4042.0, 4021.0, 4049.0, 4066.0, 4055.0, 4045.0, 4055.0, 4034.0, 4047.0, 4084.0, 4036.0, 4074.0, 4045.0, 4054.0, 4043.0, 4010.0, 4030.0, 4024.0, 4035.0, 4075.0, 4086.0, 4043.0, 4083.0, 4032.0, 4048.0, 4032.0, 4000.0, 4033.0, 4024.0, 4030.0, 4014.0, 4024.0, 4024.0, 4034.0, 4043.0, 4058.0, 4060.0, 4081.0, 4025.0, 4045.0, 4014.0, 4046.0, 4047.0, 4069.0, 4049.0, 4055.0, 4079.0, 4099.0, 4043.0, 4073.0, 4032.0, 4086.0, 4042.0, 4031.0, 4043.0, 4024.0, 4041.0, 4040.0, 4085.0, 4034.0, 4084.0, 4052.0, 4061.0, 4031.0, 4034.0, 4041.0, 4034.0, 4044.0, 4086.0, 4055.0, 4085.0, 4044.0, 4060.0, 4044.0, 4070.0, 4033.0, 4081.0, 4044.0, 4079.0, 4032.0, 4059.0, 4032.0, 4037.0, 4033.0, 4041.0, 4032.0, 4068.0, 4028.0, 4017.0, 4028.0, 4020.0, 4029.0, 4039.0, 4031.0, 4075.0, 4045.0, 4050.0, 4041.0, 4055.0, 4030.0, 4020.0, 4041.0, 4031.0, 4034.0, 4034.0, 4031.0, 4041.0, 4041.0, 4042.0, 4093.0, 4043.0, 4061.0, 4041.0, 4042.0, 4057.0, 4045.0, 4044.0, 4043.0, 4035.0, 4055.0, 4058.0, 4077.0, 4043.0, 4095.0, 4044.0, 4077.0, 4048.0, 4067.0, 4053.0, 4072.0, 4043.0, 4087.0, 4047.0, 4066.0, 4057.0, 4053.0, 4046.0, 4065.0, 4045.0, 4076.0, 4053.0, 4045.0, 4024.0, 4041.0, 4045.0, 4084.0, 4033.0, 4085.0, 4044.0, 4073.0, 4042.0, 4043.0, 4039.0, 4073.0, 4043.0, 4075.0, 4044.0, 4060.0, 4043.0, 4033.0, 4043.0, 4062.0, 4043.0, 4084.0, 4043.0, 4063.0, 4043.0, 4031.0, 4042.0, 4007.0, 4033.0, 4008.0, 4044.0, 4031.0, 4044.0, 4039.0, 4045.0, 4040.0, 4034.0, 4044.0, 4046.0, 4029.0, 4041.0, 4009.0, 4041.0, 4009.0, 4034.0, 4034.0, 4037.0, 4025.0, 4042.0, 4014.0, 4042.0, 4000.0, 4043.0, 4037.0, 4047.0, 4073.0, 4047.0, 4045.0, 4047.0, 4073.0, 4046.0, 4097.0, 4036.0, 4067.0, 4022.0, 4041.0, 4042.0, 4056.0, 4022.0, 4088.0, 4035.0, 4042.0, 4021.0, 4045.0, 4021.0, 4046.0, 4089.0, 4057.0, 4031.0, 4042.0, 4032.0, 4053.0, 4045.0, 4036.0, 4057.0, 4044.0, 4043.0, 4043.0, 4054.0, 4062.0, 4043.0, 4097.0, 4058.0, 4088.0, 4057.0, 4097.0, 4045.0, 4071.0, 4042.0, 4072.0, 4053.0, 4075.0, 4020.0, 4044.0, 4025.0, 4040.0, 4021.0, 4056.0, 4033.0, 4046.0, 4020.0, 4044.0, 4044.0, 4072.0, 4030.0, 4054.0, 4037.0, 4042.0, 4021.0, 4057.0, 4041.0, 4043.0, 4042.0, 4043.0, 4086.0, 4043.0, 4066.0, 4043.0, 4062.0, 4041.0, 4055.0, 4042.0, 4054.0, 4042.0, 4020.0, 4041.0, 4009.0, 4045.0, 4075.0, 4043.0, 4051.0, 4046.0, 4009.0, 4044.0, 4009.0, 4032.0, 4042.0, 4046.0, 4042.0, 4047.0, 4041.0, 4044.0, 4053.0, 4058.0, 4095.0, 4047.0, 4066.0, 4046.0, 4072.0, 4043.0, 4083.0, 4047.0, 4055.0, 4033.0, 4045.0, 4043.0, 4056.0, 4022.0, 4084.0, 4067.0, 4030.0, 4024.0, 4030.0, 4020.0, 4045.0, 4035.0, 4084.0, 4034.0, 4054.0, 4045.0, 4031.0, 4045.0, 4034.0, 4036.0, 4031.0, 4009.0, 4045.0, 4013.0, 4041.0, 4014.0, 4035.0, 4021.0, 4047.0, 4011.0, 4043.0, 4021.0, 4047.0, 4032.0, 4044.0, 4054.0, 4045.0, 4053.0, 4048.0, 4032.0, 4046.0, 4047.0, 4032.0, 4043.0, 4043.0, 4032.0, 4044.0, 4043.0, 4056.0, 4054.0, 4035.0, 4054.0, 4034.0, 4054.0, 4033.0, 4058.0, 4069.0, 4090.0, 4057.0, 4043.0, 4026.0, 4046.0, 4047.0, 4088.0, 4054.0, 4045.0, 4021.0, 4042.0, 4022.0, 4044.0, 4023.0, 4044.0, 4012.0, 4045.0, 4023.0, 4045.0, 4024.0, 4045.0, 4087.0, 4045.0, 4064.0, 4048.0, 4054.0, 4045.0, 4075.0, 4045.0, 4043.0, 4044.0, 4033.0, 4045.0, 4054.0, 4046.0, 4079.0, 4058.0, 4056.0, 4025.0, 4057.0, 4034.0, 4045.0, 4055.0, 4045.0, 4098.0, 4056.0, 4066.0, 4045.0, 4057.0, 4048.0, 4076.0, 4045.0, 4086.0, 4046.0, 4047.0, 4021.0, 4044.0, 4063.0, 4044.0, 4096.0, 4046.0, 4064.0, 4046.0, 4075.0, 4034.0, 4075.0, 4046.0, 4075.0, 4031.0, 4045.0, 4021.0, 4045.0, 4033.0, 4043.0, 4068.0, 4043.0, 4062.0, 4042.0, 4051.0, 4041.0, 4012.0, 4034.0, 4073.0, 4046.0, 4072.0, 4045.0, 4061.0, 4042.0, 4076.0, 4043.0, 4055.0, 4023.0, 4044.0, 4023.0, 4041.0, 4054.0, 4042.0, 4067.0, 4044.0, 4020.0, 4041.0, 4008.0, 4044.0, 4020.0, 4044.0, 4082.0, 4044.0, 4061.0, 4045.0, 4022.0, 4033.0, 4022.0, 4031.0, 4008.0, 4043.0, 4019.0, 4044.0, 4030.0, 4043.0, 4031.0, 4043.0, 4045.0, 4047.0, 4043.0, 4043.0, 4046.0, 4044.0, 4056.0, 4034.0, 4044.0, 4027.0, 4043.0, 4033.0, 4044.0, 4068.0, 4047.0, 4042.0, 4043.0, 4052.0, 4044.0, 4074.0, 4046.0, 4083.0, 4042.0, 4066.0, 4042.0, 4056.0, 4047.0, 4078.0, 4035.0, 4042.0, 4025.0, 4042.0, 4033.0, 4058.0, 4054.0, 4044.0, 4023.0, 4043.0, 4011.0, 4043.0, 4077.0, 4043.0, 4064.0, 4043.0, 4021.0, 4042.0, 4014.0, 4042.0, 4011.0, 4044.0, 4056.0, 4044.0, 4043.0, 4043.0, 4066.0, 4044.0, 4076.0, 4055.0, 4058.0, 4034.0, 4058.0, 4055.0, 4084.0, 4044.0, 4085.0, 4057.0, 4084.0, 4044.0, 4073.0, 4043.0, 4061.0, 4047.0, 4094.0, 4046.0, 4054.0, 4043.0, 4045.0, 4045.0, 4085.0, 4031.0, 4086.0, 4043.0, 4075.0, 4044.0, 4043.0, 4041.0, 4072.0, 4042.0, 4075.0, 4034.0, 4054.0, 4023.0, 4043.0, 4035.0, 4041.0, 4024.0, 4044.0, 4023.0, 4044.0, 4035.0, 4044.0, 4024.0, 4041.0, 4013.0, 4042.0, 4020.0, 4042.0, 4030.0, 4042.0, 4062.0, 4044.0, 4046.0, 4036.0, 4044.0, 4025.0, 4053.0, 4023.0, 4044.0, 4032.0, 4043.0, 4021.0, 4043.0, 4035.0, 4043.0, 4085.0, 4047.0, 4087.0, 4053.0, 4043.0, 4022.0, 4047.0, 4045.0, 4044.0, 4033.0, 4047.0, 4011.0, 4047.0, 4043.0, 4044.0, 4084.0, 4047.0, 4063.0, 4043.0, 4063.0, 4044.0, 4099.0, 4033.0, 4043.0, 4026.0, 4043.0, 4025.0, 4036.0, 4054.0, 4044.0, 4084.0, 4047.0, 4087.0, 4044.0, 4073.0, 4043.0, 4073.0, 4048.0, 4088.0, 4054.0, 4057.0, 4043.0, 4053.0, 4034.0, 4075.0, 4044.0, 4043.0, 4044.0, 4063.0, 4043.0, 4083.0, 4043.0, 4073.0, 4043.0, 4062.0, 4042.0, 4031.0, 4043.0, 4031.0, 4044.0, 4043.0, 4044.0, 4055.0, 4056.0, 4075.0, 4055.0, 4065.0, 4043.0, 4067.0, 4043.0, 4025.0, 4053.0, 4031.0, 4043.0, 4043.0, 4054.0, 4085.0, 4047.0, 4083.0, 4053.0, 4062.0, 4057.0, 4064.0, 4043.0, 4073.0, 4054.0, 4062.0, 4046.0, 4073.0, 4043.0, 4088.0, 4052.0, 4053.0, 4041.0, 4019.0, 4041.0, 4031.0, 4029.0, 4042.0, 4041.0, 4033.0, 4042.0, 4032.0, 4043.0, 4032.0, 4043.0, 4034.0, 4048.0, 4045.0, 4055.0, 4065.0, 4046.0, 4064.0, 4043.0, 4111.0, 4088.0, 4065.0, 4060.0, 4044.0, 4066.0, 4056.0, 4050.0, 4057.0, 4046.0, 4099.0, 4053.0, 4097.0, 4076.0, 4097.0, 4110.0, 4102.0, 4100.0, 4070.0, 4098.0, 4032.0, 4031.0, 4032.0, 4020.0, 4031.0, 4010.0, 4031.0, 4011.0, 4031.0, 4020.0, 4031.0, 4061.0, 4006.0, 4042.0, 4009.0, 4030.0, 4040.0, 4050.0, 4062.0, 4071.0, 4062.0, 4072.0, 4050.0, 4026.0, 4031.0, 4004.0, 4003.0, 4004.0, 3992.0, 4001.0, 3991.0, 4000.0, 3992.0, 4001.0, 4003.0, 4001.0, 4002.0, 4044.0, 4004.0, 4014.0, 4003.0, 4015.0, 4005.0, 4016.0, 4006.0, 4028.0, 4004.0, 4004.0, 4015.0, 4014.0, 4016.0, 4001.0, 4015.0, 4003.0, 4015.0, 4004.0, 4016.0, 3995.0, 4015.0, 3995.0, 4016.0, 3995.0, 4016.0, 4016.0, 4036.0, 3993.0, 4013.0, 3993.0, 4013.0, 3984.0, 4013.0, 4005.0, 4003.0, 4004.0, 4014.0, 4016.0, 4005.0, 4005.0, 4015.0, 3995.0, 4017.0, 4008.0, 4018.0, 4009.0, 4030.0, 4016.0, 4032.0, 4029.0, 4043.0, 4017.0, 4032.0, 4021.0, 4043.0, 4039.0, 4045.0, 4074.0, 4031.0, 4085.0, 4041.0, 4046.0, 4021.0, 4042.0, 4011.0, 4044.0, 4033.0, 4046.0, 4068.0, 4037.0, 4046.0, 4049.0, 4045.0, 4023.0, 4054.0, 4044.0, 4076.0, 4044.0, 4044.0, 4022.0, 4044.0, 4032.0, 4034.0], 'WindowWidth': [9083.0, 9051.0, 9038.0, 9069.0, 9012.0, 9077.0, 9000.0, 9005.0, 8996.0, 9000.0, 8983.0, 8985.0, 8984.0, 9018.0, 8983.0, 9002.0, 8986.0, 8998.0, 8983.0, 8999.0, 8984.0, 9078.0, 8999.0, 9025.0, 8982.0, 8992.0, 8982.0, 9041.0, 8986.0, 9053.0, 8980.0, 9008.0, 8978.0, 8992.0, 8983.0, 9070.0, 8987.0, 9024.0, 8983.0, 8996.0, 8999.0, 9010.0, 8987.0, 9060.0, 8985.0, 8998.0, 8997.0, 9010.0, 8983.0, 9054.0, 8983.0, 9070.0, 8982.0, 9021.0, 8983.0, 8991.0, 8981.0, 9011.0, 8987.0, 9074.0, 9004.0, 9042.0, 9000.0, 9009.0, 9002.0, 9016.0, 9001.0, 9048.0, 8997.0, 8995.0, 8999.0, 8982.0, 9003.0, 9013.0, 9003.0, 9010.0, 8985.0, 8981.0, 8976.0, 8984.0, 9001.0, 8999.0, 9060.0, 9000.0, 9012.0, 8997.0, 8997.0, 9004.0, 9009.0, 9015.0, 9043.0, 8997.0, 9007.0, 9004.0, 9003.0, 8998.0, 8992.0, 9059.0, 8990.0, 9042.0, 8986.0, 9017.0, 9002.0, 9007.0, 9008.0, 9044.0, 9006.0, 9007.0, 8989.0, 9014.0, 9010.0, 9006.0, 9011.0, 9022.0, 9006.0, 8999.0, 9006.0, 9059.0, 9010.0, 9080.0, 9007.0, 9048.0, 9003.0, 9039.0, 9005.0, 9062.0, 9003.0, 9063.0, 9005.0, 9030.0, 9005.0, 9038.0, 9001.0, 9079.0, 9005.0, 9019.0, 8989.0, 9009.0, 9010.0, 9035.0, 9043.0, 9010.0, 8988.0, 9004.0, 8998.0, 9002.0, 9021.0, 9009.0, 9076.0, 9003.0, 9043.0, 8987.0, 9076.0, 8988.0, 9076.0, 8982.0, 9039.0, 8966.0, 8996.0, 8986.0, 8978.0, 9001.0, 8999.0, 8992.0, 8996.0, 8996.0, 8992.0, 9057.0, 9011.0, 9017.0, 8987.0, 9011.0, 8995.0, 9041.0, 9000.0, 9073.0, 9005.0, 9037.0, 8986.0, 8987.0, 8999.0, 8984.0, 8997.0, 8991.0, 8997.0, 8991.0, 9011.0, 9007.0, 9017.0, 9006.0, 9052.0, 9009.0, 9055.0, 9011.0, 9051.0, 9001.0, 9000.0, 9003.0, 9025.0, 9032.0, 8993.0, 8988.0, 8983.0, 9009.0, 8995.0, 9028.0, 9005.0, 9021.0, 9023.0, 9011.0, 9024.0, 9003.0, 9047.0, 9029.0, 9017.0, 8994.0, 9016.0, 9013.0, 9030.0, 9012.0, 9030.0, 9006.0, 9039.0, 9040.0, 9082.0, 9039.0, 9078.0, 9032.0, 9024.0, 9015.0, 8987.0, 9043.0, 9034.0, 9081.0, 9022.0, 9054.0, 9005.0, 9038.0, 9019.0, 9073.0, 9028.0, 9057.0, 9019.0, 9001.0, 9018.0, 9015.0, 9020.0, 9014.0, 9018.0, 8996.0, 9013.0, 9005.0, 9040.0, 9023.0, 9097.0, 9016.0, 9078.0, 9020.0, 9039.0, 9001.0, 9021.0, 9001.0, 9035.0, 8998.0, 8975.0, 9010.0, 8991.0, 9016.0, 9018.0, 9033.0, 9027.0, 9092.0, 9027.0, 9053.0, 9040.0, 9015.0, 9025.0, 9028.0, 9020.0, 9030.0, 9020.0, 9031.0, 9019.0, 9064.0, 9025.0, 9009.0, 9014.0, 9027.0, 9063.0, 9039.0, 9022.0, 9003.0, 9016.0, 9006.0, 9018.0, 9006.0, 9021.0, 9041.0, 9051.0, 9010.0, 9019.0, 9030.0, 9065.0, 9021.0, 9095.0, 9048.0, 9077.0, 9031.0, 9056.0, 9006.0, 8987.0, 9020.0, 9003.0, 9029.0, 9018.0, 9008.0, 8990.0, 9021.0, 8997.0, 9042.0, 9011.0, 9028.0, 9024.0, 9025.0, 9008.0, 9033.0, 9028.0, 9044.0, 9097.0, 9027.0, 9099.0, 9024.0, 9078.0, 9023.0, 9072.0, 9031.0, 9058.0, 9064.0, 9058.0, 9021.0, 9008.0, 9003.0, 9004.0, 9006.0, 9021.0, 9092.0, 9041.0, 9027.0, 8990.0, 9029.0, 9051.0, 9034.0, 9028.0, 9019.0, 9070.0, 9061.0, 9039.0, 9063.0, 9058.0, 9043.0, 9100.0, 9075.0, 9107.0, 9037.0, 9077.0, 9013.0, 9060.0, 9036.0, 9059.0, 9087.0, 9077.0, 9063.0, 8990.0, 8998.0, 8975.0, 8993.0, 9014.0, 9028.0, 9004.0, 8997.0, 8987.0, 9020.0, 8993.0, 9003.0, 9025.0, 9066.0, 9032.0, 9043.0, 9020.0, 9036.0, 9013.0, 9058.0, 9020.0, 9084.0, 9021.0, 9048.0, 9019.0, 9005.0, 8993.0, 9017.0, 9042.0, 9005.0, 9119.0, 9114.0, 9112.0, 9023.0, 8979.0, 9018.0, 8981.0, 9006.0, 9028.0, 9014.0, 9034.0, 9010.0, 9014.0, 9034.0, 9092.0, 9010.0, 9063.0, 9014.0, 9060.0, 9013.0, 9010.0, 9018.0, 8971.0, 9001.0, 8989.0, 9016.0, 8996.0, 9021.0, 9012.0, 9036.0, 9025.0, 9025.0, 9072.0, 9022.0, 9066.0, 9020.0, 9005.0, 9014.0, 8987.0, 9018.0, 8991.0, 9007.0, 8968.0, 9000.0, 8972.0, 9004.0, 9004.0, 9014.0, 8987.0, 9019.0, 8975.0, 9018.0, 8992.0, 9019.0, 9033.0, 9013.0, 8987.0, 9015.0, 9023.0, 9018.0, 9093.0, 9030.0, 9031.0, 8985.0, 9009.0, 8997.0, 9040.0, 8998.0, 9070.0, 9047.0, 9008.0, 8978.0, 8991.0, 8962.0, 8992.0, 8966.0, 9024.0, 8981.0, 9004.0, 8965.0, 8993.0, 8981.0, 8992.0, 8967.0, 8991.0, 8969.0, 9007.0, 8970.0, 9007.0, 8982.0, 9018.0, 8985.0, 9043.0, 9006.0, 9019.0, 9011.0, 9074.0, 9018.0, 9052.0, 9023.0, 9051.0, 9013.0, 9020.0, 9014.0, 9014.0, 8999.0, 9070.0, 9031.0, 8994.0, 8999.0, 8959.0, 9006.0, 8978.0, 9025.0, 9047.0, 9029.0, 9018.0, 9030.0, 9001.0, 9019.0, 9068.0, 9002.0, 9053.0, 9014.0, 9023.0, 9009.0, 8963.0, 8989.0, 8983.0, 9001.0, 9052.0, 9070.0, 9008.0, 9062.0, 8990.0, 9008.0, 8990.0, 8947.0, 8994.0, 8984.0, 8990.0, 8970.0, 8984.0, 8983.0, 8998.0, 9013.0, 9036.0, 9050.0, 9073.0, 8991.0, 9016.0, 8976.0, 9019.0, 9023.0, 9057.0, 9027.0, 9032.0, 9066.0, 9092.0, 9008.0, 9051.0, 8993.0, 9070.0, 9008.0, 8992.0, 9008.0, 8984.0, 9003.0, 9002.0, 9066.0, 8996.0, 9067.0, 9022.0, 9032.0, 8992.0, 8996.0, 9004.0, 8997.0, 9011.0, 9071.0, 9028.0, 9065.0, 9010.0, 9029.0, 9009.0, 9044.0, 8994.0, 9060.0, 9010.0, 9053.0, 8991.0, 9024.0, 8989.0, 8992.0, 8992.0, 9001.0, 8991.0, 9036.0, 8982.0, 8965.0, 8983.0, 8974.0, 8987.0, 8999.0, 8993.0, 9054.0, 9014.0, 9017.0, 9007.0, 9026.0, 8988.0, 8975.0, 9004.0, 8994.0, 8997.0, 8998.0, 8990.0, 9005.0, 9003.0, 9007.0, 9077.0, 9011.0, 9033.0, 9006.0, 9006.0, 9033.0, 9016.0, 9017.0, 9014.0, 9005.0, 9031.0, 9036.0, 9061.0, 9013.0, 9084.0, 9017.0, 9060.0, 9022.0, 9046.0, 9025.0, 9049.0, 9011.0, 9072.0, 9019.0, 9042.0, 9033.0, 9024.0, 9015.0, 9039.0, 9013.0, 9057.0, 9026.0, 9013.0, 8986.0, 9005.0, 9012.0, 9065.0, 8993.0, 9070.0, 9010.0, 9048.0, 9006.0, 9006.0, 9001.0, 9048.0, 9008.0, 9053.0, 9011.0, 9029.0, 9006.0, 8994.0, 9007.0, 9032.0, 9008.0, 9066.0, 9008.0, 9033.0, 9008.0, 8989.0, 9006.0, 8955.0, 8995.0, 8959.0, 9011.0, 8990.0, 9012.0, 9001.0, 9014.0, 9003.0, 8999.0, 9012.0, 9016.0, 8988.0, 9008.0, 8962.0, 9006.0, 8962.0, 8998.0, 9000.0, 9004.0, 8985.0, 9009.0, 8971.0, 9009.0, 8950.0, 9011.0, 9006.0, 9020.0, 9051.0, 9020.0, 9016.0, 9019.0, 9051.0, 9019.0, 9088.0, 9003.0, 9046.0, 8982.0, 9007.0, 9008.0, 9030.0, 8983.0, 9076.0, 9002.0, 9009.0, 8980.0, 9014.0, 8979.0, 9016.0, 9078.0, 9034.0, 8992.0, 9010.0, 8996.0, 9025.0, 9016.0, 9004.0, 9033.0, 9014.0, 9013.0, 9011.0, 9027.0, 9036.0, 9013.0, 9088.0, 9037.0, 9075.0, 9032.0, 9087.0, 9013.0, 9045.0, 9007.0, 9047.0, 9026.0, 9052.0, 8977.0, 9009.0, 8985.0, 9004.0, 8979.0, 9029.0, 8997.0, 9014.0, 8976.0, 9009.0, 9010.0, 9045.0, 8989.0, 9024.0, 9007.0, 9007.0, 8981.0, 9034.0, 9006.0, 9012.0, 9009.0, 9011.0, 9072.0, 9012.0, 9044.0, 9011.0, 9033.0, 9005.0, 9026.0, 9007.0, 9024.0, 9007.0, 8975.0, 9004.0, 8960.0, 9015.0, 9053.0, 9010.0, 9017.0, 9015.0, 8959.0, 9010.0, 8961.0, 8994.0, 9009.0, 9017.0, 9007.0, 9018.0, 9006.0, 9013.0, 9025.0, 9035.0, 9084.0, 9018.0, 9043.0, 9016.0, 9047.0, 9012.0, 9063.0, 9021.0, 9027.0, 8996.0, 9013.0, 9010.0, 9029.0, 8982.0, 9068.0, 9045.0, 8989.0, 8982.0, 8989.0, 8975.0, 9014.0, 9000.0, 9068.0, 8998.0, 9024.0, 9012.0, 8989.0, 9011.0, 8997.0, 9003.0, 8990.0, 8961.0, 9014.0, 8967.0, 9004.0, 8969.0, 9001.0, 8980.0, 9019.0, 8966.0, 9012.0, 8980.0, 9019.0, 8996.0, 9015.0, 9029.0, 9016.0, 9022.0, 9021.0, 8993.0, 9016.0, 9017.0, 8996.0, 9011.0, 9011.0, 8993.0, 9012.0, 9010.0, 9032.0, 9028.0, 9004.0, 9026.0, 8999.0, 9027.0, 8998.0, 9036.0, 9051.0, 9080.0, 9033.0, 9011.0, 8989.0, 9016.0, 9020.0, 9074.0, 9026.0, 9012.0, 8978.0, 9007.0, 8980.0, 9012.0, 8986.0, 9014.0, 8969.0, 9016.0, 8984.0, 9017.0, 8988.0, 9018.0, 9075.0, 9016.0, 9039.0, 9023.0, 9025.0, 9015.0, 9054.0, 9015.0, 9011.0, 9015.0, 8997.0, 9017.0, 9027.0, 9021.0, 9065.0, 9038.0, 9030.0, 8989.0, 9034.0, 9000.0, 9017.0, 9027.0, 9017.0, 9091.0, 9031.0, 9046.0, 9016.0, 9032.0, 9019.0, 9058.0, 9015.0, 9072.0, 9016.0, 9016.0, 8977.0, 9010.0, 9035.0, 9013.0, 9086.0, 9015.0, 9039.0, 9013.0, 9051.0, 8996.0, 9053.0, 9016.0, 9053.0, 8992.0, 9014.0, 8977.0, 9011.0, 8997.0, 9010.0, 9049.0, 9010.0, 9033.0, 9007.0, 9017.0, 9004.0, 8965.0, 8997.0, 9050.0, 9014.0, 9048.0, 9014.0, 9030.0, 9007.0, 9055.0, 9011.0, 9027.0, 8981.0, 9010.0, 8979.0, 9002.0, 9025.0, 9007.0, 9046.0, 9009.0, 8974.0, 9002.0, 8956.0, 9009.0, 8975.0, 9010.0, 9060.0, 9009.0, 9029.0, 9014.0, 8978.0, 8993.0, 8978.0, 8991.0, 8955.0, 9007.0, 8970.0, 9010.0, 8987.0, 9010.0, 8992.0, 9012.0, 9013.0, 9018.0, 9010.0, 9011.0, 9014.0, 9012.0, 9031.0, 9000.0, 9014.0, 8993.0, 9010.0, 8998.0, 9012.0, 9049.0, 9017.0, 9007.0, 9009.0, 9018.0, 9013.0, 9052.0, 9017.0, 9062.0, 9008.0, 9042.0, 9009.0, 9028.0, 9018.0, 9060.0, 9001.0, 9007.0, 8986.0, 9008.0, 8998.0, 9035.0, 9026.0, 9012.0, 8984.0, 9012.0, 8965.0, 9009.0, 9059.0, 9010.0, 9039.0, 9009.0, 8979.0, 9007.0, 8969.0, 9008.0, 8966.0, 9012.0, 9029.0, 9013.0, 9010.0, 9011.0, 9044.0, 9014.0, 9059.0, 9031.0, 9035.0, 9003.0, 9035.0, 9028.0, 9066.0, 9012.0, 9069.0, 9033.0, 9067.0, 9012.0, 9050.0, 9009.0, 9031.0, 9018.0, 9081.0, 9017.0, 9024.0, 9009.0, 9012.0, 9013.0, 9068.0, 8990.0, 9069.0, 9007.0, 9051.0, 9009.0, 9008.0, 9004.0, 9047.0, 9006.0, 9051.0, 8994.0, 9022.0, 8980.0, 9007.0, 8998.0, 9003.0, 8983.0, 9009.0, 8980.0, 9011.0, 8996.0, 9009.0, 8983.0, 9004.0, 8968.0, 9006.0, 8976.0, 9008.0, 8989.0, 9009.0, 9034.0, 9013.0, 9015.0, 9002.0, 9011.0, 8988.0, 9023.0, 8984.0, 9012.0, 8995.0, 9012.0, 8979.0, 9010.0, 9000.0, 9012.0, 9070.0, 9018.0, 9073.0, 9023.0, 9009.0, 8983.0, 9020.0, 9017.0, 9013.0, 8996.0, 9017.0, 8965.0, 9020.0, 9011.0, 9014.0, 9067.0, 9018.0, 9035.0, 9010.0, 9038.0, 9014.0, 9093.0, 8998.0, 9010.0, 8988.0, 9009.0, 8986.0, 9003.0, 9027.0, 9012.0, 9065.0, 9018.0, 9070.0, 9013.0, 9049.0, 9011.0, 9050.0, 9023.0, 9074.0, 9026.0, 9032.0, 9012.0, 9025.0, 9001.0, 9057.0, 9012.0, 9011.0, 9012.0, 9036.0, 9009.0, 9066.0, 9009.0, 9048.0, 9010.0, 9034.0, 9007.0, 8991.0, 9009.0, 8993.0, 9013.0, 9012.0, 9015.0, 9031.0, 9033.0, 9056.0, 9029.0, 9043.0, 9011.0, 9046.0, 9012.0, 8987.0, 9024.0, 8993.0, 9011.0, 9010.0, 9028.0, 9070.0, 9019.0, 9065.0, 9024.0, 9035.0, 9034.0, 9039.0, 9012.0, 9051.0, 9026.0, 9035.0, 9016.0, 9049.0, 9010.0, 9076.0, 9021.0, 9023.0, 9005.0, 8973.0, 9004.0, 8991.0, 8987.0, 9007.0, 9006.0, 8998.0, 9008.0, 8996.0, 9012.0, 8997.0, 9013.0, 9001.0, 9022.0, 9019.0, 9031.0, 9042.0, 9018.0, 9040.0, 9012.0, 9117.0, 9081.0, 9044.0, 9042.0, 9015.0, 9046.0, 9035.0, 9030.0, 9036.0, 9022.0, 9093.0, 9024.0, 9088.0, 9056.0, 9092.0, 9118.0, 9104.0, 9097.0, 9054.0, 9086.0, 8989.0, 8984.0, 8987.0, 8968.0, 8985.0, 8955.0, 8985.0, 8960.0, 8984.0, 8968.0, 8984.0, 9026.0, 8947.0, 9001.0, 8955.0, 8981.0, 8997.0, 9008.0, 9027.0, 9039.0, 9028.0, 9042.0, 9010.0, 8968.0, 8971.0, 8936.0, 8935.0, 8937.0, 8918.0, 8927.0, 8913.0, 8924.0, 8916.0, 8927.0, 8933.0, 8927.0, 8932.0, 8988.0, 8937.0, 8950.0, 8934.0, 8953.0, 8938.0, 8957.0, 8946.0, 8974.0, 8940.0, 8937.0, 8953.0, 8952.0, 8955.0, 8932.0, 8952.0, 8934.0, 8953.0, 8936.0, 8955.0, 8925.0, 8954.0, 8926.0, 8955.0, 8927.0, 8956.0, 8954.0, 8981.0, 8920.0, 8948.0, 8921.0, 8947.0, 8909.0, 8949.0, 8938.0, 8936.0, 8939.0, 8952.0, 8956.0, 8940.0, 8942.0, 8955.0, 8930.0, 8960.0, 8949.0, 8964.0, 8955.0, 8985.0, 8962.0, 8991.0, 8985.0, 9006.0, 8965.0, 8990.0, 8972.0, 9006.0, 8998.0, 9009.0, 9048.0, 8992.0, 9066.0, 9003.0, 9013.0, 8978.0, 9007.0, 8967.0, 9013.0, 8999.0, 9020.0, 9050.0, 9008.0, 9022.0, 9027.0, 9016.0, 8983.0, 9026.0, 9014.0, 9058.0, 9012.0, 9015.0, 8983.0, 9013.0, 8994.0, 9001.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.00041960612691466085</td></tr>
<tr><td colspan=3>aqi</td><td>0.02368408614150255</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.43259724807301</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2048427114379552</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9874042168102188</td></tr>
<tr><td colspan=3>efc</td><td>0.4972</td></tr>
<tr><td colspan=3>fber</td><td>4626.7427</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06347557539404658</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.75054704595186</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.546265903814959</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.375756125175742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8719082951647343</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3911332911043996</td></tr>
<tr><td colspan=3>gcor</td><td>0.0145731</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02573448047041893</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04050557315349579</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1371</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7137242326438655</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>16.6361</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.696</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.9576</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297768.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>1009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.272</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0982</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.6083</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3200.8613</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3410.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.2099</td></tr>
<tr><td colspan=3>tsnr</td><td>36.36763142718701</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>