<?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-0093_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-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_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-0093/figures/sub-0093_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_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-0093/ses-01/func/sub-0093_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>d48511c871221bd0d6c775c0c7622cbe</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>14:04:20.902500</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.999077, -0.0419871, -0.0090632, 0.0427471, 0.951186, 0.305645]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106511</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>[4125, -7775, -7264, 589, -111, -295, 21, 85]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.232</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5f0525fa-0c47-4a4d-a46c-9fc83d7766f4||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.680450677871704, 0.11468742042779922, 0.011373395100235939, 111.0787353515625], [0.11264841258525848, 2.5519611835479736, 0.8255256414413452, -110.36409759521484], [-0.024315906688570976, -0.8200230002403259, 2.570676565170288, -25.94573402404785], [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': ['140420.902500', '140421.362500', '140421.822500', '140422.282500', '140422.742500', '140423.202500', '140423.662500', '140424.122500', '140424.582500', '140425.042500', '140425.502500', '140425.962500', '140426.422500', '140426.882500', '140427.342500', '140427.802500', '140428.262500', '140428.722500', '140429.182500', '140429.642500', '140430.102500', '140430.562500', '140431.022500', '140431.482500', '140431.942500', '140432.402500', '140432.862500', '140433.322500', '140433.782500', '140434.242500', '140434.702500', '140435.162500', '140435.622500', '140436.082500', '140436.542500', '140437.002500', '140437.462500', '140437.922500', '140438.382500', '140438.842500', '140439.302500', '140439.762500', '140440.222500', '140440.682500', '140441.142500', '140441.602500', '140442.062500', '140442.522500', '140442.982500', '140443.442500', '140443.902500', '140444.362500', '140444.822500', '140445.282500', '140445.742500', '140446.202500', '140446.662500', '140447.122500', '140447.582500', '140448.042500', '140448.502500', '140448.962500', '140449.422500', '140449.882500', '140450.342500', '140450.802500', '140451.262500', '140451.722500', '140452.182500', '140452.642500', '140453.102500', '140453.562500', '140454.022500', '140454.482500', '140454.942500', '140455.402500', '140455.862500', '140456.322500', '140456.782500', '140457.242500', '140457.702500', '140458.162500', '140458.622500', '140459.082500', '140459.542500', '140500.002500', '140500.462500', '140500.922500', '140501.382500', '140501.842500', '140502.302500', '140502.762500', '140503.222500', '140503.682500', '140504.142500', '140504.602500', '140505.062500', '140505.522500', '140505.982500', '140506.442500', '140506.902500', '140507.362500', '140507.822500', '140508.282500', '140508.742500', '140509.202500', '140509.662500', '140510.122500', '140510.582500', '140511.042500', '140511.502500', '140511.962500', '140512.422500', '140512.882500', '140513.342500', '140513.802500', '140514.262500', '140514.722500', '140515.182500', '140515.642500', '140516.102500', '140516.562500', '140517.022500', '140517.482500', '140517.942500', '140518.402500', '140518.862500', '140519.322500', '140519.782500', '140520.242500', '140520.702500', '140521.162500', '140521.622500', '140522.082500', '140522.542500', '140523.002500', '140523.462500', '140523.922500', '140524.382500', '140524.842500', '140525.302500', '140525.762500', '140526.222500', '140526.682500', '140527.142500', '140527.602500', '140528.062500', '140528.522500', '140528.982500', '140529.442500', '140529.902500', '140530.362500', '140530.822500', '140531.282500', '140531.742500', '140532.202500', '140532.662500', '140533.122500', '140533.582500', '140534.042500', '140534.502500', '140534.962500', '140535.422500', '140535.882500', '140536.342500', '140536.802500', '140537.262500', '140537.722500', '140538.182500', '140538.642500', '140539.102500', '140539.562500', '140540.022500', '140540.482500', '140540.942500', '140541.402500', '140541.862500', '140542.322500', '140542.782500', '140543.242500', '140543.702500', '140544.162500', '140544.622500', '140545.082500', '140545.542500', '140546.002500', '140546.462500', '140546.922500', '140547.382500', '140547.842500', '140548.302500', '140548.762500', '140549.222500', '140549.682500', '140550.142500', '140550.602500', '140551.062500', '140551.522500', '140551.982500', '140552.442500', '140552.902500', '140553.362500', '140553.822500', '140554.282500', '140554.742500', '140555.202500', '140555.662500', '140556.122500', '140556.582500', '140557.042500', '140557.502500', '140557.962500', '140558.422500', '140558.882500', '140559.342500', '140559.802500', '140600.262500', '140600.722500', '140601.182500', '140601.642500', '140602.102500', '140602.562500', '140603.022500', '140603.482500', '140603.942500', '140604.402500', '140604.862500', '140605.322500', '140605.782500', '140606.242500', '140606.702500', '140607.162500', '140607.622500', '140608.082500', '140608.542500', '140609.002500', '140609.462500', '140609.922500', '140610.382500', '140610.842500', '140611.302500', '140611.762500', '140612.222500', '140612.682500', '140613.142500', '140613.602500', '140614.062500', '140614.522500', '140614.982500', '140615.442500', '140615.902500', '140616.362500', '140616.822500', '140617.282500', '140617.742500', '140618.202500', '140618.662500', '140619.122500', '140619.582500', '140620.042500', '140620.502500', '140620.962500', '140621.422500', '140621.882500', '140622.342500', '140622.802500', '140623.262500', '140623.722500', '140624.182500', '140624.642500', '140625.102500', '140625.562500', '140626.022500', '140626.482500', '140626.942500', '140627.402500', '140627.862500', '140628.322500', '140628.782500', '140629.242500', '140629.702500', '140630.162500', '140630.622500', '140631.082500', '140631.542500', '140632.002500', '140632.462500', '140632.922500', '140633.382500', '140633.842500', '140634.302500', '140634.762500', '140635.222500', '140635.682500', '140636.142500', '140636.602500', '140637.062500', '140637.522500', '140637.982500', '140638.442500', '140638.902500', '140639.362500', '140639.822500', '140640.282500', '140640.742500', '140641.202500', '140641.662500', '140642.122500', '140642.582500', '140643.042500', '140643.502500', '140643.962500', '140644.422500', '140644.882500', '140645.342500', '140645.802500', '140646.262500', '140646.722500', '140647.182500', '140647.642500', '140648.102500', '140648.562500', '140649.022500', '140649.482500', '140649.942500', '140650.402500', '140650.862500', '140651.322500', '140651.782500', '140652.242500', '140652.702500', '140653.162500', '140653.622500', '140654.082500', '140654.542500', '140655.002500', '140655.462500', '140655.922500', '140656.382500', '140656.842500', '140657.302500', '140657.762500', '140658.222500', '140658.682500', '140659.142500', '140659.602500', '140700.062500', '140700.522500', '140700.982500', '140701.442500', '140701.902500', '140702.362500', '140702.822500', '140703.282500', '140703.742500', '140704.202500', '140704.662500', '140705.122500', '140705.582500', '140706.042500', '140706.502500', '140706.962500', '140707.422500', '140707.882500', '140708.342500', '140708.802500', '140709.262500', '140709.722500', '140710.182500', '140710.642500', '140711.102500', '140711.562500', '140712.022500', '140712.482500', '140712.942500', '140713.402500', '140713.862500', '140714.322500', '140714.782500', '140715.242500', '140715.702500', '140716.162500', '140716.622500', '140717.082500', '140717.542500', '140718.002500', '140718.462500', '140718.922500', '140719.382500', '140719.842500', '140720.302500', '140720.762500', '140721.222500', '140721.682500', '140722.142500', '140722.602500', '140723.062500', '140723.522500', '140723.982500', '140724.442500', '140724.902500', '140725.362500', '140725.822500', '140726.282500', '140726.742500', '140727.202500', '140727.662500', '140728.122500', '140728.582500', '140729.042500', '140729.502500', '140729.962500', '140730.422500', '140730.882500', '140731.342500', '140731.802500', '140732.262500', '140732.722500', '140733.182500', '140733.642500', '140734.102500', '140734.562500', '140735.022500', '140735.482500', '140735.942500', '140736.402500', '140736.862500', '140737.322500', '140737.782500', '140738.242500', '140738.702500', '140739.162500', '140739.622500', '140740.082500', '140740.542500', '140741.002500', '140741.462500', '140741.922500', '140742.382500', '140742.842500', '140743.302500', '140743.762500', '140744.222500', '140744.682500', '140745.142500', '140745.602500', '140746.062500', '140746.522500', '140746.982500', '140747.442500', '140747.902500', '140748.362500', '140748.822500', '140749.282500', '140749.742500', '140750.202500', '140750.662500', '140751.122500', '140751.582500', '140752.042500', '140752.502500', '140752.962500', '140753.422500', '140753.882500', '140754.342500', '140754.802500', '140755.262500', '140755.722500', '140756.182500', '140756.642500', '140757.102500', '140757.562500', '140758.022500', '140758.482500', '140758.942500', '140759.402500', '140759.862500', '140800.322500', '140800.782500', '140801.242500', '140801.702500', '140802.162500', '140802.622500', '140803.082500', '140803.542500', '140804.002500', '140804.462500', '140804.922500', '140805.382500', '140805.842500', '140806.302500', '140806.762500', '140807.222500', '140807.682500', '140808.142500', '140808.602500', '140809.062500', '140809.522500', '140809.982500', '140810.442500', '140810.902500', '140811.362500', '140811.822500', '140812.282500', '140812.742500', '140813.202500', '140813.662500', '140814.122500', '140814.582500', '140815.042500', '140815.502500', '140815.962500', '140816.422500', '140816.882500', '140817.342500', '140817.802500', '140818.262500', '140818.722500', '140819.182500', '140819.642500', '140820.102500', '140820.562500', '140821.022500', '140821.482500', '140821.942500', '140822.402500', '140822.862500', '140823.322500', '140823.782500', '140824.242500', '140824.702500', '140825.162500', '140825.622500', '140826.082500', '140826.542500', '140827.002500', '140827.462500', '140827.922500', '140828.382500', '140828.842500', '140829.302500', '140829.762500', '140830.222500', '140830.682500', '140831.142500', '140831.602500', '140832.062500', '140832.522500', '140832.982500', '140833.442500', '140833.902500', '140834.362500', '140834.822500', '140835.282500', '140835.742500', '140836.202500', '140836.662500', '140837.122500', '140837.582500', '140838.042500', '140838.502500', '140838.962500', '140839.422500', '140839.882500', '140840.342500', '140840.802500', '140841.262500', '140841.722500', '140842.182500', '140842.642500', '140843.102500', '140843.562500', '140844.022500', '140844.482500', '140844.942500', '140845.402500', '140845.862500', '140846.322500', '140846.782500', '140847.242500', '140847.702500', '140848.162500', '140848.622500', '140849.082500', '140849.542500', '140850.002500', '140850.462500', '140850.922500', '140851.382500', '140851.842500', '140852.302500', '140852.762500', '140853.222500', '140853.682500', '140854.142500', '140854.602500', '140855.062500', '140855.522500', '140855.982500', '140856.442500', '140856.902500', '140857.362500', '140857.822500', '140858.282500', '140858.742500', '140859.202500', '140859.662500', '140900.122500', '140900.582500', '140901.042500', '140901.502500', '140901.962500', '140902.422500', '140902.882500', '140903.342500', '140903.802500', '140904.262500', '140904.722500', '140905.182500', '140905.642500', '140906.102500', '140906.562500', '140907.022500', '140907.482500', '140907.942500', '140908.402500', '140908.862500', '140909.322500', '140909.782500', '140910.242500', '140910.702500', '140911.162500', '140911.622500', '140912.082500', '140912.542500', '140913.002500', '140913.462500', '140913.922500', '140914.382500', '140914.842500', '140915.302500', '140915.762500', '140916.222500', '140916.682500', '140917.142500', '140917.602500', '140918.062500', '140918.522500', '140918.982500', '140919.442500', '140919.902500', '140920.362500', '140920.822500', '140921.282500', '140921.742500', '140922.202500', '140922.662500', '140923.122500', '140923.582500', '140924.042500', '140924.502500', '140924.962500', '140925.422500', '140925.882500', '140926.342500', '140926.802500', '140927.262500', '140927.722500', '140928.182500', '140928.642500', '140929.102500', '140929.562500', '140930.022500', '140930.482500', '140930.942500', '140931.402500', '140931.862500', '140932.322500', '140932.782500', '140933.242500', '140933.702500', '140934.162500', '140934.622500', '140935.082500', '140935.542500', '140936.002500', '140936.462500', '140936.922500', '140937.382500', '140937.842500', '140938.302500', '140938.762500', '140939.222500', '140939.682500', '140940.142500', '140940.602500', '140941.062500', '140941.522500', '140941.982500', '140942.442500', '140942.902500', '140943.362500', '140943.822500', '140944.282500', '140944.742500', '140945.202500', '140945.662500', '140946.122500', '140946.582500', '140947.042500', '140947.502500', '140947.962500', '140948.422500', '140948.882500', '140949.342500', '140949.802500', '140950.262500', '140950.722500', '140951.182500', '140951.642500', '140952.102500', '140952.562500', '140953.022500', '140953.482500', '140953.942500', '140954.402500', '140954.862500', '140955.322500', '140955.782500', '140956.242500', '140956.702500', '140957.162500', '140957.622500', '140958.082500', '140958.542500', '140959.002500', '140959.462500', '140959.922500', '141000.382500', '141000.842500', '141001.302500', '141001.762500', '141002.222500', '141002.682500', '141003.142500', '141003.602500', '141004.062500', '141004.522500', '141004.982500', '141005.442500', '141005.902500', '141006.362500', '141006.822500', '141007.282500', '141007.742500', '141008.202500', '141008.662500', '141009.122500', '141009.582500', '141010.042500', '141010.502500', '141010.962500', '141011.422500', '141011.882500', '141012.342500', '141012.802500', '141013.262500', '141013.722500', '141014.182500', '141014.642500', '141015.102500', '141015.562500', '141016.022500', '141016.482500', '141016.942500', '141017.402500', '141017.862500', '141018.322500', '141018.782500', '141019.242500', '141019.702500', '141020.162500', '141020.622500', '141021.082500', '141021.542500', '141022.002500', '141022.462500', '141022.922500', '141023.382500', '141023.842500', '141024.302500', '141024.762500', '141025.222500', '141025.682500', '141026.142500', '141026.602500', '141027.062500', '141027.522500', '141027.982500', '141028.442500', '141028.902500', '141029.362500', '141029.822500', '141030.282500', '141030.742500', '141031.202500', '141031.662500', '141032.122500', '141032.582500', '141033.042500', '141033.502500', '141033.962500', '141034.422500', '141034.882500', '141035.342500', '141035.802500', '141036.262500', '141036.722500', '141037.182500', '141037.642500', '141038.102500', '141038.562500', '141039.022500', '141039.482500', '141039.942500', '141040.402500', '141040.862500', '141041.322500', '141041.782500', '141042.242500', '141042.702500', '141043.162500', '141043.622500', '141044.082500', '141044.542500', '141045.002500', '141045.462500', '141045.922500', '141046.382500', '141046.842500', '141047.302500', '141047.762500', '141048.222500', '141048.682500', '141049.142500', '141049.602500', '141050.062500', '141050.522500', '141050.982500', '141051.442500', '141051.902500', '141052.362500', '141052.822500', '141053.282500', '141053.742500', '141054.202500', '141054.662500', '141055.122500', '141055.582500', '141056.042500', '141056.502500', '141056.962500', '141057.422500', '141057.882500', '141058.342500', '141058.802500', '141059.262500', '141059.722500', '141100.182500', '141100.642500', '141101.102500', '141101.562500', '141102.022500', '141102.482500', '141102.942500', '141103.402500', '141103.862500', '141104.322500', '141104.782500', '141105.242500', '141105.702500', '141106.162500', '141106.622500', '141107.082500', '141107.542500', '141108.002500', '141108.462500', '141108.922500', '141109.382500', '141109.842500', '141110.302500', '141110.762500', '141111.222500', '141111.682500', '141112.142500', '141112.602500', '141113.062500', '141113.522500', '141113.982500', '141114.442500', '141114.902500', '141115.362500', '141115.822500', '141116.282500', '141116.742500', '141117.202500', '141117.662500', '141118.122500', '141118.582500', '141119.042500', '141119.502500', '141119.962500', '141120.422500', '141120.882500', '141121.342500', '141121.802500', '141122.262500', '141122.722500', '141123.182500', '141123.642500', '141124.102500', '141124.562500', '141125.022500', '141125.482500', '141125.942500', '141126.402500', '141126.862500', '141127.322500', '141127.782500', '141128.242500', '141128.702500', '141129.162500', '141129.622500', '141130.082500', '141130.542500', '141131.002500', '141131.462500', '141131.922500', '141132.382500', '141132.842500', '141133.302500', '141133.762500', '141134.222500', '141134.682500', '141135.142500', '141135.602500', '141136.062500', '141136.522500', '141136.982500', '141137.442500', '141137.902500', '141138.362500', '141138.822500', '141139.282500', '141139.742500', '141140.202500', '141140.662500', '141141.122500', '141141.582500', '141142.042500', '141142.502500', '141142.962500', '141143.422500', '141143.882500', '141144.342500', '141144.802500', '141145.262500', '141145.722500', '141146.182500', '141146.642500', '141147.102500', '141147.562500', '141148.022500', '141148.482500', '141148.942500', '141149.402500', '141149.862500', '141150.322500', '141150.782500', '141151.242500', '141151.702500', '141152.162500', '141152.622500', '141153.082500', '141153.542500', '141154.002500', '141154.462500', '141154.922500', '141155.382500', '141155.842500', '141156.302500', '141156.762500', '141157.222500', '141157.682500', '141158.142500', '141158.602500', '141159.062500', '141159.522500', '141159.982500', '141200.442500', '141200.902500', '141201.362500', '141201.822500', '141202.282500', '141202.742500', '141203.202500', '141203.662500', '141204.122500', '141204.582500', '141205.042500', '141205.502500', '141205.962500', '141206.422500', '141206.882500', '141207.342500', '141207.802500', '141208.262500', '141208.722500', '141209.182500', '141209.642500', '141210.102500', '141210.562500', '141211.022500', '141211.482500', '141211.942500', '141212.402500', '141212.862500', '141213.322500', '141213.782500', '141214.242500', '141214.702500', '141215.162500', '141215.622500', '141216.082500', '141216.542500', '141217.002500', '141217.462500', '141217.922500', '141218.382500', '141218.842500', '141219.302500', '141219.762500', '141220.222500', '141220.682500', '141221.142500', '141221.602500', '141222.062500', '141222.522500', '141222.982500', '141223.442500', '141223.902500', '141224.362500', '141224.822500', '141225.282500', '141225.742500', '141226.202500', '141226.662500', '141227.122500', '141227.582500', '141228.042500', '141228.502500', '141228.962500', '141229.422500', '141229.882500', '141230.342500', '141230.802500', '141231.262500', '141231.722500', '141232.182500', '141232.642500', '141233.102500', '141233.562500', '141234.022500', '141234.482500', '141234.942500', '141235.402500', '141235.862500', '141236.322500', '141236.782500', '141237.242500', '141237.702500', '141238.162500', '141238.622500', '141239.082500', '141239.542500', '141240.002500', '141240.462500', '141240.922500', '141241.382500', '141241.842500', '141242.302500', '141242.762500', '141243.222500', '141243.682500', '141244.142500', '141244.602500', '141245.062500', '141245.522500', '141245.982500', '141246.442500', '141246.902500', '141247.362500', '141247.822500', '141248.282500', '141248.742500', '141249.202500', '141249.662500', '141250.122500', '141250.582500', '141251.042500', '141251.502500', '141251.962500', '141252.422500', '141252.882500', '141253.342500', '141253.802500', '141254.262500', '141254.722500', '141255.182500', '141255.642500', '141256.102500', '141256.562500', '141257.022500', '141257.482500', '141257.942500', '141258.402500', '141258.862500', '141259.322500', '141259.782500', '141300.242500', '141300.702500', '141301.162500', '141301.622500', '141302.082500', '141302.542500', '141303.002500', '141303.462500', '141303.922500', '141304.382500', '141304.842500', '141305.302500', '141305.762500', '141306.222500', '141306.682500', '141307.142500', '141307.602500', '141308.062500', '141308.522500', '141308.982500', '141309.442500', '141309.902500', '141310.362500', '141310.822500', '141311.282500', '141311.742500', '141312.202500', '141312.662500', '141313.122500', '141313.582500', '141314.042500', '141314.502500', '141314.962500', '141315.422500', '141315.882500', '141316.342500', '141316.802500', '141317.262500', '141317.722500', '141318.182500', '141318.642500', '141319.102500', '141319.562500', '141320.022500', '141320.482500', '141320.942500', '141321.402500', '141321.862500', '141322.322500', '141322.782500', '141323.242500', '141323.702500', '141324.162500', '141324.622500', '141325.082500', '141325.542500', '141326.002500', '141326.462500', '141326.922500', '141327.382500', '141327.842500', '141328.302500', '141328.762500', '141329.222500', '141329.682500', '141330.142500', '141330.602500', '141331.062500', '141331.522500', '141331.982500', '141332.442500', '141332.902500', '141333.362500', '141333.822500', '141334.282500', '141334.742500', '141335.202500', '141335.662500', '141336.122500', '141336.582500', '141337.042500', '141337.502500', '141337.962500', '141338.422500', '141338.882500', '141339.342500', '141339.802500', '141340.262500', '141340.722500', '141341.182500', '141341.642500', '141342.102500', '141342.562500', '141343.022500', '141343.482500', '141343.942500', '141344.402500', '141344.862500', '141345.322500', '141345.782500', '141346.242500', '141346.702500', '141347.162500', '141347.622500', '141348.082500', '141348.542500', '141349.002500', '141349.462500', '141349.922500', '141350.382500', '141350.842500', '141351.302500', '141351.762500', '141352.222500', '141352.682500', '141353.142500', '141353.602500', '141354.062500', '141354.522500', '141354.982500', '141355.442500', '141355.902500', '141356.362500', '141356.822500', '141357.282500', '141357.742500', '141358.202500', '141358.662500', '141359.122500', '141359.582500', '141400.042500', '141400.502500', '141400.962500', '141401.422500', '141401.882500', '141402.342500', '141402.802500', '141403.262500', '141403.722500', '141404.182500', '141404.642500', '141405.102500', '141405.562500', '141406.022500', '141406.482500', '141406.942500', '141407.402500', '141407.862500', '141408.322500', '141408.782500', '141409.242500', '141409.702500', '141410.162500', '141410.622500', '141411.082500', '141411.542500', '141412.002500', '141412.462500', '141412.922500', '141413.382500', '141413.842500', '141414.302500', '141414.762500', '141415.222500', '141415.682500', '141416.142500', '141416.602500', '141417.062500', '141417.522500', '141417.982500', '141418.442500', '141418.902500', '141419.362500', '141419.822500', '141420.282500', '141420.742500', '141421.202500', '141421.662500', '141422.122500', '141422.582500', '141423.042500', '141423.502500', '141423.962500', '141424.422500', '141424.882500', '141425.342500', '141425.802500', '141426.262500', '141426.722500', '141427.182500', '141427.642500', '141428.102500', '141428.562500', '141429.022500', '141429.482500', '141429.942500', '141430.402500', '141430.862500', '141431.322500', '141431.782500', '141432.242500', '141432.702500', '141433.162500', '141433.622500', '141434.082500', '141434.542500', '141435.002500', '141435.462500', '141435.922500', '141436.382500', '141436.842500', '141437.302500', '141437.762500', '141438.222500', '141438.682500', '141439.142500', '141439.602500', '141440.062500', '141440.522500', '141440.982500', '141441.442500', '141441.902500', '141442.362500', '141442.822500', '141443.282500', '141443.742500', '141444.202500', '141444.662500', '141445.122500', '141445.582500', '141446.042500', '141446.502500', '141446.962500', '141447.422500', '141447.882500', '141448.342500', '141448.802500', '141449.262500', '141449.722500', '141450.182500', '141450.642500', '141451.102500', '141451.562500', '141452.022500', '141452.482500', '141452.942500', '141453.402500'], 'ContentTime': ['140447.729000', '140447.732000', '140447.735000', '140447.738000', '140447.741000', '140447.743000', '140447.746000', '140447.749000', '140447.751000', '140447.754000', '140447.757000', '140447.759000', '140447.762000', '140447.764000', '140447.767000', '140447.770000', '140447.772000', '140447.775000', '140447.777000', '140447.780000', '140447.784000', '140447.786000', '140447.789000', '140447.791000', '140447.794000', '140447.796000', '140447.799000', '140447.802000', '140447.804000', '140447.811000', '140447.813000', '140447.816000', '140447.819000', '140447.821000', '140447.824000', '140447.826000', '140447.829000', '140447.832000', '140447.834000', '140447.837000', '140447.840000', '140447.853000', '140447.856000', '140447.859000', '140447.861000', '140447.864000', '140447.866000', '140447.869000', '140447.871000', '140447.874000', '140447.877000', '140447.879000', '140447.882000', '140447.884000', '140447.887000', '140507.691000', '140507.694000', '140507.697000', '140507.700000', '140507.702000', '140507.705000', '140507.707000', '140507.710000', '140507.713000', '140507.715000', '140507.718000', '140507.720000', '140507.723000', '140507.726000', '140507.728000', '140507.731000', '140507.733000', '140507.736000', '140507.739000', '140507.741000', '140507.744000', '140507.746000', '140507.749000', '140507.756000', '140507.758000', '140507.761000', '140507.763000', '140507.766000', '140507.769000', '140507.771000', '140507.774000', '140507.776000', '140507.779000', '140507.782000', '140507.784000', '140507.787000', '140507.789000', '140507.792000', '140507.794000', '140507.797000', '140507.800000', '140507.802000', '140507.805000', '140507.808000', '140527.690000', '140527.693000', '140527.696000', '140527.699000', '140527.701000', '140527.704000', '140527.706000', '140527.709000', '140527.712000', '140527.714000', '140527.717000', '140527.719000', '140527.725000', '140527.728000', '140527.730000', '140527.733000', '140527.736000', '140527.738000', '140527.741000', '140527.743000', '140527.746000', '140527.748000', '140527.751000', '140527.754000', '140527.756000', '140527.759000', '140527.761000', '140527.764000', '140527.767000', '140527.769000', '140527.772000', '140527.774000', '140527.777000', '140527.780000', '140527.782000', '140527.785000', '140527.788000', '140527.791000', '140527.794000', '140527.796000', '140527.799000', '140527.802000', '140527.805000', '140547.691000', '140547.694000', '140547.696000', '140547.699000', '140547.701000', '140547.704000', '140547.707000', '140547.709000', '140547.712000', '140547.714000', '140547.717000', '140547.719000', '140547.722000', '140547.725000', '140547.727000', '140547.730000', '140547.732000', '140547.735000', '140547.737000', '140547.740000', '140547.743000', '140547.745000', '140547.748000', '140547.750000', '140547.753000', '140547.756000', '140547.758000', '140547.761000', '140547.763000', '140547.766000', '140547.768000', '140547.771000', '140547.774000', '140547.776000', '140547.779000', '140547.781000', '140547.784000', '140547.787000', '140547.789000', '140547.792000', '140547.794000', '140547.797000', '140547.800000', '140547.802000', '140607.690000', '140607.693000', '140607.696000', '140607.698000', '140607.701000', '140607.704000', '140607.706000', '140607.709000', '140607.711000', '140607.714000', '140607.717000', '140607.719000', '140607.722000', '140607.724000', '140607.727000', '140607.730000', '140607.732000', '140607.735000', '140607.737000', '140607.740000', '140607.743000', '140607.745000', '140607.748000', '140607.751000', '140607.753000', '140607.756000', '140607.758000', '140607.761000', '140607.764000', '140607.766000', '140607.769000', '140607.771000', '140607.774000', '140607.777000', '140607.779000', '140607.782000', '140607.784000', '140607.787000', '140607.790000', '140607.792000', '140607.795000', '140607.799000', '140607.801000', '140627.690000', '140627.693000', '140627.696000', '140627.699000', '140627.701000', '140627.704000', '140627.706000', '140627.709000', '140627.711000', '140627.719000', '140627.722000', '140627.724000', '140627.727000', '140627.730000', '140627.732000', '140627.735000', '140627.737000', '140627.740000', '140627.743000', '140627.745000', '140627.748000', '140627.751000', '140627.753000', '140627.756000', '140627.758000', '140627.770000', '140627.773000', '140627.776000', '140627.778000', '140627.781000', '140627.783000', '140627.786000', '140627.789000', '140627.791000', '140627.794000', '140627.797000', '140627.799000', '140627.802000', '140627.804000', '140627.807000', '140627.810000', '140627.812000', '140627.815000', '140627.818000', '140647.692000', '140647.695000', '140647.697000', '140647.700000', '140647.702000', '140647.705000', '140647.707000', '140647.710000', '140647.713000', '140647.715000', '140647.718000', '140647.720000', '140647.723000', '140647.726000', '140647.728000', '140647.731000', '140647.733000', '140647.736000', '140647.739000', '140647.741000', '140647.744000', '140647.747000', '140647.750000', '140647.753000', '140647.756000', '140647.758000', '140647.761000', '140647.764000', '140647.766000', '140647.769000', '140647.771000', '140647.774000', '140647.777000', '140647.779000', '140647.782000', '140647.784000', '140647.787000', '140647.790000', '140647.792000', '140647.795000', '140647.797000', '140647.800000', '140647.803000', '140707.691000', '140707.694000', '140707.697000', '140707.700000', '140707.702000', '140707.705000', '140707.707000', '140707.710000', '140707.712000', '140707.715000', '140707.718000', '140707.720000', '140707.723000', '140707.725000', '140707.728000', '140707.731000', '140707.733000', '140707.736000', '140707.738000', '140707.741000', '140707.743000', '140707.746000', '140707.749000', '140707.751000', '140707.754000', '140707.756000', '140707.759000', '140707.762000', '140707.764000', '140707.779000', '140707.781000', '140707.784000', '140707.787000', '140707.789000', '140707.792000', '140707.794000', '140707.797000', '140707.800000', '140707.802000', '140707.805000', '140707.808000', '140707.810000', '140707.813000', '140707.815000', '140727.692000', '140727.694000', '140727.697000', '140727.700000', '140727.702000', '140727.705000', '140727.707000', '140727.710000', '140727.713000', '140727.715000', '140727.718000', '140727.721000', '140727.723000', '140727.726000', '140727.729000', '140727.731000', '140727.734000', '140727.736000', '140727.739000', '140727.742000', '140727.744000', '140727.747000', '140727.750000', '140727.752000', '140727.755000', '140727.757000', '140727.760000', '140727.763000', '140727.765000', '140727.768000', '140727.771000', '140727.773000', '140727.776000', '140727.778000', '140727.781000', '140727.784000', '140727.786000', '140727.789000', '140727.791000', '140727.794000', '140727.797000', '140727.800000', '140727.802000', '140747.691000', '140747.694000', '140747.696000', '140747.699000', '140747.701000', '140747.707000', '140747.710000', '140747.713000', '140747.715000', '140747.718000', '140747.720000', '140747.723000', '140747.726000', '140747.728000', '140747.731000', '140747.733000', '140747.736000', '140747.739000', '140747.741000', '140747.744000', '140747.746000', '140747.749000', '140747.751000', '140747.754000', '140747.757000', '140747.759000', '140747.762000', '140747.764000', '140747.767000', '140747.770000', '140747.772000', '140747.775000', '140747.777000', '140747.780000', '140747.782000', '140747.785000', '140747.788000', '140747.790000', '140747.793000', '140747.796000', '140747.798000', '140747.801000', '140747.804000', '140747.806000', '140807.690000', '140807.693000', '140807.696000', '140807.699000', '140807.701000', '140807.704000', '140807.706000', '140807.709000', '140807.712000', '140807.714000', '140807.717000', '140807.720000', '140807.722000', '140807.725000', '140807.727000', '140807.730000', '140807.733000', '140807.735000', '140807.738000', '140807.740000', '140807.751000', '140807.754000', '140807.756000', '140807.759000', '140807.762000', '140807.764000', '140807.767000', '140807.769000', '140807.772000', '140807.775000', '140807.777000', '140807.780000', '140807.782000', '140807.785000', '140807.788000', '140807.790000', '140807.793000', '140807.796000', '140807.798000', '140807.801000', '140807.804000', '140807.806000', '140807.809000', '140827.691000', '140827.693000', '140827.696000', '140827.699000', '140827.701000', '140827.704000', '140827.706000', '140827.709000', '140827.712000', '140827.714000', '140827.717000', '140827.720000', '140827.722000', '140827.725000', '140827.727000', '140827.730000', '140827.733000', '140827.735000', '140827.738000', '140827.740000', '140827.743000', '140827.746000', '140827.748000', '140827.751000', '140827.753000', '140827.756000', '140827.759000', '140827.761000', '140827.764000', '140827.766000', '140827.769000', '140827.772000', '140827.774000', '140827.777000', '140827.780000', '140827.782000', '140827.785000', '140827.788000', '140827.790000', '140827.793000', '140827.795000', '140827.798000', '140827.801000', '140827.803000', '140847.691000', '140847.694000', '140847.696000', '140847.699000', '140847.701000', '140847.704000', '140847.707000', '140847.709000', '140847.712000', '140847.714000', '140847.717000', '140847.720000', '140847.722000', '140847.725000', '140847.727000', '140847.730000', '140847.732000', '140847.735000', '140847.738000', '140847.740000', '140847.743000', '140847.746000', '140847.748000', '140847.751000', '140847.753000', '140847.756000', '140847.759000', '140847.761000', '140847.764000', '140847.766000', '140847.769000', '140847.772000', '140847.774000', '140847.777000', '140847.779000', '140847.782000', '140847.785000', '140847.787000', '140847.790000', '140847.792000', '140847.795000', '140847.797000', '140847.800000', '140907.692000', '140907.694000', '140907.697000', '140907.700000', '140907.703000', '140907.705000', '140907.708000', '140907.711000', '140907.713000', '140907.716000', '140907.719000', '140907.722000', '140907.724000', '140907.727000', '140907.729000', '140907.732000', '140907.735000', '140907.738000', '140907.740000', '140907.743000', '140907.746000', '140907.748000', '140907.751000', '140907.754000', '140907.756000', '140907.759000', '140907.762000', '140907.764000', '140907.767000', '140907.770000', '140907.772000', '140907.775000', '140907.778000', '140907.780000', '140907.783000', '140907.786000', '140907.788000', '140907.791000', '140907.794000', '140907.796000', '140907.799000', '140907.801000', '140907.804000', '140907.807000', '140927.692000', '140927.695000', '140927.697000', '140927.700000', '140927.703000', '140927.705000', '140927.708000', '140927.710000', '140927.713000', '140927.715000', '140927.718000', '140927.721000', '140927.723000', '140927.726000', '140927.729000', '140927.731000', '140927.734000', '140927.737000', '140927.740000', '140927.742000', '140927.745000', '140927.747000', '140927.750000', '140927.753000', '140927.755000', '140927.758000', '140927.760000', '140927.763000', '140927.766000', '140927.768000', '140927.771000', '140927.773000', '140927.776000', '140927.779000', '140927.781000', '140927.784000', '140927.786000', '140927.789000', '140927.792000', '140927.794000', '140927.797000', '140927.800000', '140927.802000', '140947.692000', '140947.694000', '140947.697000', '140947.700000', '140947.704000', '140947.706000', '140947.709000', '140947.712000', '140947.714000', '140947.717000', '140947.719000', '140947.722000', '140947.725000', '140947.727000', '140947.730000', '140947.732000', '140947.735000', '140947.738000', '140947.740000', '140947.743000', '140947.745000', '140947.748000', '140947.751000', '140947.753000', '140947.756000', '140947.758000', '140947.761000', '140947.764000', '140947.776000', '140947.779000', '140947.782000', '140947.784000', '140947.787000', '140947.790000', '140947.792000', '140947.795000', '140947.797000', '140947.800000', '140947.803000', '140947.806000', '140947.808000', '140947.811000', '140947.813000', '140947.816000', '141007.691000', '141007.695000', '141007.698000', '141007.701000', '141007.703000', '141007.706000', '141007.708000', '141007.711000', '141007.714000', '141007.716000', '141007.719000', '141007.721000', '141007.724000', '141007.727000', '141007.729000', '141007.732000', '141007.734000', '141007.737000', '141007.740000', '141007.742000', '141007.745000', '141007.747000', '141007.750000', '141007.753000', '141007.755000', '141007.758000', '141007.761000', '141007.764000', '141007.766000', '141007.769000', '141007.772000', '141007.774000', '141007.777000', '141007.779000', '141007.782000', '141007.785000', '141007.787000', '141007.790000', '141007.792000', '141007.795000', '141007.798000', '141007.800000', '141007.803000', '141027.691000', '141027.694000', '141027.696000', '141027.699000', '141027.701000', '141027.704000', '141027.707000', '141027.709000', '141027.712000', '141027.714000', '141027.717000', '141027.720000', '141027.722000', '141027.725000', '141027.728000', '141027.730000', '141027.733000', '141027.735000', '141027.738000', '141027.740000', '141027.743000', '141027.746000', '141027.748000', '141027.751000', '141027.754000', '141027.756000', '141027.759000', '141027.761000', '141027.764000', '141027.767000', '141027.769000', '141027.772000', '141027.775000', '141027.777000', '141027.780000', '141027.783000', '141027.785000', '141027.788000', '141027.790000', '141027.793000', '141027.795000', '141027.798000', '141027.801000', '141027.804000', '141047.691000', '141047.694000', '141047.696000', '141047.699000', '141047.702000', '141047.705000', '141047.707000', '141047.710000', '141047.713000', '141047.715000', '141047.718000', '141047.720000', '141047.723000', '141047.725000', '141047.728000', '141047.731000', '141047.733000', '141047.736000', '141047.738000', '141047.741000', '141047.744000', '141047.746000', '141047.749000', '141047.751000', '141047.754000', '141047.757000', '141047.759000', '141047.762000', '141047.765000', '141047.767000', '141047.770000', '141047.772000', '141047.775000', '141047.778000', '141047.780000', '141047.783000', '141047.786000', '141047.788000', '141047.791000', '141047.793000', '141047.796000', '141047.799000', '141047.801000', '141107.691000', '141107.694000', '141107.696000', '141107.699000', '141107.702000', '141107.704000', '141107.707000', '141107.709000', '141107.712000', '141107.714000', '141107.717000', '141107.720000', '141107.722000', '141107.725000', '141107.728000', '141107.731000', '141107.733000', '141107.736000', '141107.740000', '141107.743000', '141107.746000', '141107.748000', '141107.751000', '141107.753000', '141107.756000', '141107.759000', '141107.761000', '141107.764000', '141107.766000', '141107.769000', '141107.772000', '141107.774000', '141107.777000', '141107.779000', '141107.782000', '141107.785000', '141107.787000', '141107.790000', '141107.793000', '141107.796000', '141107.798000', '141107.801000', '141107.804000', '141127.692000', '141127.694000', '141127.697000', '141127.700000', '141127.702000', '141127.705000', '141127.708000', '141127.710000', '141127.713000', '141127.715000', '141127.718000', '141127.721000', '141127.723000', '141127.726000', '141127.729000', '141127.731000', '141127.734000', '141127.736000', '141127.739000', '141127.742000', '141127.744000', '141127.747000', '141127.749000', '141127.752000', '141127.755000', '141127.757000', '141127.760000', '141127.763000', '141127.765000', '141127.768000', '141127.771000', '141127.773000', '141127.776000', '141127.778000', '141127.781000', '141127.783000', '141127.786000', '141127.789000', '141127.791000', '141127.794000', '141127.796000', '141127.799000', '141127.802000', '141127.804000', '141147.692000', '141147.694000', '141147.697000', '141147.700000', '141147.702000', '141147.705000', '141147.708000', '141147.710000', '141147.713000', '141147.716000', '141147.718000', '141147.721000', '141147.724000', '141147.726000', '141147.729000', '141147.731000', '141147.734000', '141147.736000', '141147.739000', '141147.742000', '141147.744000', '141147.747000', '141147.749000', '141147.752000', '141147.755000', '141147.757000', '141147.760000', '141147.763000', '141147.766000', '141147.769000', '141147.772000', '141147.775000', '141147.777000', '141147.780000', '141147.783000', '141147.785000', '141147.788000', '141147.790000', '141147.793000', '141147.796000', '141147.798000', '141147.801000', '141147.803000', '141207.692000', '141207.694000', '141207.697000', '141207.700000', '141207.702000', '141207.705000', '141207.708000', '141207.710000', '141207.713000', '141207.715000', '141207.718000', '141207.721000', '141207.723000', '141207.726000', '141207.728000', '141207.736000', '141207.738000', '141207.741000', '141207.743000', '141207.746000', '141207.749000', '141207.751000', '141207.754000', '141207.757000', '141207.759000', '141207.762000', '141207.765000', '141207.768000', '141207.770000', '141207.773000', '141207.775000', '141207.778000', '141207.781000', '141207.783000', '141207.786000', '141207.788000', '141207.791000', '141207.794000', '141207.796000', '141207.799000', '141207.801000', '141207.804000', '141207.807000', '141207.809000', '141227.691000', '141227.694000', '141227.696000', '141227.699000', '141227.701000', '141227.704000', '141227.707000', '141227.709000', '141227.712000', '141227.714000', '141227.717000', '141227.719000', '141227.722000', '141227.725000', '141227.727000', '141227.730000', '141227.733000', '141227.735000', '141227.738000', '141227.741000', '141227.743000', '141227.746000', '141227.749000', '141227.751000', '141227.754000', '141227.757000', '141227.759000', '141227.762000', '141227.765000', '141227.767000', '141227.770000', '141227.772000', '141227.775000', '141227.778000', '141227.782000', '141227.785000', '141227.788000', '141227.791000', '141227.794000', '141227.797000', '141227.800000', '141227.802000', '141227.805000', '141247.691000', '141247.693000', '141247.696000', '141247.699000', '141247.701000', '141247.704000', '141247.707000', '141247.709000', '141247.712000', '141247.714000', '141247.717000', '141247.720000', '141247.722000', '141247.725000', '141247.727000', '141247.730000', '141247.733000', '141247.735000', '141247.738000', '141247.740000', '141247.743000', '141247.746000', '141247.748000', '141247.751000', '141247.754000', '141247.756000', '141247.759000', '141247.761000', '141247.764000', '141247.767000', '141247.769000', '141247.772000', '141247.774000', '141247.777000', '141247.780000', '141247.782000', '141247.785000', '141247.787000', '141247.790000', '141247.792000', '141247.795000', '141247.798000', '141247.800000', '141247.803000', '141307.691000', '141307.693000', '141307.696000', '141307.699000', '141307.701000', '141307.704000', '141307.706000', '141307.709000', '141307.712000', '141307.714000', '141307.717000', '141307.719000', '141307.722000', '141307.724000', '141307.727000', '141307.730000', '141307.733000', '141307.735000', '141307.738000', '141307.740000', '141307.743000', '141307.745000', '141307.748000', '141307.751000', '141307.758000', '141307.760000', '141307.763000', '141307.766000', '141307.769000', '141307.771000', '141307.774000', '141307.777000', '141307.780000', '141307.782000', '141307.785000', '141307.788000', '141307.790000', '141307.793000', '141307.796000', '141307.798000', '141307.801000', '141307.804000', '141307.806000', '141327.691000', '141327.694000', '141327.696000', '141327.699000', '141327.701000', '141327.704000', '141327.707000', '141327.709000', '141327.712000', '141327.715000', '141327.717000', '141327.720000', '141327.722000', '141327.725000', '141327.728000', '141327.730000', '141327.733000', '141327.735000', '141327.738000', '141327.741000', '141327.743000', '141327.746000', '141327.749000', '141327.751000', '141327.754000', '141327.757000', '141327.759000', '141327.762000', '141327.765000', '141327.767000', '141327.770000', '141327.773000', '141327.775000', '141327.778000', '141327.781000', '141327.783000', '141327.786000', '141327.788000', '141327.791000', '141327.794000', '141327.796000', '141327.799000', '141327.802000', '141327.804000', '141347.692000', '141347.695000', '141347.697000', '141347.700000', '141347.702000', '141347.705000', '141347.708000', '141347.710000', '141347.713000', '141347.716000', '141347.718000', '141347.721000', '141347.723000', '141347.726000', '141347.729000', '141347.731000', '141347.734000', '141347.736000', '141347.739000', '141347.742000', '141347.744000', '141347.747000', '141347.750000', '141347.752000', '141347.755000', '141347.757000', '141347.760000', '141347.762000', '141347.765000', '141347.768000', '141347.770000', '141347.773000', '141347.776000', '141347.778000', '141347.782000', '141347.785000', '141347.788000', '141347.791000', '141347.793000', '141347.796000', '141347.799000', '141347.801000', '141347.804000', '141407.692000', '141407.695000', '141407.697000', '141407.700000', '141407.703000', '141407.705000', '141407.708000', '141407.711000', '141407.713000', '141407.716000', '141407.719000', '141407.721000', '141407.724000', '141407.727000', '141407.729000', '141407.732000', '141407.735000', '141407.737000', '141407.740000', '141407.742000', '141407.745000', '141407.748000', '141407.750000', '141407.753000', '141407.756000', '141407.758000', '141407.761000', '141407.764000', '141407.766000', '141407.769000', '141407.772000', '141407.774000', '141407.777000', '141407.780000', '141407.782000', '141407.785000', '141407.788000', '141407.791000', '141407.793000', '141407.796000', '141407.799000', '141407.801000', '141407.804000', '141407.807000', '141427.692000', '141427.695000', '141427.697000', '141427.700000', '141427.703000', '141427.705000', '141427.708000', '141427.711000', '141427.713000', '141427.716000', '141427.718000', '141427.721000', '141427.724000', '141427.726000', '141427.729000', '141427.731000', '141427.734000', '141427.737000', '141427.739000', '141427.742000', '141427.745000', '141427.747000', '141427.750000', '141427.752000', '141427.755000', '141427.757000', '141427.760000', '141427.763000', '141427.765000', '141427.768000', '141427.771000', '141427.774000', '141427.777000', '141427.780000', '141427.782000', '141427.785000', '141427.788000', '141427.790000', '141427.793000', '141427.796000', '141427.798000', '141427.801000', '141427.804000', '141447.691000', '141447.694000', '141447.696000', '141447.699000', '141447.702000', '141447.704000', '141447.707000', '141447.709000', '141447.712000', '141447.715000', '141447.717000', '141447.720000', '141447.723000', '141447.725000', '141447.728000', '141447.730000', '141447.733000', '141447.736000', '141447.738000', '141447.741000', '141447.744000', '141447.746000', '141447.749000', '141447.751000', '141447.754000', '141447.757000', '141447.759000', '141447.762000', '141447.764000', '141447.767000', '141447.770000', '141447.772000', '141447.787000', '141447.789000', '141447.792000', '141447.795000', '141447.797000', '141447.800000', '141447.803000', '141447.805000', '141447.808000', '141447.811000', '141447.813000', '141447.816000', '141454.920000', '141454.923000', '141454.926000', '141454.928000', '141454.931000', '141454.934000', '141454.936000', '141454.939000', '141454.942000', '141454.944000', '141454.947000', '141454.950000', '141454.953000', '141454.955000', '141454.958000', '141454.961000'], 'InstanceCreationTime': ['140447.729000', '140447.732000', '140447.735000', '140447.738000', '140447.741000', '140447.743000', '140447.746000', '140447.749000', '140447.751000', '140447.754000', '140447.757000', '140447.759000', '140447.762000', '140447.764000', '140447.767000', '140447.770000', '140447.772000', '140447.775000', '140447.777000', '140447.780000', '140447.784000', '140447.786000', '140447.789000', '140447.791000', '140447.794000', '140447.796000', '140447.799000', '140447.802000', '140447.804000', '140447.811000', '140447.813000', '140447.816000', '140447.819000', '140447.821000', '140447.824000', '140447.826000', '140447.829000', '140447.832000', '140447.834000', '140447.837000', '140447.840000', '140447.853000', '140447.856000', '140447.859000', '140447.861000', '140447.864000', '140447.866000', '140447.869000', '140447.871000', '140447.874000', '140447.877000', '140447.879000', '140447.882000', '140447.884000', '140447.887000', '140507.691000', '140507.694000', '140507.697000', '140507.700000', '140507.702000', '140507.705000', '140507.707000', '140507.710000', '140507.713000', '140507.715000', '140507.718000', '140507.720000', '140507.723000', '140507.726000', '140507.728000', '140507.731000', '140507.733000', '140507.736000', '140507.739000', '140507.741000', '140507.744000', '140507.746000', '140507.749000', '140507.756000', '140507.758000', '140507.761000', '140507.763000', '140507.766000', '140507.769000', '140507.771000', '140507.774000', '140507.776000', '140507.779000', '140507.782000', '140507.784000', '140507.787000', '140507.789000', '140507.792000', '140507.794000', '140507.797000', '140507.800000', '140507.802000', '140507.805000', '140507.808000', '140527.690000', '140527.693000', '140527.696000', '140527.699000', '140527.701000', '140527.704000', '140527.706000', '140527.709000', '140527.712000', '140527.714000', '140527.717000', '140527.719000', '140527.725000', '140527.728000', '140527.730000', '140527.733000', '140527.736000', '140527.738000', '140527.741000', '140527.743000', '140527.746000', '140527.748000', '140527.751000', '140527.754000', '140527.756000', '140527.759000', '140527.761000', '140527.764000', '140527.767000', '140527.769000', '140527.772000', '140527.774000', '140527.777000', '140527.780000', '140527.782000', '140527.785000', '140527.788000', '140527.791000', '140527.794000', '140527.796000', '140527.799000', '140527.802000', '140527.805000', '140547.691000', '140547.694000', '140547.696000', '140547.699000', '140547.701000', '140547.704000', '140547.707000', '140547.709000', '140547.712000', '140547.714000', '140547.717000', '140547.719000', '140547.722000', '140547.725000', '140547.727000', '140547.730000', '140547.732000', '140547.735000', '140547.737000', '140547.740000', '140547.743000', '140547.745000', '140547.748000', '140547.750000', '140547.753000', '140547.756000', '140547.758000', '140547.761000', '140547.763000', '140547.766000', '140547.768000', '140547.771000', '140547.774000', '140547.776000', '140547.779000', '140547.781000', '140547.784000', '140547.787000', '140547.789000', '140547.792000', '140547.794000', '140547.797000', '140547.800000', '140547.802000', '140607.690000', '140607.693000', '140607.696000', '140607.698000', '140607.701000', '140607.704000', '140607.706000', '140607.709000', '140607.711000', '140607.714000', '140607.717000', '140607.719000', '140607.722000', '140607.724000', '140607.727000', '140607.730000', '140607.732000', '140607.735000', '140607.737000', '140607.740000', '140607.743000', '140607.745000', '140607.748000', '140607.751000', '140607.753000', '140607.756000', '140607.758000', '140607.761000', '140607.764000', '140607.766000', '140607.769000', '140607.771000', '140607.774000', '140607.777000', '140607.779000', '140607.782000', '140607.784000', '140607.787000', '140607.790000', '140607.792000', '140607.795000', '140607.799000', '140607.801000', '140627.690000', '140627.693000', '140627.696000', '140627.699000', '140627.701000', '140627.704000', '140627.706000', '140627.709000', '140627.711000', '140627.719000', '140627.722000', '140627.724000', '140627.727000', '140627.730000', '140627.732000', '140627.735000', '140627.737000', '140627.740000', '140627.743000', '140627.745000', '140627.748000', '140627.751000', '140627.753000', '140627.756000', '140627.758000', '140627.770000', '140627.773000', '140627.776000', '140627.778000', '140627.781000', '140627.783000', '140627.786000', '140627.789000', '140627.791000', '140627.794000', '140627.797000', '140627.799000', '140627.802000', '140627.804000', '140627.807000', '140627.810000', '140627.812000', '140627.815000', '140627.818000', '140647.692000', '140647.695000', '140647.697000', '140647.700000', '140647.702000', '140647.705000', '140647.707000', '140647.710000', '140647.713000', '140647.715000', '140647.718000', '140647.720000', '140647.723000', '140647.726000', '140647.728000', '140647.731000', '140647.733000', '140647.736000', '140647.739000', '140647.741000', '140647.744000', '140647.747000', '140647.750000', '140647.753000', '140647.756000', '140647.758000', '140647.761000', '140647.764000', '140647.766000', '140647.769000', '140647.771000', '140647.774000', '140647.777000', '140647.779000', '140647.782000', '140647.784000', '140647.787000', '140647.790000', '140647.792000', '140647.795000', '140647.797000', '140647.800000', '140647.803000', '140707.691000', '140707.694000', '140707.697000', '140707.700000', '140707.702000', '140707.705000', '140707.707000', '140707.710000', '140707.712000', '140707.715000', '140707.718000', '140707.720000', '140707.723000', '140707.725000', '140707.728000', '140707.731000', '140707.733000', '140707.736000', '140707.738000', '140707.741000', '140707.743000', '140707.746000', '140707.749000', '140707.751000', '140707.754000', '140707.756000', '140707.759000', '140707.762000', '140707.764000', '140707.779000', '140707.781000', '140707.784000', '140707.787000', '140707.789000', '140707.792000', '140707.794000', '140707.797000', '140707.800000', '140707.802000', '140707.805000', '140707.808000', '140707.810000', '140707.813000', '140707.815000', '140727.692000', '140727.694000', '140727.697000', '140727.700000', '140727.702000', '140727.705000', '140727.707000', '140727.710000', '140727.713000', '140727.715000', '140727.718000', '140727.721000', '140727.723000', '140727.726000', '140727.729000', '140727.731000', '140727.734000', '140727.736000', '140727.739000', '140727.742000', '140727.744000', '140727.747000', '140727.750000', '140727.752000', '140727.755000', '140727.757000', '140727.760000', '140727.763000', '140727.765000', '140727.768000', '140727.771000', '140727.773000', '140727.776000', '140727.778000', '140727.781000', '140727.784000', '140727.786000', '140727.789000', '140727.791000', '140727.794000', '140727.797000', '140727.800000', '140727.802000', '140747.691000', '140747.694000', '140747.696000', '140747.699000', '140747.701000', '140747.707000', '140747.710000', '140747.713000', '140747.715000', '140747.718000', '140747.720000', '140747.723000', '140747.726000', '140747.728000', '140747.731000', '140747.733000', '140747.736000', '140747.739000', '140747.741000', '140747.744000', '140747.746000', '140747.749000', '140747.751000', '140747.754000', '140747.757000', '140747.759000', '140747.762000', '140747.764000', '140747.767000', '140747.770000', '140747.772000', '140747.775000', '140747.777000', '140747.780000', '140747.782000', '140747.785000', '140747.788000', '140747.790000', '140747.793000', '140747.796000', '140747.798000', '140747.801000', '140747.804000', '140747.806000', '140807.690000', '140807.693000', '140807.696000', '140807.699000', '140807.701000', '140807.704000', '140807.706000', '140807.709000', '140807.712000', '140807.714000', '140807.717000', '140807.720000', '140807.722000', '140807.725000', '140807.727000', '140807.730000', '140807.733000', '140807.735000', '140807.738000', '140807.740000', '140807.751000', '140807.754000', '140807.756000', '140807.759000', '140807.762000', '140807.764000', '140807.767000', '140807.769000', '140807.772000', '140807.775000', '140807.777000', '140807.780000', '140807.782000', '140807.785000', '140807.788000', '140807.790000', '140807.793000', '140807.796000', '140807.798000', '140807.801000', '140807.804000', '140807.806000', '140807.809000', '140827.691000', '140827.693000', '140827.696000', '140827.699000', '140827.701000', '140827.704000', '140827.706000', '140827.709000', '140827.712000', '140827.714000', '140827.717000', '140827.720000', '140827.722000', '140827.725000', '140827.727000', '140827.730000', '140827.733000', '140827.735000', '140827.738000', '140827.740000', '140827.743000', '140827.746000', '140827.748000', '140827.751000', '140827.753000', '140827.756000', '140827.759000', '140827.761000', '140827.764000', '140827.766000', '140827.769000', '140827.772000', '140827.774000', '140827.777000', '140827.780000', '140827.782000', '140827.785000', '140827.788000', '140827.790000', '140827.793000', '140827.795000', '140827.798000', '140827.801000', '140827.803000', '140847.691000', '140847.694000', '140847.696000', '140847.699000', '140847.701000', '140847.704000', '140847.707000', '140847.709000', '140847.712000', '140847.714000', '140847.717000', '140847.720000', '140847.722000', '140847.725000', '140847.727000', '140847.730000', '140847.732000', '140847.735000', '140847.738000', '140847.740000', '140847.743000', '140847.746000', '140847.748000', '140847.751000', '140847.753000', '140847.756000', '140847.759000', '140847.761000', '140847.764000', '140847.766000', '140847.769000', '140847.772000', '140847.774000', '140847.777000', '140847.779000', '140847.782000', '140847.785000', '140847.787000', '140847.790000', '140847.792000', '140847.795000', '140847.797000', '140847.800000', '140907.692000', '140907.694000', '140907.697000', '140907.700000', '140907.703000', '140907.705000', '140907.708000', '140907.711000', '140907.713000', '140907.716000', '140907.719000', '140907.722000', '140907.724000', '140907.727000', '140907.729000', '140907.732000', '140907.735000', '140907.738000', '140907.740000', '140907.743000', '140907.746000', '140907.748000', '140907.751000', '140907.754000', '140907.756000', '140907.759000', '140907.762000', '140907.764000', '140907.767000', '140907.770000', '140907.772000', '140907.775000', '140907.778000', '140907.780000', '140907.783000', '140907.786000', '140907.788000', '140907.791000', '140907.794000', '140907.796000', '140907.799000', '140907.801000', '140907.804000', '140907.807000', '140927.692000', '140927.695000', '140927.697000', '140927.700000', '140927.703000', '140927.705000', '140927.708000', '140927.710000', '140927.713000', '140927.715000', '140927.718000', '140927.721000', '140927.723000', '140927.726000', '140927.729000', '140927.731000', '140927.734000', '140927.737000', '140927.740000', '140927.742000', '140927.745000', '140927.747000', '140927.750000', '140927.753000', '140927.755000', '140927.758000', '140927.760000', '140927.763000', '140927.766000', '140927.768000', '140927.771000', '140927.773000', '140927.776000', '140927.779000', '140927.781000', '140927.784000', '140927.786000', '140927.789000', '140927.792000', '140927.794000', '140927.797000', '140927.800000', '140927.802000', '140947.692000', '140947.694000', '140947.697000', '140947.700000', '140947.704000', '140947.706000', '140947.709000', '140947.712000', '140947.714000', '140947.717000', '140947.719000', '140947.722000', '140947.725000', '140947.727000', '140947.730000', '140947.732000', '140947.735000', '140947.738000', '140947.740000', '140947.743000', '140947.745000', '140947.748000', '140947.751000', '140947.753000', '140947.756000', '140947.758000', '140947.761000', '140947.764000', '140947.776000', '140947.779000', '140947.782000', '140947.784000', '140947.787000', '140947.790000', '140947.792000', '140947.795000', '140947.797000', '140947.800000', '140947.803000', '140947.806000', '140947.808000', '140947.811000', '140947.813000', '140947.816000', '141007.691000', '141007.695000', '141007.698000', '141007.701000', '141007.703000', '141007.706000', '141007.708000', '141007.711000', '141007.714000', '141007.716000', '141007.719000', '141007.721000', '141007.724000', '141007.727000', '141007.729000', '141007.732000', '141007.734000', '141007.737000', '141007.740000', '141007.742000', '141007.745000', '141007.747000', '141007.750000', '141007.753000', '141007.755000', '141007.758000', '141007.761000', '141007.764000', '141007.766000', '141007.769000', '141007.772000', '141007.774000', '141007.777000', '141007.779000', '141007.782000', '141007.785000', '141007.787000', '141007.790000', '141007.792000', '141007.795000', '141007.798000', '141007.800000', '141007.803000', '141027.691000', '141027.694000', '141027.696000', '141027.699000', '141027.701000', '141027.704000', '141027.707000', '141027.709000', '141027.712000', '141027.714000', '141027.717000', '141027.720000', '141027.722000', '141027.725000', '141027.728000', '141027.730000', '141027.733000', '141027.735000', '141027.738000', '141027.740000', '141027.743000', '141027.746000', '141027.748000', '141027.751000', '141027.754000', '141027.756000', '141027.759000', '141027.761000', '141027.764000', '141027.767000', '141027.769000', '141027.772000', '141027.775000', '141027.777000', '141027.780000', '141027.783000', '141027.785000', '141027.788000', '141027.790000', '141027.793000', '141027.795000', '141027.798000', '141027.801000', '141027.804000', '141047.691000', '141047.694000', '141047.696000', '141047.699000', '141047.702000', '141047.705000', '141047.707000', '141047.710000', '141047.713000', '141047.715000', '141047.718000', '141047.720000', '141047.723000', '141047.725000', '141047.728000', '141047.731000', '141047.733000', '141047.736000', '141047.738000', '141047.741000', '141047.744000', '141047.746000', '141047.749000', '141047.751000', '141047.754000', '141047.757000', '141047.759000', '141047.762000', '141047.765000', '141047.767000', '141047.770000', '141047.772000', '141047.775000', '141047.778000', '141047.780000', '141047.783000', '141047.786000', '141047.788000', '141047.791000', '141047.793000', '141047.796000', '141047.799000', '141047.801000', '141107.691000', '141107.694000', '141107.696000', '141107.699000', '141107.702000', '141107.704000', '141107.707000', '141107.709000', '141107.712000', '141107.714000', '141107.717000', '141107.720000', '141107.722000', '141107.725000', '141107.728000', '141107.731000', '141107.733000', '141107.736000', '141107.740000', '141107.743000', '141107.746000', '141107.748000', '141107.751000', '141107.753000', '141107.756000', '141107.759000', '141107.761000', '141107.764000', '141107.766000', '141107.769000', '141107.772000', '141107.774000', '141107.777000', '141107.779000', '141107.782000', '141107.785000', '141107.787000', '141107.790000', '141107.793000', '141107.796000', '141107.798000', '141107.801000', '141107.804000', '141127.692000', '141127.694000', '141127.697000', '141127.700000', '141127.702000', '141127.705000', '141127.708000', '141127.710000', '141127.713000', '141127.715000', '141127.718000', '141127.721000', '141127.723000', '141127.726000', '141127.729000', '141127.731000', '141127.734000', '141127.736000', '141127.739000', '141127.742000', '141127.744000', '141127.747000', '141127.749000', '141127.752000', '141127.755000', '141127.757000', '141127.760000', '141127.763000', '141127.765000', '141127.768000', '141127.771000', '141127.773000', '141127.776000', '141127.778000', '141127.781000', '141127.783000', '141127.786000', '141127.789000', '141127.791000', '141127.794000', '141127.796000', '141127.799000', '141127.802000', '141127.804000', '141147.692000', '141147.694000', '141147.697000', '141147.700000', '141147.702000', '141147.705000', '141147.708000', '141147.710000', '141147.713000', '141147.716000', '141147.718000', '141147.721000', '141147.724000', '141147.726000', '141147.729000', '141147.731000', '141147.734000', '141147.736000', '141147.739000', '141147.742000', '141147.744000', '141147.747000', '141147.749000', '141147.752000', '141147.755000', '141147.757000', '141147.760000', '141147.763000', '141147.766000', '141147.769000', '141147.772000', '141147.775000', '141147.777000', '141147.780000', '141147.783000', '141147.785000', '141147.788000', '141147.790000', '141147.793000', '141147.796000', '141147.798000', '141147.801000', '141147.803000', '141207.692000', '141207.694000', '141207.697000', '141207.700000', '141207.702000', '141207.705000', '141207.708000', '141207.710000', '141207.713000', '141207.715000', '141207.718000', '141207.721000', '141207.723000', '141207.726000', '141207.728000', '141207.736000', '141207.738000', '141207.741000', '141207.743000', '141207.746000', '141207.749000', '141207.751000', '141207.754000', '141207.757000', '141207.759000', '141207.762000', '141207.765000', '141207.768000', '141207.770000', '141207.773000', '141207.775000', '141207.778000', '141207.781000', '141207.783000', '141207.786000', '141207.788000', '141207.791000', '141207.794000', '141207.796000', '141207.799000', '141207.801000', '141207.804000', '141207.807000', '141207.809000', '141227.691000', '141227.694000', '141227.696000', '141227.699000', '141227.701000', '141227.704000', '141227.707000', '141227.709000', '141227.712000', '141227.714000', '141227.717000', '141227.719000', '141227.722000', '141227.725000', '141227.727000', '141227.730000', '141227.733000', '141227.735000', '141227.738000', '141227.741000', '141227.743000', '141227.746000', '141227.749000', '141227.751000', '141227.754000', '141227.757000', '141227.759000', '141227.762000', '141227.765000', '141227.767000', '141227.770000', '141227.772000', '141227.775000', '141227.778000', '141227.782000', '141227.785000', '141227.788000', '141227.791000', '141227.794000', '141227.797000', '141227.800000', '141227.802000', '141227.805000', '141247.691000', '141247.693000', '141247.696000', '141247.699000', '141247.701000', '141247.704000', '141247.707000', '141247.709000', '141247.712000', '141247.714000', '141247.717000', '141247.720000', '141247.722000', '141247.725000', '141247.727000', '141247.730000', '141247.733000', '141247.735000', '141247.738000', '141247.740000', '141247.743000', '141247.746000', '141247.748000', '141247.751000', '141247.754000', '141247.756000', '141247.759000', '141247.761000', '141247.764000', '141247.767000', '141247.769000', '141247.772000', '141247.774000', '141247.777000', '141247.780000', '141247.782000', '141247.785000', '141247.787000', '141247.790000', '141247.792000', '141247.795000', '141247.798000', '141247.800000', '141247.803000', '141307.691000', '141307.693000', '141307.696000', '141307.699000', '141307.701000', '141307.704000', '141307.706000', '141307.709000', '141307.712000', '141307.714000', '141307.717000', '141307.719000', '141307.722000', '141307.724000', '141307.727000', '141307.730000', '141307.733000', '141307.735000', '141307.738000', '141307.740000', '141307.743000', '141307.745000', '141307.748000', '141307.751000', '141307.758000', '141307.760000', '141307.763000', '141307.766000', '141307.769000', '141307.771000', '141307.774000', '141307.777000', '141307.780000', '141307.782000', '141307.785000', '141307.788000', '141307.790000', '141307.793000', '141307.796000', '141307.798000', '141307.801000', '141307.804000', '141307.806000', '141327.691000', '141327.694000', '141327.696000', '141327.699000', '141327.701000', '141327.704000', '141327.707000', '141327.709000', '141327.712000', '141327.715000', '141327.717000', '141327.720000', '141327.722000', '141327.725000', '141327.728000', '141327.730000', '141327.733000', '141327.735000', '141327.738000', '141327.741000', '141327.743000', '141327.746000', '141327.749000', '141327.751000', '141327.754000', '141327.757000', '141327.759000', '141327.762000', '141327.765000', '141327.767000', '141327.770000', '141327.773000', '141327.775000', '141327.778000', '141327.781000', '141327.783000', '141327.786000', '141327.788000', '141327.791000', '141327.794000', '141327.796000', '141327.799000', '141327.802000', '141327.804000', '141347.692000', '141347.695000', '141347.697000', '141347.700000', '141347.702000', '141347.705000', '141347.708000', '141347.710000', '141347.713000', '141347.716000', '141347.718000', '141347.721000', '141347.723000', '141347.726000', '141347.729000', '141347.731000', '141347.734000', '141347.736000', '141347.739000', '141347.742000', '141347.744000', '141347.747000', '141347.750000', '141347.752000', '141347.755000', '141347.757000', '141347.760000', '141347.762000', '141347.765000', '141347.768000', '141347.770000', '141347.773000', '141347.776000', '141347.778000', '141347.782000', '141347.785000', '141347.788000', '141347.791000', '141347.793000', '141347.796000', '141347.799000', '141347.801000', '141347.804000', '141407.692000', '141407.695000', '141407.697000', '141407.700000', '141407.703000', '141407.705000', '141407.708000', '141407.711000', '141407.713000', '141407.716000', '141407.719000', '141407.721000', '141407.724000', '141407.727000', '141407.729000', '141407.732000', '141407.735000', '141407.737000', '141407.740000', '141407.742000', '141407.745000', '141407.748000', '141407.750000', '141407.753000', '141407.756000', '141407.758000', '141407.761000', '141407.764000', '141407.766000', '141407.769000', '141407.772000', '141407.774000', '141407.777000', '141407.780000', '141407.782000', '141407.785000', '141407.788000', '141407.791000', '141407.793000', '141407.796000', '141407.799000', '141407.801000', '141407.804000', '141407.807000', '141427.692000', '141427.695000', '141427.697000', '141427.700000', '141427.703000', '141427.705000', '141427.708000', '141427.711000', '141427.713000', '141427.716000', '141427.718000', '141427.721000', '141427.724000', '141427.726000', '141427.729000', '141427.731000', '141427.734000', '141427.737000', '141427.739000', '141427.742000', '141427.745000', '141427.747000', '141427.750000', '141427.752000', '141427.755000', '141427.757000', '141427.760000', '141427.763000', '141427.765000', '141427.768000', '141427.771000', '141427.774000', '141427.777000', '141427.780000', '141427.782000', '141427.785000', '141427.788000', '141427.790000', '141427.793000', '141427.796000', '141427.798000', '141427.801000', '141427.804000', '141447.691000', '141447.694000', '141447.696000', '141447.699000', '141447.702000', '141447.704000', '141447.707000', '141447.709000', '141447.712000', '141447.715000', '141447.717000', '141447.720000', '141447.723000', '141447.725000', '141447.728000', '141447.730000', '141447.733000', '141447.736000', '141447.738000', '141447.741000', '141447.744000', '141447.746000', '141447.749000', '141447.751000', '141447.754000', '141447.757000', '141447.759000', '141447.762000', '141447.764000', '141447.767000', '141447.770000', '141447.772000', '141447.787000', '141447.789000', '141447.792000', '141447.795000', '141447.797000', '141447.800000', '141447.803000', '141447.805000', '141447.808000', '141447.811000', '141447.813000', '141447.816000', '141454.920000', '141454.923000', '141454.926000', '141454.928000', '141454.931000', '141454.934000', '141454.936000', '141454.939000', '141454.942000', '141454.944000', '141454.947000', '141454.950000', '141454.953000', '141454.955000', '141454.958000', '141454.961000'], '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': [9798, 10124, 10778, 9732, 9263, 7239, 7225, 6411, 7405, 9417, 7353, 10742, 6705, 11081, 6794, 11555, 7594, 11864, 7838, 11491, 7147, 9726, 6509, 8893, 6320, 8830, 6448, 8706, 7152, 7691, 6622, 7050, 8931, 6772, 9465, 6578, 10234, 6694, 9858, 6627, 10918, 7799, 10713, 6777, 9597, 6555, 10124, 6508, 10162, 6768, 10713, 7425, 10145, 6995, 9687, 6638, 9815, 6537, 10448, 7126, 11749, 7871, 12270, 7161, 10518, 6671, 10729, 6621, 10983, 6776, 11733, 8309, 11980, 7197, 11218, 6838, 10440, 6609, 9243, 6775, 9730, 6695, 8809, 7827, 8879, 10052, 8489, 9285, 7316, 7855, 6670, 7253, 6505, 7540, 8003, 9572, 7632, 8858, 6717, 7179, 6348, 6990, 6523, 9489, 7432, 11072, 7494, 9036, 6516, 8827, 6557, 8680, 6563, 9551, 7421, 10800, 8035, 11925, 7938, 9256, 6475, 8546, 6732, 9701, 7560, 11770, 7899, 9691, 6664, 7941, 6386, 8178, 6383, 9672, 6807, 11125, 7782, 11422, 6677, 10406, 6617, 10415, 6501, 10798, 7205, 12005, 8113, 10554, 6909, 11005, 6705, 11356, 6609, 11503, 7993, 12250, 8126, 11488, 6808, 10396, 6711, 10975, 6819, 10794, 6530, 10686, 7215, 11982, 9221, 12196, 7912, 11465, 6541, 10185, 6473, 10271, 6476, 10504, 7345, 11955, 9016, 13543, 7474, 11719, 6742, 8836, 6694, 8047, 6587, 8239, 6399, 9961, 6742, 8104, 6435, 7755, 6516, 7134, 6596, 6925, 9407, 6841, 10893, 6541, 11959, 6372, 11887, 6534, 10858, 6664, 10483, 6507, 10213, 6380, 9724, 6452, 8721, 6509, 8065, 6385, 7877, 6726, 8759, 6581, 11382, 6377, 8220, 6454, 8185, 6598, 8566, 6854, 11138, 6629, 8365, 6585, 10231, 6967, 12468, 7866, 9808, 6704, 8946, 6728, 11576, 6611, 11299, 6659, 11356, 6784, 11417, 7450, 11673, 7407, 9753, 6794, 8027, 8043, 7392, 11797, 7599, 13197, 9918, 13941, 9105, 11100, 7025, 8885, 6487, 11486, 6646, 10545, 6537, 11267, 6900, 10887, 6447, 9901, 6575, 9547, 6577, 9645, 6460, 9739, 6402, 10838, 6557, 9912, 6689, 9355, 6676, 9176, 6739, 10448, 6714, 12667, 7853, 11040, 6741, 9033, 6663, 9674, 6724, 9988, 6540, 10806, 6851, 11318, 6633, 10978, 6778, 11121, 6539, 11306, 6473, 11503, 7992, 12654, 6672, 10069, 6582, 9618, 6602, 10597, 7357, 10290, 9628, 9265, 8665, 6574, 7507, 6609, 7313, 7368, 8525, 8331, 11479, 8466, 9575, 6347, 9028, 6447, 9352, 6608, 9531, 6616, 9337, 7025, 10828, 7384, 10759, 8236, 13997, 10810, 11134, 6470, 11328, 6494, 10263, 6555, 9528, 6383, 9236, 6431, 9229, 6438, 9708, 7545, 11959, 7587, 10126, 7720, 10229, 7784, 9120, 8742, 8318, 9641, 9167, 10942, 11266, 10501, 8393, 8077, 6890, 10959, 6912, 11384, 6768, 10907, 7375, 11743, 8512, 10454, 6726, 10141, 6686, 10744, 6646, 10227, 6753, 11558, 8405, 10875, 6867, 9830, 6371, 9827, 6664, 10882, 7833, 12677, 8411, 10075, 6884, 9050, 6443, 8552, 6604, 7501, 6758, 7814, 6764, 7791, 7665, 9357, 8951, 11314, 9672, 11285, 8503, 9252, 7020, 7242, 6638, 7644, 7053, 7553, 6555, 6971, 6634, 7887, 6479, 10511, 7126, 11518, 7140, 11254, 7254, 9049, 7472, 6404, 6566, 6350, 7975, 6840, 7287, 7332, 8829, 11873, 10388, 8971, 8960, 15145, 11130, 8944, 8645, 7388, 8005, 7353, 9087, 7298, 9953, 7298, 11921, 7584, 12255, 7080, 9671, 6963, 8472, 6841, 8712, 6982, 7792, 6546, 7373, 7153, 7077, 8249, 6731, 10739, 6743, 11163, 6620, 10788, 6627, 10468, 6744, 8953, 6686, 8571, 6641, 7999, 6668, 8250, 6626, 7818, 6474, 7222, 6582, 7105, 6527, 10704, 6924, 12349, 7158, 8569, 7840, 6544, 7959, 6701, 10097, 7403, 10039, 8746, 9404, 10188, 8883, 12875, 9499, 12647, 7436, 10269, 7251, 7008, 8225, 6760, 11207, 6893, 10944, 6624, 9474, 7201, 7673, 9636, 6767, 11477, 6950, 11069, 6726, 10464, 6779, 9545, 6773, 8383, 6938, 10164, 9349, 10015, 7321, 6812, 6585, 6718, 10563, 6729, 10459, 6620, 10472, 6749, 10774, 6841, 11029, 6945, 10998, 7119, 12282, 8963, 13983, 8055, 12526, 7172, 10626, 7184, 9095, 7439, 8607, 6887, 8713, 6717, 10000, 8250, 10744, 8534, 8061, 9862, 6800, 11810, 6920, 11305, 7211, 11225, 7731, 12116, 7497, 10322, 6700, 9535, 6704, 10192, 6682, 9891, 6813, 11080, 6864, 10344, 6823, 7400, 6785, 8005, 6769, 8848, 6988, 11043, 7465, 9740, 7002, 7368, 6725, 6978, 6662, 7086, 6920, 7469, 6833, 9185, 7273, 11892, 7045, 9735, 6746, 9121, 7051, 8153, 6696, 8030, 7004, 8103, 7936, 7567, 8391, 7253, 8376, 8212, 8721, 7799, 7868, 6644, 8773, 7144, 10088, 8047, 9665, 6862, 9226, 6790, 10426, 6755, 10798, 7368, 11009, 7876, 9745, 6726, 10182, 6856, 10634, 6640, 10640, 6806, 10761, 6909, 10678, 7000, 11180, 7290, 10805, 7017, 10960, 6904, 10718, 6724, 10708, 6976, 11279, 7457, 11504, 6633, 9261, 6718, 9877, 6702, 10440, 6840, 11329, 7516, 9322, 6667, 9321, 7076, 9998, 6728, 11060, 7441, 11222, 9217, 10252, 7760, 7047, 6871, 6852, 6572, 9562, 6510, 10718, 8201, 10755, 6886, 11465, 7037, 11179, 7294, 10991, 7249, 11168, 7321, 11523, 8301, 12678, 7886, 9800, 6513, 8477, 6718, 9853, 6663, 10795, 8750, 10753, 8537, 9966, 7093, 10428, 6500, 10580, 6644, 10040, 6639, 11023, 7010, 11800, 7044, 9785, 6731, 8173, 6523, 7809, 7174, 7402, 8549, 7187, 10737, 7201, 10892, 8704, 11000, 8606, 9216, 6624, 7238, 6727, 9716, 7035, 10444, 6667, 10753, 7134, 10856, 6923, 11423, 6990, 11056, 7161, 11148, 7249, 11310, 7317, 11501, 7274, 11001, 6694, 10494, 6648, 10584, 6656, 10964, 7566, 10447, 7308, 8829, 6658, 8114, 6686, 8972, 6642, 8642, 8611, 8428, 7743, 6656, 6913, 6520, 8357, 6962, 9031, 7110, 11508, 7385, 11362, 6720, 10619, 6891, 11092, 6813, 10971, 7331, 11707, 7611, 11638, 7080, 11144, 7379, 11423, 7513, 10844, 9112, 9331, 7265, 6538, 6665, 6769, 7130, 8078, 9046, 8178, 9928, 7154, 7567, 6877, 7549, 7210, 8608, 8541, 9742, 9081, 10176, 7109, 7025, 6587, 6988, 7005, 8184, 8241, 9140, 8360, 8222, 7592, 7600, 8459, 7570, 9375, 7947, 10055, 8129, 10110, 7393, 11580, 7067, 11074, 7137, 11265, 7721, 12107, 7522, 9682, 6705, 9192, 6704, 9501, 6671, 10579, 6748, 10673, 6654, 10110, 6562, 10147, 6699, 10260, 6917, 11750, 7385, 10707, 6540, 9105, 6803, 9276, 6842, 9866, 6744, 11233, 6860, 10965, 6717, 9453, 6674, 9624, 6975, 11388, 7388, 11481, 6717, 10847, 6915, 11208, 7037, 11240, 7250, 11507, 7690, 9907, 6931, 9701, 6773, 10298, 7043, 10080, 7862, 7744, 7004, 6836, 7207, 7616, 7542, 7178, 8580, 7208, 11451, 7091, 9877, 6953, 9020, 6901, 10118, 6980, 10683, 7042, 11650, 7896, 10966, 7083, 10786, 6726, 10549, 6769, 10500, 7056, 11871, 7483, 10260, 6724, 8481, 6656, 8825, 6953, 9757, 7283, 10971, 6925, 8333, 6806, 7391, 7129, 8058, 7783, 9881, 7558, 8396, 6992, 6921, 6820, 7363, 7713, 8930, 8413, 9097, 7433, 7319, 7879, 6870, 9970, 8323, 11001, 9327, 9345, 6821, 7919, 6768, 10395, 6900, 10233, 7180, 8628, 9342, 7095, 8997, 6861, 8552, 6631, 9697, 6819, 10806, 6962, 11772, 7563, 11170, 6606, 9901, 6622, 8954, 6850, 9530, 6697, 9884, 6691, 7852, 6785, 7941, 6716, 8341, 6566, 10236, 6691, 10946, 6768, 10216, 6471, 9779, 6567, 9640, 6550, 9541, 6538, 10391, 6750, 11162, 7453, 10650, 6757, 10463, 6873, 10840, 6798, 10689, 6665, 10394, 6852, 9870, 6773, 9917, 7056, 10687, 7017, 9500, 6818, 9011, 6956, 9863, 6835, 10427, 7691, 11261, 7400, 10856, 6890, 11605, 7210, 11412, 8901, 10191, 9019, 8531, 6877, 8747, 6882, 9501, 7442, 9687, 9580, 10026, 10107, 9496, 7058, 6302, 6749, 7483, 6689, 8853, 8410, 8864, 9409, 8634, 7525, 8414, 6541, 10716, 6480, 11210, 9178, 11509, 7395, 10710, 6559, 10574, 6566, 10625, 6652, 10962, 8637, 10960, 6862, 10650, 6896, 10896, 6662, 8747, 6662, 9427, 6610, 11135, 9595, 12501, 8026, 8852, 6766, 9738, 6693, 10362, 6633, 10580, 9049, 10955, 8509, 8871, 6628, 7057, 6923, 10670, 6778, 11199, 8207, 11475, 8272, 11529, 7267, 10802, 6884, 10504, 6934, 11147, 7248, 11636, 8989, 12610, 7626, 9843, 6640, 9417, 6772, 9038, 6677, 9192, 6626, 11519, 7873, 11304, 6845, 7417, 6820, 7156, 6916, 7953, 6794, 8657, 6622, 11445, 7756, 12457, 7172, 9393, 6672, 9882, 6798, 10049, 6535, 11055, 7380, 11805, 6848, 9217, 6643, 8812, 6573, 8488, 6586, 8540, 6821, 8645, 6631, 8499, 6570, 8571, 6656, 8873, 6688, 8605, 6819, 10566, 6762, 10773, 6517, 10590, 6756, 10504, 6628, 10474, 6797, 10931, 7693, 10865, 6634, 9704, 6874, 9739, 6829, 9972, 7165, 10779, 7202, 10491, 6945, 8442, 6771, 8119, 7134, 8878, 9077, 8822, 10130, 6654, 11245, 6755, 11169, 7075, 11329, 7163, 11975, 6759, 8234, 6800, 7081, 7777, 7805, 9307, 7671, 11362, 6682, 11006, 6712, 11054, 6810, 10521, 7276, 9490, 7289, 8979, 7336, 8304, 7398, 7319, 6876, 6815, 6681, 8578, 7757, 9653, 7234, 6826, 6358, 6783, 6789, 6711, 9916, 8885, 10315, 8861, 9269, 6664, 8965, 6775, 10332, 6742, 10710, 6943, 10825, 6751, 10638, 6831, 9808, 7216, 11308, 7223, 8974, 6723, 7637, 6923, 7578, 7948, 9304, 9370, 10376, 8918, 7012, 7771, 6565, 10722, 6568, 10934, 7010, 10864, 6886, 11038, 6590, 10656, 6680, 10231, 6986, 10926, 6920, 9600, 6837, 8249, 7055, 8049, 7069, 7866, 7184, 9273, 7717, 11982, 8620, 13554, 8306, 10564, 7237, 9949], 'WindowCenter': [4111.0, 4096.0, 4106.0, 4081.0, 4070.0, 4049.0, 4048.0, 4026.0, 4037.0, 4054.0, 4035.0, 4075.0, 4025.0, 4075.0, 4025.0, 4074.0, 4044.0, 4074.0, 4033.0, 4073.0, 4023.0, 4053.0, 4013.0, 4043.0, 4012.0, 4052.0, 4011.0, 4055.0, 4036.0, 4060.0, 4036.0, 4048.0, 4051.0, 4039.0, 4081.0, 4037.0, 4063.0, 4024.0, 4078.0, 4037.0, 4104.0, 4073.0, 4077.0, 4037.0, 4064.0, 4025.0, 4077.0, 4026.0, 4077.0, 4038.0, 4078.0, 4050.0, 4079.0, 4039.0, 4069.0, 4037.0, 4066.0, 4042.0, 4089.0, 4049.0, 4090.0, 4059.0, 4100.0, 4049.0, 4078.0, 4037.0, 4076.0, 4037.0, 4077.0, 4038.0, 4099.0, 4060.0, 4099.0, 4038.0, 4088.0, 4038.0, 4090.0, 4037.0, 4066.0, 4037.0, 4066.0, 4038.0, 4067.0, 4046.0, 4066.0, 4079.0, 4057.0, 4067.0, 4046.0, 4047.0, 4024.0, 4034.0, 4014.0, 4047.0, 4046.0, 4067.0, 4046.0, 4069.0, 4036.0, 4036.0, 4024.0, 4024.0, 4014.0, 4067.0, 4047.0, 4090.0, 4048.0, 4070.0, 4028.0, 4069.0, 4025.0, 4056.0, 4024.0, 4067.0, 4036.0, 4078.0, 4047.0, 4090.0, 4058.0, 4068.0, 4014.0, 4054.0, 4023.0, 4065.0, 4046.0, 4087.0, 4046.0, 4066.0, 4025.0, 4045.0, 4025.0, 4044.0, 4014.0, 4065.0, 4037.0, 4088.0, 4048.0, 4089.0, 4038.0, 4078.0, 4037.0, 4076.0, 4027.0, 4076.0, 4048.0, 4088.0, 4060.0, 4078.0, 4038.0, 4087.0, 4037.0, 4075.0, 4026.0, 4075.0, 4048.0, 4086.0, 4046.0, 4086.0, 4026.0, 4065.0, 4024.0, 4074.0, 4024.0, 4075.0, 4014.0, 4076.0, 4036.0, 4086.0, 4067.0, 4088.0, 4058.0, 4087.0, 4026.0, 4064.0, 4014.0, 4066.0, 4025.0, 4076.0, 4048.0, 4087.0, 4068.0, 4099.0, 4038.0, 4086.0, 4024.0, 4054.0, 4013.0, 4043.0, 4024.0, 4046.0, 4016.0, 4068.0, 4036.0, 4047.0, 4015.0, 4034.0, 4013.0, 4023.0, 4013.0, 4025.0, 4055.0, 4041.0, 4089.0, 4027.0, 4087.0, 4015.0, 4086.0, 4026.0, 4076.0, 4026.0, 4065.0, 4015.0, 4067.0, 4028.0, 4069.0, 4027.0, 4059.0, 4027.0, 4046.0, 4016.0, 4046.0, 4027.0, 4070.0, 4039.0, 4090.0, 4029.0, 4058.0, 4027.0, 4058.0, 4028.0, 4059.0, 4040.0, 4091.0, 4041.0, 4061.0, 4041.0, 4081.0, 4052.0, 4101.0, 4063.0, 4093.0, 4052.0, 4082.0, 4053.0, 4102.0, 4053.0, 4116.0, 4054.0, 4104.0, 4054.0, 4104.0, 4063.0, 4103.0, 4050.0, 4070.0, 4026.0, 4049.0, 4048.0, 4049.0, 4089.0, 4050.0, 4099.0, 4081.0, 4110.0, 4070.0, 4089.0, 4037.0, 4057.0, 4017.0, 4077.0, 4028.0, 4078.0, 4029.0, 4090.0, 4041.0, 4090.0, 4030.0, 4078.0, 4028.0, 4068.0, 4027.0, 4068.0, 4028.0, 4069.0, 4029.0, 4090.0, 4030.0, 4081.0, 4028.0, 4068.0, 4039.0, 4069.0, 4028.0, 4080.0, 4030.0, 4102.0, 4061.0, 4092.0, 4041.0, 4070.0, 4040.0, 4068.0, 4028.0, 4079.0, 4030.0, 4091.0, 4042.0, 4103.0, 4042.0, 4092.0, 4041.0, 4090.0, 4029.0, 4090.0, 4031.0, 4102.0, 4064.0, 4112.0, 4053.0, 4094.0, 4055.0, 4082.0, 4041.0, 4080.0, 4051.0, 4081.0, 4083.0, 4072.0, 4073.0, 4041.0, 4052.0, 4039.0, 4039.0, 4037.0, 4061.0, 4061.0, 4104.0, 4061.0, 4083.0, 4032.0, 4072.0, 4029.0, 4070.0, 4030.0, 4072.0, 4041.0, 4083.0, 4070.0, 4108.0, 4053.0, 4095.0, 4062.0, 4115.0, 4093.0, 4094.0, 4030.0, 4080.0, 4029.0, 4080.0, 4030.0, 4072.0, 4032.0, 4083.0, 4033.0, 4085.0, 4043.0, 4084.0, 4052.0, 4093.0, 4050.0, 4070.0, 4038.0, 4068.0, 4036.0, 4058.0, 4046.0, 4047.0, 4055.0, 4057.0, 4065.0, 4068.0, 4065.0, 4035.0, 4033.0, 4012.0, 4051.0, 4012.0, 4063.0, 4013.0, 4054.0, 4024.0, 4075.0, 4047.0, 4064.0, 4014.0, 4054.0, 4013.0, 4064.0, 4014.0, 4054.0, 4014.0, 4076.0, 4047.0, 4077.0, 4016.0, 4066.0, 4014.0, 4054.0, 4013.0, 4066.0, 4036.0, 4088.0, 4048.0, 4068.0, 4026.0, 4045.0, 4003.0, 4033.0, 4012.0, 4024.0, 4013.0, 4036.0, 4014.0, 4037.0, 4035.0, 4057.0, 4045.0, 4078.0, 4055.0, 4077.0, 4046.0, 4056.0, 4025.0, 4036.0, 4053.0, 4049.0, 4027.0, 4048.0, 4032.0, 4039.0, 4028.0, 4049.0, 4013.0, 4077.0, 4037.0, 4091.0, 4039.0, 4104.0, 4063.0, 4072.0, 4052.0, 4018.0, 4040.0, 4030.0, 4050.0, 4042.0, 4052.0, 4038.0, 4085.0, 4104.0, 4082.0, 4057.0, 4059.0, 4101.0, 4081.0, 4059.0, 4048.0, 4037.0, 4048.0, 4026.0, 4046.0, 4025.0, 4055.0, 4026.0, 4078.0, 4037.0, 4089.0, 4027.0, 4068.0, 4026.0, 4045.0, 4013.0, 4044.0, 4013.0, 4025.0, 4004.0, 4025.0, 4026.0, 4026.0, 4045.0, 4015.0, 4064.0, 4014.0, 4064.0, 4014.0, 4065.0, 4014.0, 4065.0, 4013.0, 4044.0, 4013.0, 4045.0, 4014.0, 4035.0, 4015.0, 4036.0, 4014.0, 4036.0, 4018.0, 4066.0, 4047.0, 4026.0, 4019.0, 4080.0, 4039.0, 4102.0, 4054.0, 4074.0, 4063.0, 4030.0, 4061.0, 4031.0, 4081.0, 4054.0, 4084.0, 4075.0, 4086.0, 4108.0, 4086.0, 4118.0, 4085.0, 4115.0, 4052.0, 4082.0, 4038.0, 4028.0, 4047.0, 4028.0, 4079.0, 4039.0, 4081.0, 4030.0, 4070.0, 4027.0, 4026.0, 4044.0, 4003.0, 4064.0, 4014.0, 4064.0, 4015.0, 4065.0, 4015.0, 4056.0, 4014.0, 4034.0, 4012.0, 4066.0, 4045.0, 4056.0, 4025.0, 4016.0, 4014.0, 4015.0, 4064.0, 4015.0, 4064.0, 4016.0, 4067.0, 4028.0, 4092.0, 4046.0, 4080.0, 4026.0, 4077.0, 4026.0, 4090.0, 4060.0, 4111.0, 4050.0, 4100.0, 4038.0, 4077.0, 4027.0, 4056.0, 4038.0, 4058.0, 4029.0, 4061.0, 4029.0, 4070.0, 4048.0, 4079.0, 4044.0, 4035.0, 4042.0, 4002.0, 4061.0, 4012.0, 4063.0, 4023.0, 4063.0, 4024.0, 4074.0, 4023.0, 4053.0, 3999.0, 4039.0, 3999.0, 4052.0, 4001.0, 4053.0, 4002.0, 4065.0, 4013.0, 4065.0, 4002.0, 4011.0, 4001.0, 4022.0, 4002.0, 4045.0, 4025.0, 4077.0, 4026.0, 4068.0, 4026.0, 4026.0, 4013.0, 4025.0, 4014.0, 4025.0, 4026.0, 4038.0, 4027.0, 4069.0, 4038.0, 4091.0, 4029.0, 4069.0, 4016.0, 4057.0, 4015.0, 4036.0, 4014.0, 4036.0, 4025.0, 4037.0, 4036.0, 4036.0, 4034.0, 4024.0, 4033.0, 4034.0, 4044.0, 4035.0, 4034.0, 4015.0, 4044.0, 4025.0, 4066.0, 4036.0, 4056.0, 4017.0, 4056.0, 4016.0, 4065.0, 4015.0, 4066.0, 4038.0, 4078.0, 4050.0, 4068.0, 4029.0, 4068.0, 4016.0, 4067.0, 4017.0, 4067.0, 4027.0, 4078.0, 4027.0, 4068.0, 4027.0, 4078.0, 4038.0, 4077.0, 4026.0, 4065.0, 4025.0, 4066.0, 4015.0, 4067.0, 4026.0, 4076.0, 4027.0, 4078.0, 4028.0, 4057.0, 4017.0, 4057.0, 4016.0, 4068.0, 4029.0, 4080.0, 4041.0, 4071.0, 4030.0, 4059.0, 4029.0, 4068.0, 4029.0, 4078.0, 4040.0, 4080.0, 4072.0, 4081.0, 4052.0, 4040.0, 4030.0, 4028.0, 4029.0, 4068.0, 4020.0, 4079.0, 4062.0, 4092.0, 4041.0, 4091.0, 4040.0, 4079.0, 4028.0, 4068.0, 4027.0, 4077.0, 4038.0, 4078.0, 4050.0, 4101.0, 4051.0, 4070.0, 4020.0, 4048.0, 4027.0, 4068.0, 4029.0, 4079.0, 4063.0, 4092.0, 4063.0, 4082.0, 4041.0, 4079.0, 4016.0, 4066.0, 4016.0, 4057.0, 4017.0, 4079.0, 4028.0, 4090.0, 4028.0, 4068.0, 4014.0, 4034.0, 4001.0, 4024.0, 4013.0, 4025.0, 4045.0, 4026.0, 4066.0, 4026.0, 4065.0, 4045.0, 4064.0, 4046.0, 4054.0, 4014.0, 4024.0, 4015.0, 4055.0, 4027.0, 4067.0, 4028.0, 4078.0, 4029.0, 4079.0, 4029.0, 4077.0, 4027.0, 4066.0, 4025.0, 4065.0, 4026.0, 4066.0, 4027.0, 4077.0, 4027.0, 4066.0, 4016.0, 4065.0, 4015.0, 4065.0, 4016.0, 4067.0, 4038.0, 4068.0, 4039.0, 4058.0, 4028.0, 4037.0, 4017.0, 4046.0, 4018.0, 4049.0, 4062.0, 4049.0, 4052.0, 4031.0, 4041.0, 4018.0, 4049.0, 4027.0, 4059.0, 4040.0, 4091.0, 4042.0, 4093.0, 4031.0, 4081.0, 4030.0, 4079.0, 4028.0, 4080.0, 4041.0, 4091.0, 4052.0, 4090.0, 4031.0, 4080.0, 4040.0, 4079.0, 4039.0, 4079.0, 4061.0, 4060.0, 4041.0, 4019.0, 4029.0, 4018.0, 4030.0, 4039.0, 4060.0, 4049.0, 4072.0, 4040.0, 4052.0, 4030.0, 4040.0, 4028.0, 4049.0, 4049.0, 4071.0, 4059.0, 4083.0, 4031.0, 4041.0, 4029.0, 4028.0, 4027.0, 4049.0, 4048.0, 4061.0, 4049.0, 4051.0, 4039.0, 4040.0, 4047.0, 4038.0, 4046.0, 4036.0, 4056.0, 4038.0, 4057.0, 4026.0, 4067.0, 4017.0, 4066.0, 4016.0, 4066.0, 4025.0, 4076.0, 4027.0, 4056.0, 4016.0, 4046.0, 4015.0, 4057.0, 4017.0, 4067.0, 4028.0, 4080.0, 4029.0, 4070.0, 4018.0, 4069.0, 4018.0, 4069.0, 4030.0, 4091.0, 4040.0, 4081.0, 4020.0, 4060.0, 4017.0, 4057.0, 4018.0, 4069.0, 4029.0, 4080.0, 4030.0, 4082.0, 4031.0, 4070.0, 4018.0, 4058.0, 4029.0, 4081.0, 4041.0, 4092.0, 4032.0, 4082.0, 4042.0, 4080.0, 4031.0, 4079.0, 4040.0, 4080.0, 4041.0, 4069.0, 4030.0, 4059.0, 4029.0, 4067.0, 4028.0, 4068.0, 4049.0, 4038.0, 4029.0, 4017.0, 4040.0, 4039.0, 4040.0, 4029.0, 4061.0, 4041.0, 4093.0, 4041.0, 4083.0, 4042.0, 4072.0, 4040.0, 4082.0, 4042.0, 4083.0, 4044.0, 4094.0, 4065.0, 4095.0, 4043.0, 4081.0, 4031.0, 4069.0, 4029.0, 4081.0, 4031.0, 4093.0, 4041.0, 4083.0, 4029.0, 4060.0, 4016.0, 4048.0, 4016.0, 4060.0, 4028.0, 4081.0, 4029.0, 4050.0, 4030.0, 4028.0, 4014.0, 4036.0, 4036.0, 4069.0, 4037.0, 4050.0, 4028.0, 4029.0, 4017.0, 4037.0, 4037.0, 4059.0, 4049.0, 4061.0, 4028.0, 4040.0, 4038.0, 4018.0, 4056.0, 4049.0, 4067.0, 4060.0, 4058.0, 4017.0, 4037.0, 4018.0, 4066.0, 4026.0, 4067.0, 4027.0, 4047.0, 4070.0, 4040.0, 4073.0, 4032.0, 4062.0, 4030.0, 4071.0, 4030.0, 4082.0, 4041.0, 4093.0, 4053.0, 4093.0, 4030.0, 4071.0, 4017.0, 4059.0, 4016.0, 4059.0, 4018.0, 4070.0, 4018.0, 4049.0, 4017.0, 4037.0, 4017.0, 4048.0, 4017.0, 4070.0, 4028.0, 4081.0, 4030.0, 4070.0, 4017.0, 4069.0, 4017.0, 4059.0, 4017.0, 4059.0, 4017.0, 4069.0, 4029.0, 4079.0, 4038.0, 4069.0, 4018.0, 4068.0, 4017.0, 4079.0, 4028.0, 4069.0, 4017.0, 4069.0, 4029.0, 4069.0, 4029.0, 4068.0, 4030.0, 4080.0, 4041.0, 4072.0, 4031.0, 4071.0, 4042.0, 4082.0, 4032.0, 4083.0, 4053.0, 4094.0, 4054.0, 4092.0, 4043.0, 4091.0, 4040.0, 4091.0, 4071.0, 4081.0, 4063.0, 4061.0, 4031.0, 4058.0, 4029.0, 4059.0, 4039.0, 4059.0, 4072.0, 4070.0, 4082.0, 4071.0, 4042.0, 4019.0, 4028.0, 4026.0, 4029.0, 4060.0, 4062.0, 4061.0, 4074.0, 4063.0, 4053.0, 4060.0, 4020.0, 4069.0, 4019.0, 4079.0, 4071.0, 4081.0, 4041.0, 4080.0, 4021.0, 4080.0, 4018.0, 4066.0, 4018.0, 4067.0, 4060.0, 4082.0, 4042.0, 4068.0, 4027.0, 4067.0, 4015.0, 4046.0, 4016.0, 4046.0, 4017.0, 4079.0, 4071.0, 4089.0, 4049.0, 4074.0, 4030.0, 4055.0, 4016.0, 4055.0, 4016.0, 4068.0, 4061.0, 4080.0, 4062.0, 4060.0, 4030.0, 4027.0, 4026.0, 4067.0, 4028.0, 4078.0, 4049.0, 4080.0, 4051.0, 4080.0, 4039.0, 4067.0, 4015.0, 4065.0, 4015.0, 4064.0, 4026.0, 4077.0, 4048.0, 4088.0, 4037.0, 4055.0, 4012.0, 4042.0, 4001.0, 4031.0, 4002.0, 4044.0, 4013.0, 4077.0, 4036.0, 4077.0, 4016.0, 4025.0, 4001.0, 4012.0, 4011.0, 4034.0, 4013.0, 4046.0, 4015.0, 4078.0, 4038.0, 4090.0, 4028.0, 4057.0, 4015.0, 4054.0, 4014.0, 4056.0, 4005.0, 4077.0, 4026.0, 4078.0, 4016.0, 4045.0, 4003.0, 4033.0, 4000.0, 4033.0, 4002.0, 4033.0, 4014.0, 4045.0, 4014.0, 4046.0, 4015.0, 4045.0, 4014.0, 4045.0, 4014.0, 4046.0, 4016.0, 4078.0, 4030.0, 4079.0, 4020.0, 4079.0, 4029.0, 4079.0, 4028.0, 4080.0, 4031.0, 4080.0, 4053.0, 4092.0, 4042.0, 4071.0, 4030.0, 4068.0, 4029.0, 4070.0, 4042.0, 4092.0, 4053.0, 4094.0, 4042.0, 4062.0, 4030.0, 4050.0, 4027.0, 4061.0, 4059.0, 4071.0, 4080.0, 4030.0, 4079.0, 4017.0, 4078.0, 4027.0, 4079.0, 4027.0, 4090.0, 4028.0, 4048.0, 4016.0, 4027.0, 4036.0, 4036.0, 4056.0, 4038.0, 4076.0, 4017.0, 4067.0, 4028.0, 4078.0, 4028.0, 4067.0, 4037.0, 4058.0, 4037.0, 4059.0, 4036.0, 4049.0, 4038.0, 4039.0, 4028.0, 4029.0, 4027.0, 4060.0, 4039.0, 4071.0, 4040.0, 4042.0, 4019.0, 4029.0, 4028.0, 4030.0, 4070.0, 4073.0, 4083.0, 4073.0, 4083.0, 4042.0, 4071.0, 4030.0, 4069.0, 4029.0, 4080.0, 4041.0, 4092.0, 4031.0, 4082.0, 4030.0, 4069.0, 4038.0, 4079.0, 4027.0, 4059.0, 4015.0, 4038.0, 4026.0, 4038.0, 4036.0, 4059.0, 4058.0, 4069.0, 4058.0, 4028.0, 4036.0, 4016.0, 4066.0, 4016.0, 4078.0, 4029.0, 4078.0, 4040.0, 4079.0, 4027.0, 4068.0, 4017.0, 4067.0, 4027.0, 4078.0, 4027.0, 4067.0, 4026.0, 4048.0, 4027.0, 4037.0, 4027.0, 4047.0, 4027.0, 4070.0, 4049.0, 4093.0, 4074.0, 4127.0, 4074.0, 4081.0, 4040.0, 4069.0], 'WindowWidth': [9135.0, 9104.0, 9117.0, 9072.0, 9057.0, 9027.0, 9023.0, 8989.0, 9003.0, 9022.0, 9000.0, 9050.0, 8985.0, 9050.0, 8986.0, 9049.0, 9011.0, 9050.0, 8994.0, 9046.0, 8980.0, 9019.0, 8965.0, 9005.0, 8964.0, 9017.0, 8963.0, 9027.0, 9002.0, 9043.0, 9007.0, 9024.0, 9014.0, 9016.0, 9073.0, 9007.0, 9032.0, 8986.0, 9061.0, 9007.0, 9110.0, 9067.0, 9059.0, 9006.0, 9038.0, 8987.0, 9056.0, 8991.0, 9059.0, 9011.0, 9064.0, 9028.0, 9067.0, 9013.0, 9050.0, 9005.0, 9043.0, 9026.0, 9079.0, 9027.0, 9081.0, 9039.0, 9095.0, 9027.0, 9063.0, 9008.0, 9055.0, 9006.0, 9059.0, 9011.0, 9093.0, 9041.0, 9094.0, 9012.0, 9074.0, 9011.0, 9082.0, 9006.0, 9042.0, 9006.0, 9044.0, 9012.0, 9046.0, 9017.0, 9043.0, 9066.0, 9031.0, 9046.0, 9017.0, 9020.0, 8985.0, 8998.0, 8972.0, 9018.0, 9016.0, 9047.0, 9017.0, 9050.0, 9005.0, 9002.0, 8983.0, 8983.0, 8970.0, 9046.0, 9020.0, 9080.0, 9025.0, 9056.0, 8997.0, 9050.0, 8989.0, 9031.0, 8986.0, 9046.0, 9002.0, 9061.0, 9019.0, 9081.0, 9036.0, 9049.0, 8972.0, 9023.0, 8981.0, 9038.0, 9014.0, 9072.0, 9016.0, 9043.0, 8990.0, 9015.0, 8988.0, 9011.0, 8971.0, 9040.0, 9006.0, 9076.0, 9024.0, 9080.0, 9013.0, 9063.0, 9006.0, 9054.0, 8992.0, 9057.0, 9024.0, 9075.0, 9041.0, 9063.0, 9011.0, 9073.0, 9007.0, 9053.0, 8988.0, 9052.0, 9020.0, 9069.0, 9017.0, 9070.0, 8991.0, 9038.0, 8985.0, 9050.0, 8983.0, 9052.0, 8971.0, 9053.0, 9003.0, 9068.0, 9048.0, 9075.0, 9036.0, 9073.0, 8991.0, 9037.0, 8972.0, 9040.0, 8987.0, 9054.0, 9022.0, 9074.0, 9050.0, 9092.0, 9007.0, 9070.0, 8984.0, 9021.0, 8966.0, 9007.0, 8983.0, 9014.0, 8975.0, 9048.0, 9004.0, 9019.0, 8973.0, 8994.0, 8965.0, 8979.0, 8965.0, 8985.0, 9025.0, 9021.0, 9079.0, 8993.0, 9069.0, 8973.0, 9068.0, 8991.0, 9053.0, 8986.0, 9037.0, 8973.0, 9044.0, 8993.0, 9050.0, 8993.0, 9039.0, 8992.0, 9016.0, 8977.0, 9016.0, 8993.0, 9055.0, 9011.0, 9079.0, 8999.0, 9035.0, 8993.0, 9033.0, 8995.0, 9037.0, 9013.0, 9084.0, 9018.0, 9044.0, 9016.0, 9069.0, 9036.0, 9099.0, 9051.0, 9089.0, 9037.0, 9076.0, 9037.0, 9099.0, 9038.0, 9127.0, 9043.0, 9107.0, 9042.0, 9107.0, 9051.0, 9102.0, 9028.0, 9054.0, 8991.0, 9023.0, 9019.0, 9024.0, 9075.0, 9028.0, 9091.0, 9071.0, 9105.0, 9055.0, 9075.0, 9005.0, 9030.0, 8978.0, 9055.0, 8993.0, 9060.0, 8999.0, 9080.0, 9017.0, 9083.0, 9001.0, 9062.0, 8995.0, 9047.0, 8992.0, 9048.0, 8996.0, 9051.0, 8998.0, 9080.0, 9002.0, 9069.0, 8994.0, 9047.0, 9011.0, 9049.0, 8995.0, 9065.0, 8999.0, 9098.0, 9043.0, 9085.0, 9019.0, 9053.0, 9013.0, 9047.0, 8995.0, 9064.0, 9003.0, 9083.0, 9021.0, 9102.0, 9023.0, 9087.0, 9016.0, 9080.0, 8999.0, 9079.0, 9005.0, 9100.0, 9052.0, 9114.0, 9038.0, 9092.0, 9045.0, 9075.0, 9019.0, 9066.0, 9030.0, 9069.0, 9076.0, 9059.0, 9064.0, 9018.0, 9033.0, 9012.0, 9012.0, 9006.0, 9043.0, 9043.0, 9106.0, 9044.0, 9078.0, 9008.0, 9060.0, 9000.0, 9054.0, 9000.0, 9058.0, 9016.0, 9079.0, 9075.0, 9117.0, 9035.0, 9095.0, 9046.0, 9126.0, 9089.0, 9092.0, 9001.0, 9064.0, 8996.0, 9066.0, 9000.0, 9057.0, 9005.0, 9075.0, 9010.0, 9082.0, 9023.0, 9078.0, 9030.0, 9088.0, 9023.0, 9052.0, 9004.0, 9045.0, 8997.0, 9031.0, 9010.0, 9013.0, 9021.0, 9025.0, 9033.0, 9043.0, 9034.0, 8996.0, 8988.0, 8960.0, 9010.0, 8959.0, 9028.0, 8963.0, 9017.0, 8980.0, 9048.0, 9013.0, 9032.0, 8967.0, 9019.0, 8962.0, 9031.0, 8965.0, 9018.0, 8967.0, 9053.0, 9014.0, 9054.0, 8974.0, 9039.0, 8968.0, 9020.0, 8964.0, 9038.0, 9000.0, 9074.0, 9018.0, 9046.0, 8989.0, 9010.0, 8950.0, 8990.0, 8961.0, 8981.0, 8965.0, 8998.0, 8969.0, 9003.0, 8997.0, 9029.0, 9009.0, 9060.0, 9023.0, 9056.0, 9014.0, 9027.0, 8983.0, 9000.0, 9040.0, 9023.0, 8990.0, 9021.0, 9008.0, 9010.0, 8995.0, 9025.0, 8966.0, 9057.0, 9004.0, 9083.0, 9012.0, 9108.0, 9051.0, 9059.0, 9031.0, 8979.0, 9014.0, 9001.0, 9026.0, 9018.0, 9031.0, 9004.0, 9081.0, 9104.0, 9072.0, 9028.0, 9034.0, 9098.0, 9068.0, 9032.0, 9018.0, 9002.0, 9016.0, 8986.0, 9011.0, 8982.0, 9022.0, 8986.0, 9058.0, 9002.0, 9075.0, 8990.0, 9044.0, 8986.0, 9010.0, 8964.0, 9006.0, 8963.0, 8982.0, 8952.0, 8983.0, 8985.0, 8988.0, 9010.0, 8969.0, 9032.0, 8966.0, 9033.0, 8967.0, 9033.0, 8966.0, 9032.0, 8963.0, 9006.0, 8964.0, 9008.0, 8966.0, 8995.0, 8967.0, 8998.0, 8968.0, 9000.0, 8979.0, 9059.0, 9034.0, 8987.0, 8984.0, 9064.0, 9012.0, 9099.0, 9040.0, 9067.0, 9047.0, 9000.0, 9043.0, 9002.0, 9067.0, 9037.0, 9076.0, 9070.0, 9083.0, 9119.0, 9086.0, 9136.0, 9083.0, 9123.0, 9034.0, 9073.0, 9007.0, 8993.0, 9015.0, 8993.0, 9062.0, 9010.0, 9068.0, 8998.0, 9052.0, 8988.0, 8985.0, 9003.0, 8949.0, 9029.0, 8964.0, 9032.0, 8968.0, 9034.0, 8968.0, 9025.0, 8966.0, 8994.0, 8959.0, 9039.0, 9007.0, 9027.0, 8982.0, 8975.0, 8969.0, 8970.0, 9032.0, 8970.0, 9034.0, 8974.0, 9041.0, 8993.0, 9084.0, 9032.0, 9063.0, 8987.0, 9056.0, 8989.0, 9078.0, 9040.0, 9111.0, 9027.0, 9094.0, 9009.0, 9057.0, 8990.0, 9028.0, 9004.0, 9033.0, 8995.0, 9041.0, 8997.0, 9054.0, 9020.0, 9063.0, 9008.0, 8994.0, 8999.0, 8946.0, 9022.0, 8958.0, 9027.0, 8976.0, 9029.0, 8979.0, 9046.0, 8976.0, 9013.0, 8937.0, 8990.0, 8938.0, 9011.0, 8945.0, 9015.0, 8948.0, 9034.0, 8964.0, 9036.0, 8949.0, 8957.0, 8944.0, 8975.0, 8947.0, 9008.0, 8982.0, 9057.0, 8986.0, 9045.0, 8986.0, 8987.0, 8965.0, 8983.0, 8967.0, 8984.0, 8985.0, 9004.0, 8990.0, 9050.0, 9008.0, 9082.0, 8996.0, 9049.0, 8973.0, 9028.0, 8968.0, 8999.0, 8966.0, 8998.0, 8982.0, 9001.0, 8997.0, 8999.0, 8994.0, 8979.0, 8989.0, 8991.0, 9005.0, 8996.0, 8993.0, 8970.0, 9007.0, 8984.0, 9036.0, 8999.0, 9026.0, 8976.0, 9025.0, 8973.0, 9036.0, 8971.0, 9039.0, 9007.0, 9059.0, 9024.0, 9046.0, 8998.0, 9045.0, 8975.0, 9041.0, 8976.0, 9042.0, 8991.0, 9058.0, 8991.0, 9045.0, 8991.0, 9059.0, 9006.0, 9055.0, 8987.0, 9036.0, 8984.0, 9039.0, 8971.0, 9039.0, 8986.0, 9052.0, 8990.0, 9059.0, 8994.0, 9028.0, 8975.0, 9027.0, 8974.0, 9043.0, 8996.0, 9064.0, 9016.0, 9055.0, 9000.0, 9035.0, 8995.0, 9042.0, 8994.0, 9059.0, 9011.0, 9063.0, 9057.0, 9067.0, 9031.0, 9013.0, 8999.0, 8992.0, 8994.0, 9045.0, 8986.0, 9063.0, 9044.0, 9085.0, 9018.0, 9083.0, 9012.0, 9060.0, 8991.0, 9043.0, 8988.0, 9054.0, 9005.0, 9059.0, 9026.0, 9094.0, 9029.0, 9052.0, 8985.0, 9018.0, 8991.0, 9044.0, 8996.0, 9062.0, 9047.0, 9084.0, 9049.0, 9070.0, 9014.0, 9061.0, 8975.0, 9038.0, 8972.0, 9026.0, 8975.0, 9059.0, 8992.0, 9079.0, 8994.0, 9046.0, 8969.0, 8993.0, 8945.0, 8979.0, 8962.0, 8983.0, 9008.0, 8986.0, 9037.0, 8985.0, 9033.0, 9010.0, 9032.0, 9011.0, 9019.0, 8968.0, 8981.0, 8970.0, 9022.0, 8989.0, 9041.0, 8993.0, 9059.0, 8996.0, 9061.0, 8994.0, 9056.0, 8987.0, 9037.0, 8983.0, 9033.0, 8985.0, 9038.0, 8989.0, 9052.0, 8988.0, 9038.0, 8971.0, 9034.0, 8970.0, 9035.0, 8974.0, 9040.0, 9006.0, 9044.0, 9009.0, 9032.0, 8992.0, 9000.0, 8977.0, 9012.0, 8979.0, 9020.0, 9042.0, 9023.0, 9032.0, 9001.0, 9015.0, 8980.0, 9020.0, 8991.0, 9036.0, 9013.0, 9083.0, 9018.0, 9089.0, 9003.0, 9068.0, 8998.0, 9060.0, 8994.0, 9063.0, 9014.0, 9081.0, 9030.0, 9079.0, 9000.0, 9064.0, 9010.0, 9059.0, 9008.0, 9060.0, 9041.0, 9037.0, 9014.0, 8983.0, 8996.0, 8978.0, 8996.0, 9007.0, 9039.0, 9023.0, 9057.0, 9013.0, 9031.0, 8998.0, 9011.0, 8990.0, 9020.0, 9020.0, 9054.0, 9036.0, 9073.0, 9001.0, 9016.0, 8994.0, 8991.0, 8987.0, 9019.0, 9018.0, 9039.0, 9022.0, 9028.0, 9009.0, 9011.0, 9015.0, 9003.0, 9010.0, 8999.0, 9025.0, 9002.0, 9025.0, 8986.0, 9039.0, 8973.0, 9036.0, 8970.0, 9035.0, 8982.0, 9050.0, 8987.0, 9025.0, 8971.0, 9009.0, 8969.0, 9025.0, 8976.0, 9042.0, 8994.0, 9064.0, 8996.0, 9050.0, 8978.0, 9046.0, 8978.0, 9047.0, 8996.0, 9078.0, 9012.0, 9068.0, 8985.0, 9037.0, 8976.0, 9028.0, 8977.0, 9045.0, 8994.0, 9063.0, 8999.0, 9070.0, 9002.0, 9050.0, 8980.0, 9031.0, 8994.0, 9065.0, 9014.0, 9083.0, 9003.0, 9069.0, 9017.0, 9064.0, 9000.0, 9063.0, 9010.0, 9063.0, 9014.0, 9047.0, 8998.0, 9033.0, 8995.0, 9042.0, 8992.0, 9044.0, 9021.0, 9004.0, 8994.0, 8976.0, 9010.0, 9006.0, 9010.0, 8993.0, 9040.0, 9012.0, 9086.0, 9016.0, 9075.0, 9018.0, 9057.0, 9013.0, 9068.0, 9017.0, 9072.0, 9024.0, 9091.0, 9055.0, 9094.0, 9021.0, 9068.0, 8999.0, 9048.0, 8994.0, 9066.0, 9000.0, 9087.0, 9015.0, 9073.0, 8998.0, 9037.0, 8973.0, 9018.0, 8971.0, 9035.0, 8992.0, 9067.0, 8996.0, 9026.0, 8999.0, 8991.0, 8967.0, 8997.0, 8997.0, 9047.0, 9002.0, 9023.0, 8992.0, 8995.0, 8976.0, 9003.0, 9002.0, 9034.0, 9020.0, 9039.0, 8993.0, 9009.0, 9003.0, 8978.0, 9025.0, 9018.0, 9040.0, 9035.0, 9029.0, 8977.0, 9000.0, 8976.0, 9037.0, 8986.0, 9040.0, 8990.0, 9015.0, 9052.0, 9013.0, 9060.0, 9006.0, 9046.0, 8998.0, 9055.0, 8998.0, 9069.0, 9015.0, 9087.0, 9033.0, 9088.0, 9000.0, 9053.0, 8976.0, 9032.0, 8973.0, 9032.0, 8977.0, 9050.0, 8979.0, 9021.0, 8977.0, 9003.0, 8975.0, 9018.0, 8976.0, 9051.0, 8995.0, 9066.0, 8998.0, 9051.0, 8978.0, 9048.0, 8977.0, 9033.0, 8975.0, 9033.0, 8976.0, 9045.0, 8994.0, 9061.0, 9006.0, 9046.0, 8979.0, 9042.0, 8978.0, 9059.0, 8991.0, 9045.0, 8978.0, 9047.0, 8994.0, 9046.0, 8994.0, 9044.0, 8996.0, 9063.0, 9013.0, 9055.0, 9003.0, 9054.0, 9016.0, 9069.0, 9004.0, 9072.0, 9037.0, 9089.0, 9037.0, 9086.0, 9019.0, 9080.0, 9012.0, 9078.0, 9055.0, 9066.0, 9044.0, 9040.0, 9001.0, 9033.0, 8995.0, 9032.0, 9007.0, 9033.0, 9055.0, 9051.0, 9072.0, 9055.0, 9017.0, 8981.0, 8993.0, 8987.0, 8994.0, 9037.0, 9044.0, 9042.0, 9063.0, 9046.0, 9034.0, 9039.0, 8984.0, 9045.0, 8979.0, 9059.0, 9053.0, 9064.0, 9014.0, 9065.0, 8986.0, 9062.0, 8977.0, 9037.0, 8978.0, 9042.0, 9038.0, 9071.0, 9021.0, 9043.0, 8988.0, 9037.0, 8968.0, 9013.0, 8969.0, 9010.0, 8976.0, 9060.0, 9052.0, 9075.0, 9022.0, 9066.0, 9001.0, 9021.0, 8970.0, 9019.0, 8971.0, 9041.0, 9041.0, 9064.0, 9043.0, 9039.0, 8998.0, 8988.0, 8987.0, 9040.0, 8992.0, 9056.0, 9021.0, 9062.0, 9026.0, 9062.0, 9008.0, 9041.0, 8968.0, 9032.0, 8967.0, 9030.0, 8986.0, 9053.0, 9016.0, 9071.0, 9001.0, 9023.0, 8961.0, 8998.0, 8941.0, 8981.0, 8944.0, 9003.0, 8962.0, 9053.0, 8998.0, 9056.0, 8975.0, 8985.0, 8944.0, 8958.0, 8957.0, 8992.0, 8965.0, 9012.0, 8972.0, 9059.0, 9004.0, 9077.0, 8991.0, 9029.0, 8969.0, 9017.0, 8965.0, 9023.0, 8955.0, 9054.0, 8987.0, 9059.0, 8972.0, 9008.0, 8947.0, 8987.0, 8941.0, 8987.0, 8946.0, 8989.0, 8966.0, 9009.0, 8967.0, 9010.0, 8968.0, 9008.0, 8965.0, 9007.0, 8967.0, 9010.0, 8974.0, 9058.0, 8998.0, 9063.0, 8985.0, 9061.0, 8995.0, 9060.0, 8995.0, 9062.0, 9002.0, 9064.0, 9033.0, 9085.0, 9019.0, 9053.0, 8997.0, 9044.0, 8996.0, 9052.0, 9019.0, 9085.0, 9034.0, 9091.0, 9020.0, 9046.0, 8998.0, 9023.0, 8991.0, 9041.0, 9036.0, 9055.0, 9065.0, 9000.0, 9062.0, 8977.0, 9057.0, 8989.0, 9060.0, 8989.0, 9076.0, 8991.0, 9019.0, 8972.0, 8988.0, 8997.0, 9000.0, 9024.0, 9004.0, 9052.0, 8976.0, 9040.0, 8991.0, 9056.0, 8992.0, 9042.0, 9002.0, 9030.0, 9001.0, 9033.0, 9000.0, 9022.0, 9006.0, 9007.0, 8992.0, 8996.0, 8990.0, 9037.0, 9008.0, 9055.0, 9012.0, 9018.0, 8985.0, 8996.0, 8993.0, 8999.0, 9051.0, 9061.0, 9072.0, 9062.0, 9075.0, 9021.0, 9056.0, 8998.0, 9047.0, 8995.0, 9063.0, 9015.0, 9083.0, 9003.0, 9071.0, 9000.0, 9050.0, 9005.0, 9061.0, 8988.0, 9032.0, 8971.0, 9003.0, 8987.0, 9005.0, 8998.0, 9035.0, 9031.0, 9049.0, 9033.0, 8993.0, 8999.0, 8974.0, 9038.0, 8974.0, 9056.0, 8996.0, 9060.0, 9011.0, 9061.0, 8990.0, 9044.0, 8974.0, 9041.0, 8988.0, 9058.0, 8990.0, 9044.0, 8988.0, 9018.0, 8987.0, 9003.0, 8987.0, 9015.0, 8989.0, 9052.0, 9023.0, 9089.0, 9064.0, 9144.0, 9066.0, 9070.0, 9013.0, 9048.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.04215060363636364</td></tr>
<tr><td colspan=3>aqi</td><td>0.09455251883636365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.461018460938874</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214271102438137</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2054005591484722</td></tr>
<tr><td colspan=3>efc</td><td>0.4537</td></tr>
<tr><td colspan=3>fber</td><td>5723.1108</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10283829717704028</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.6</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.661246423458391</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.515066667308865</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8352282051301647</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6334443979361426</td></tr>
<tr><td colspan=3>gcor</td><td>0.00406379</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012879629619419575</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0248436089605093</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</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.934627798439087</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.1024</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3962</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.5184</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306856.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>662.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.1814</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9626</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.6054</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3287.3231</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69688.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.5812</td></tr>
<tr><td colspan=3>tsnr</td><td>23.033792740898207</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>