<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-01/func/sub-0081_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>c70ee196c83236aef7dddf46dbd9dae0</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>09:48:6.935000</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.998095, 0.0394194, -0.0474504, -0.037994, 0.99881, 0.0305751]</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.0866649</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>[4140, -7711, -7288, 581, -37, -59, 88, 142]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6afc9874-6819-45e2-b980-f41c34bef7c7||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.6778171062469482, -0.10193522274494171, -0.1312178075313568, 117.65731811523438], [-0.10575930774211884, 2.679734468460083, 0.07752779871225357, -102.86856842041016], [-0.12730595469474792, -0.08203065395355225, 2.695694923400879, -72.5688247680664], [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': ['094806.935000', '094807.395000', '094807.855000', '094808.315000', '094808.775000', '094809.235000', '094809.695000', '094810.155000', '094810.615000', '094811.075000', '094811.535000', '094811.995000', '094812.455000', '094812.915000', '094813.375000', '094813.835000', '094814.295000', '094814.755000', '094815.215000', '094815.675000', '094816.135000', '094816.595000', '094817.055000', '094817.515000', '094817.975000', '094818.435000', '094818.895000', '094819.355000', '094819.815000', '094820.275000', '094820.735000', '094821.195000', '094821.655000', '094822.115000', '094822.575000', '094823.035000', '094823.495000', '094823.955000', '094824.415000', '094824.875000', '094825.335000', '094825.795000', '094826.255000', '094826.715000', '094827.175000', '094827.635000', '094828.095000', '094828.555000', '094829.015000', '094829.475000', '094829.935000', '094830.395000', '094830.855000', '094831.315000', '094831.775000', '094832.235000', '094832.695000', '094833.155000', '094833.615000', '094834.075000', '094834.535000', '094834.995000', '094835.455000', '094835.915000', '094836.375000', '094836.835000', '094837.295000', '094837.755000', '094838.215000', '094838.675000', '094839.135000', '094839.595000', '094840.055000', '094840.515000', '094840.975000', '094841.435000', '094841.895000', '094842.355000', '094842.815000', '094843.275000', '094843.735000', '094844.195000', '094844.655000', '094845.115000', '094845.575000', '094846.035000', '094846.495000', '094846.955000', '094847.415000', '094847.875000', '094848.335000', '094848.795000', '094849.255000', '094849.715000', '094850.175000', '094850.635000', '094851.095000', '094851.555000', '094852.015000', '094852.475000', '094852.935000', '094853.395000', '094853.855000', '094854.315000', '094854.775000', '094855.235000', '094855.695000', '094856.155000', '094856.615000', '094857.075000', '094857.535000', '094857.995000', '094858.455000', '094858.915000', '094859.375000', '094859.835000', '094900.295000', '094900.755000', '094901.215000', '094901.675000', '094902.135000', '094902.595000', '094903.055000', '094903.515000', '094903.975000', '094904.435000', '094904.895000', '094905.355000', '094905.815000', '094906.275000', '094906.735000', '094907.195000', '094907.655000', '094908.115000', '094908.575000', '094909.035000', '094909.495000', '094909.955000', '094910.415000', '094910.875000', '094911.335000', '094911.795000', '094912.255000', '094912.715000', '094913.175000', '094913.635000', '094914.095000', '094914.555000', '094915.015000', '094915.475000', '094915.935000', '094916.395000', '094916.855000', '094917.315000', '094917.775000', '094918.235000', '094918.695000', '094919.155000', '094919.615000', '094920.075000', '094920.535000', '094920.995000', '094921.455000', '094921.915000', '094922.375000', '094922.835000', '094923.295000', '094923.755000', '094924.215000', '094924.675000', '094925.135000', '094925.595000', '094926.055000', '094926.515000', '094926.975000', '094927.435000', '094927.895000', '094928.355000', '094928.815000', '094929.275000', '094929.735000', '094930.195000', '094930.655000', '094931.115000', '094931.575000', '094932.035000', '094932.495000', '094932.955000', '094933.415000', '094933.875000', '094934.335000', '094934.795000', '094935.255000', '094935.715000', '094936.175000', '094936.635000', '094937.095000', '094937.555000', '094938.015000', '094938.475000', '094938.935000', '094939.395000', '094939.855000', '094940.315000', '094940.775000', '094941.235000', '094941.695000', '094942.155000', '094942.615000', '094943.075000', '094943.535000', '094943.995000', '094944.455000', '094944.915000', '094945.375000', '094945.835000', '094946.295000', '094946.755000', '094947.215000', '094947.675000', '094948.135000', '094948.595000', '094949.055000', '094949.515000', '094949.975000', '094950.435000', '094950.895000', '094951.355000', '094951.815000', '094952.275000', '094952.735000', '094953.195000', '094953.655000', '094954.115000', '094954.575000', '094955.035000', '094955.495000', '094955.955000', '094956.415000', '094956.875000', '094957.335000', '094957.795000', '094958.255000', '094958.715000', '094959.175000', '094959.635000', '095000.095000', '095000.555000', '095001.015000', '095001.475000', '095001.935000', '095002.395000', '095002.855000', '095003.315000', '095003.775000', '095004.235000', '095004.695000', '095005.155000', '095005.615000', '095006.075000', '095006.535000', '095006.995000', '095007.455000', '095007.915000', '095008.375000', '095008.835000', '095009.295000', '095009.755000', '095010.215000', '095010.675000', '095011.135000', '095011.595000', '095012.055000', '095012.515000', '095012.975000', '095013.435000', '095013.895000', '095014.355000', '095014.815000', '095015.275000', '095015.735000', '095016.195000', '095016.655000', '095017.115000', '095017.575000', '095018.035000', '095018.495000', '095018.955000', '095019.415000', '095019.875000', '095020.335000', '095020.795000', '095021.255000', '095021.715000', '095022.175000', '095022.635000', '095023.095000', '095023.555000', '095024.015000', '095024.475000', '095024.935000', '095025.395000', '095025.855000', '095026.315000', '095026.775000', '095027.235000', '095027.695000', '095028.155000', '095028.615000', '095029.075000', '095029.535000', '095029.995000', '095030.455000', '095030.915000', '095031.375000', '095031.835000', '095032.295000', '095032.755000', '095033.215000', '095033.675000', '095034.135000', '095034.595000', '095035.055000', '095035.515000', '095035.975000', '095036.435000', '095036.895000', '095037.355000', '095037.815000', '095038.275000', '095038.735000', '095039.195000', '095039.655000', '095040.115000', '095040.575000', '095041.035000', '095041.495000', '095041.955000', '095042.415000', '095042.875000', '095043.335000', '095043.795000', '095044.255000', '095044.715000', '095045.175000', '095045.635000', '095046.095000', '095046.555000', '095047.015000', '095047.475000', '095047.935000', '095048.395000', '095048.855000', '095049.315000', '095049.775000', '095050.235000', '095050.695000', '095051.155000', '095051.615000', '095052.075000', '095052.535000', '095052.995000', '095053.455000', '095053.915000', '095054.375000', '095054.835000', '095055.295000', '095055.755000', '095056.215000', '095056.675000', '095057.135000', '095057.595000', '095058.055000', '095058.515000', '095058.975000', '095059.435000', '095059.895000', '095100.355000', '095100.815000', '095101.275000', '095101.735000', '095102.195000', '095102.655000', '095103.115000', '095103.575000', '095104.035000', '095104.495000', '095104.955000', '095105.415000', '095105.875000', '095106.335000', '095106.795000', '095107.255000', '095107.715000', '095108.175000', '095108.635000', '095109.095000', '095109.555000', '095110.015000', '095110.475000', '095110.935000', '095111.395000', '095111.855000', '095112.315000', '095112.775000', '095113.235000', '095113.695000', '095114.155000', '095114.615000', '095115.075000', '095115.535000', '095115.995000', '095116.455000', '095116.915000', '095117.375000', '095117.835000', '095118.295000', '095118.755000', '095119.215000', '095119.675000', '095120.135000', '095120.595000', '095121.055000', '095121.515000', '095121.975000', '095122.435000', '095122.895000', '095123.355000', '095123.815000', '095124.275000', '095124.735000', '095125.195000', '095125.655000', '095126.115000', '095126.575000', '095127.035000', '095127.495000', '095127.955000', '095128.415000', '095128.875000', '095129.335000', '095129.795000', '095130.255000', '095130.715000', '095131.175000', '095131.635000', '095132.095000', '095132.555000', '095133.015000', '095133.475000', '095133.935000', '095134.395000', '095134.855000', '095135.315000', '095135.775000', '095136.235000', '095136.695000', '095137.155000', '095137.615000', '095138.075000', '095138.535000', '095138.995000', '095139.455000', '095139.915000', '095140.375000', '095140.835000', '095141.295000', '095141.755000', '095142.215000', '095142.675000', '095143.135000', '095143.595000', '095144.055000', '095144.515000', '095144.975000', '095145.435000', '095145.895000', '095146.355000', '095146.815000', '095147.275000', '095147.735000', '095148.195000', '095148.655000', '095149.115000', '095149.575000', '095150.035000', '095150.495000', '095150.955000', '095151.415000', '095151.875000', '095152.335000', '095152.795000', '095153.255000', '095153.715000', '095154.175000', '095154.635000', '095155.095000', '095155.555000', '095156.015000', '095156.475000', '095156.935000', '095157.395000', '095157.855000', '095158.315000', '095158.775000', '095159.235000', '095159.695000', '095200.155000', '095200.615000', '095201.075000', '095201.535000', '095201.995000', '095202.455000', '095202.915000', '095203.375000', '095203.835000', '095204.295000', '095204.755000', '095205.215000', '095205.675000', '095206.135000', '095206.595000', '095207.055000', '095207.515000', '095207.975000', '095208.435000', '095208.895000', '095209.355000', '095209.815000', '095210.275000', '095210.735000', '095211.195000', '095211.655000', '095212.115000', '095212.575000', '095213.035000', '095213.495000', '095213.955000', '095214.415000', '095214.875000', '095215.335000', '095215.795000', '095216.255000', '095216.715000', '095217.175000', '095217.635000', '095218.095000', '095218.555000', '095219.015000', '095219.475000', '095219.935000', '095220.395000', '095220.855000', '095221.315000', '095221.775000', '095222.235000', '095222.695000', '095223.155000', '095223.615000', '095224.075000', '095224.535000', '095224.995000', '095225.455000', '095225.915000', '095226.375000', '095226.835000', '095227.295000', '095227.755000', '095228.215000', '095228.675000', '095229.135000', '095229.595000', '095230.055000', '095230.515000', '095230.975000', '095231.435000', '095231.895000', '095232.355000', '095232.815000', '095233.275000', '095233.735000', '095234.195000', '095234.655000', '095235.115000', '095235.575000', '095236.035000', '095236.495000', '095236.955000', '095237.415000', '095237.875000', '095238.335000', '095238.795000', '095239.255000', '095239.715000', '095240.175000', '095240.635000', '095241.095000', '095241.555000', '095242.015000', '095242.475000', '095242.935000', '095243.395000', '095243.855000', '095244.315000', '095244.775000', '095245.235000', '095245.695000', '095246.155000', '095246.615000', '095247.075000', '095247.535000', '095247.995000', '095248.455000', '095248.915000', '095249.375000', '095249.835000', '095250.295000', '095250.755000', '095251.215000', '095251.675000', '095252.135000', '095252.595000', '095253.055000', '095253.515000', '095253.975000', '095254.435000', '095254.895000', '095255.355000', '095255.815000', '095256.275000', '095256.735000', '095257.195000', '095257.655000', '095258.115000', '095258.575000', '095259.035000', '095259.495000', '095259.955000', '095300.415000', '095300.875000', '095301.335000', '095301.795000', '095302.255000', '095302.715000', '095303.175000', '095303.635000', '095304.095000', '095304.555000', '095305.015000', '095305.475000', '095305.935000', '095306.395000', '095306.855000', '095307.315000', '095307.775000', '095308.235000', '095308.695000', '095309.155000', '095309.615000', '095310.075000', '095310.535000', '095310.995000', '095311.455000', '095311.915000', '095312.375000', '095312.835000', '095313.295000', '095313.755000', '095314.215000', '095314.675000', '095315.135000', '095315.595000', '095316.055000', '095316.515000', '095316.975000', '095317.435000', '095317.895000', '095318.355000', '095318.815000', '095319.275000', '095319.735000', '095320.195000', '095320.655000', '095321.115000', '095321.575000', '095322.035000', '095322.495000', '095322.955000', '095323.415000', '095323.875000', '095324.335000', '095324.795000', '095325.255000', '095325.715000', '095326.175000', '095326.635000', '095327.095000', '095327.555000', '095328.015000', '095328.475000', '095328.935000', '095329.395000', '095329.855000', '095330.315000', '095330.775000', '095331.235000', '095331.695000', '095332.155000', '095332.615000', '095333.075000', '095333.535000', '095333.995000', '095334.455000', '095334.915000', '095335.375000', '095335.835000', '095336.295000', '095336.755000', '095337.215000', '095337.675000', '095338.135000', '095338.595000', '095339.055000', '095339.515000', '095339.975000', '095340.435000', '095340.895000', '095341.355000', '095341.815000', '095342.275000', '095342.735000', '095343.195000', '095343.655000', '095344.115000', '095344.575000', '095345.035000', '095345.495000', '095345.955000', '095346.415000', '095346.875000', '095347.335000', '095347.795000', '095348.255000', '095348.715000', '095349.175000', '095349.635000', '095350.095000', '095350.555000', '095351.015000', '095351.475000', '095351.935000', '095352.395000', '095352.855000', '095353.315000', '095353.775000', '095354.235000', '095354.695000', '095355.155000', '095355.615000', '095356.075000', '095356.535000', '095356.995000', '095357.455000', '095357.915000', '095358.375000', '095358.835000', '095359.295000', '095359.755000', '095400.215000', '095400.675000', '095401.135000', '095401.595000', '095402.055000', '095402.515000', '095402.975000', '095403.435000', '095403.895000', '095404.355000', '095404.815000', '095405.275000', '095405.735000', '095406.195000', '095406.655000', '095407.115000', '095407.575000', '095408.035000', '095408.495000', '095408.955000', '095409.415000', '095409.875000', '095410.335000', '095410.795000', '095411.255000', '095411.715000', '095412.175000', '095412.635000', '095413.095000', '095413.555000', '095414.015000', '095414.475000', '095414.935000', '095415.395000', '095415.855000', '095416.315000', '095416.775000', '095417.235000', '095417.695000', '095418.155000', '095418.615000', '095419.075000', '095419.535000', '095419.995000', '095420.455000', '095420.915000', '095421.375000', '095421.835000', '095422.295000', '095422.755000', '095423.215000', '095423.675000', '095424.135000', '095424.595000', '095425.055000', '095425.515000', '095425.975000', '095426.435000', '095426.895000', '095427.355000', '095427.815000', '095428.275000', '095428.735000', '095429.195000', '095429.655000', '095430.115000', '095430.575000', '095431.035000', '095431.495000', '095431.955000', '095432.415000', '095432.875000', '095433.335000', '095433.795000', '095434.255000', '095434.715000', '095435.175000', '095435.635000', '095436.095000', '095436.555000', '095437.015000', '095437.475000', '095437.935000', '095438.395000', '095438.855000', '095439.315000', '095439.775000', '095440.235000', '095440.695000', '095441.155000', '095441.615000', '095442.075000', '095442.535000', '095442.995000', '095443.455000', '095443.915000', '095444.375000', '095444.835000', '095445.295000', '095445.755000', '095446.215000', '095446.675000', '095447.135000', '095447.595000', '095448.055000', '095448.515000', '095448.975000', '095449.435000', '095449.895000', '095450.355000', '095450.815000', '095451.275000', '095451.735000', '095452.195000', '095452.655000', '095453.115000', '095453.575000', '095454.035000', '095454.495000', '095454.955000', '095455.415000', '095455.875000', '095456.335000', '095456.795000', '095457.255000', '095457.715000', '095458.175000', '095458.635000', '095459.095000', '095459.555000', '095500.015000', '095500.475000', '095500.935000', '095501.395000', '095501.855000', '095502.315000', '095502.775000', '095503.235000', '095503.695000', '095504.155000', '095504.615000', '095505.075000', '095505.535000', '095505.995000', '095506.455000', '095506.915000', '095507.375000', '095507.835000', '095508.295000', '095508.755000', '095509.215000', '095509.675000', '095510.135000', '095510.595000', '095511.055000', '095511.515000', '095511.975000', '095512.435000', '095512.895000', '095513.355000', '095513.815000', '095514.275000', '095514.735000', '095515.195000', '095515.655000', '095516.115000', '095516.575000', '095517.035000', '095517.495000', '095517.955000', '095518.415000', '095518.875000', '095519.335000', '095519.795000', '095520.255000', '095520.715000', '095521.175000', '095521.635000', '095522.095000', '095522.555000', '095523.015000', '095523.475000', '095523.935000', '095524.395000', '095524.855000', '095525.315000', '095525.775000', '095526.235000', '095526.695000', '095527.155000', '095527.615000', '095528.075000', '095528.535000', '095528.995000', '095529.455000', '095529.915000', '095530.375000', '095530.835000', '095531.295000', '095531.755000', '095532.215000', '095532.675000', '095533.135000', '095533.595000', '095534.055000', '095534.515000', '095534.975000', '095535.435000', '095535.895000', '095536.355000', '095536.815000', '095537.275000', '095537.735000', '095538.195000', '095538.655000', '095539.115000', '095539.575000', '095540.035000', '095540.495000', '095540.955000', '095541.415000', '095541.875000', '095542.335000', '095542.795000', '095543.255000', '095543.715000', '095544.175000', '095544.635000', '095545.095000', '095545.555000', '095546.015000', '095546.475000', '095546.935000', '095547.395000', '095547.855000', '095548.315000', '095548.775000', '095549.235000', '095549.695000', '095550.155000', '095550.615000', '095551.075000', '095551.535000', '095551.995000', '095552.455000', '095552.915000', '095553.375000', '095553.835000', '095554.295000', '095554.755000', '095555.215000', '095555.675000', '095556.135000', '095556.595000', '095557.055000', '095557.515000', '095557.975000', '095558.435000', '095558.895000', '095559.355000', '095559.815000', '095600.275000', '095600.735000', '095601.195000', '095601.655000', '095602.115000', '095602.575000', '095603.035000', '095603.495000', '095603.955000', '095604.415000', '095604.875000', '095605.335000', '095605.795000', '095606.255000', '095606.715000', '095607.175000', '095607.635000', '095608.095000', '095608.555000', '095609.015000', '095609.475000', '095609.935000', '095610.395000', '095610.855000', '095611.315000', '095611.775000', '095612.235000', '095612.695000', '095613.155000', '095613.615000', '095614.075000', '095614.535000', '095614.995000', '095615.455000', '095615.915000', '095616.375000', '095616.835000', '095617.295000', '095617.755000', '095618.215000', '095618.675000', '095619.135000', '095619.595000', '095620.055000', '095620.515000', '095620.975000', '095621.435000', '095621.895000', '095622.355000', '095622.815000', '095623.275000', '095623.735000', '095624.195000', '095624.655000', '095625.115000', '095625.575000', '095626.035000', '095626.495000', '095626.955000', '095627.415000', '095627.875000', '095628.335000', '095628.795000', '095629.255000', '095629.715000', '095630.175000', '095630.635000', '095631.095000', '095631.555000', '095632.015000', '095632.475000', '095632.935000', '095633.395000', '095633.855000', '095634.315000', '095634.775000', '095635.235000', '095635.695000', '095636.155000', '095636.615000', '095637.075000', '095637.535000', '095637.995000', '095638.455000', '095638.915000', '095639.375000', '095639.835000', '095640.295000', '095640.755000', '095641.215000', '095641.675000', '095642.135000', '095642.595000', '095643.055000', '095643.515000', '095643.975000', '095644.435000', '095644.895000', '095645.355000', '095645.815000', '095646.275000', '095646.735000', '095647.195000', '095647.655000', '095648.115000', '095648.575000', '095649.035000', '095649.495000', '095649.955000', '095650.415000', '095650.875000', '095651.335000', '095651.795000', '095652.255000', '095652.715000', '095653.175000', '095653.635000', '095654.095000', '095654.555000', '095655.015000', '095655.475000', '095655.935000', '095656.395000', '095656.855000', '095657.315000', '095657.775000', '095658.235000', '095658.695000', '095659.155000', '095659.615000', '095700.075000', '095700.535000', '095700.995000', '095701.455000', '095701.915000', '095702.375000', '095702.835000', '095703.295000', '095703.755000', '095704.215000', '095704.675000', '095705.135000', '095705.595000', '095706.055000', '095706.515000', '095706.975000', '095707.435000', '095707.895000', '095708.355000', '095708.815000', '095709.275000', '095709.735000', '095710.195000', '095710.655000', '095711.115000', '095711.575000', '095712.035000', '095712.495000', '095712.955000', '095713.415000', '095713.875000', '095714.335000', '095714.795000', '095715.255000', '095715.715000', '095716.175000', '095716.635000', '095717.095000', '095717.555000', '095718.015000', '095718.475000', '095718.935000', '095719.395000', '095719.855000', '095720.315000', '095720.775000', '095721.235000', '095721.695000', '095722.155000', '095722.615000', '095723.075000', '095723.535000', '095723.995000', '095724.455000', '095724.915000', '095725.375000', '095725.835000', '095726.295000', '095726.755000', '095727.215000', '095727.675000', '095728.135000', '095728.595000', '095729.055000', '095729.515000', '095729.975000', '095730.435000', '095730.895000', '095731.355000', '095731.815000', '095732.275000', '095732.735000', '095733.195000', '095733.655000', '095734.115000', '095734.575000', '095735.035000', '095735.495000', '095735.955000', '095736.415000', '095736.875000', '095737.335000', '095737.795000', '095738.255000', '095738.715000', '095739.175000', '095739.635000', '095740.095000', '095740.555000', '095741.015000', '095741.475000', '095741.935000', '095742.395000', '095742.855000', '095743.315000', '095743.775000', '095744.235000', '095744.695000', '095745.155000', '095745.615000', '095746.075000', '095746.535000', '095746.995000', '095747.455000', '095747.915000', '095748.375000', '095748.835000', '095749.295000', '095749.755000', '095750.215000', '095750.675000', '095751.135000', '095751.595000', '095752.055000', '095752.515000', '095752.975000', '095753.435000', '095753.895000', '095754.355000', '095754.815000', '095755.275000', '095755.735000', '095756.195000', '095756.655000', '095757.115000', '095757.575000', '095758.035000', '095758.495000', '095758.955000', '095759.415000', '095759.875000', '095800.335000', '095800.795000', '095801.255000', '095801.715000', '095802.175000', '095802.635000', '095803.095000', '095803.555000', '095804.015000', '095804.475000', '095804.935000', '095805.395000', '095805.855000', '095806.315000', '095806.775000', '095807.235000', '095807.695000', '095808.155000', '095808.615000', '095809.075000', '095809.535000', '095809.995000', '095810.455000', '095810.915000', '095811.375000', '095811.835000', '095812.295000', '095812.755000', '095813.215000', '095813.675000', '095814.135000', '095814.595000', '095815.055000', '095815.515000', '095815.975000', '095816.435000', '095816.895000', '095817.355000', '095817.815000', '095818.275000', '095818.735000', '095819.195000', '095819.655000', '095820.115000', '095820.575000', '095821.035000', '095821.495000', '095821.955000', '095822.415000', '095822.875000', '095823.335000', '095823.795000', '095824.255000', '095824.715000', '095825.175000', '095825.635000', '095826.095000', '095826.555000', '095827.015000', '095827.475000', '095827.935000', '095828.395000', '095828.855000', '095829.315000', '095829.775000', '095830.235000', '095830.695000', '095831.155000', '095831.615000', '095832.075000', '095832.535000', '095832.995000', '095833.455000', '095833.915000', '095834.375000', '095834.835000', '095835.295000', '095835.755000', '095836.215000', '095836.675000', '095837.135000', '095837.595000', '095838.055000', '095838.515000', '095838.975000', '095839.435000'], 'ContentTime': ['094824.686000', '094824.689000', '094824.691000', '094824.694000', '094824.697000', '094824.699000', '094824.702000', '094824.704000', '094824.707000', '094824.709000', '094824.717000', '094824.720000', '094824.723000', '094824.725000', '094824.728000', '094824.730000', '094824.733000', '094824.735000', '094824.738000', '094824.740000', '094824.743000', '094824.745000', '094824.748000', '094824.750000', '094824.753000', '094824.756000', '094824.758000', '094824.761000', '094824.763000', '094824.766000', '094824.776000', '094824.778000', '094824.781000', '094824.783000', '094824.786000', '094824.788000', '094844.652000', '094844.654000', '094844.657000', '094844.659000', '094844.662000', '094844.665000', '094844.667000', '094844.670000', '094844.672000', '094844.675000', '094844.677000', '094844.680000', '094844.682000', '094844.685000', '094844.688000', '094844.690000', '094844.693000', '094844.695000', '094844.698000', '094844.701000', '094844.703000', '094844.706000', '094844.708000', '094844.711000', '094844.713000', '094844.716000', '094844.718000', '094844.721000', '094844.724000', '094844.726000', '094844.729000', '094844.731000', '094844.734000', '094844.736000', '094844.739000', '094844.741000', '094844.744000', '094844.747000', '094844.749000', '094844.752000', '094844.754000', '094844.757000', '094844.759000', '094904.651000', '094904.654000', '094904.657000', '094904.659000', '094904.662000', '094904.664000', '094904.667000', '094904.670000', '094904.672000', '094904.675000', '094904.677000', '094904.686000', '094904.689000', '094904.691000', '094904.694000', '094904.696000', '094904.699000', '094904.701000', '094904.704000', '094904.707000', '094904.709000', '094904.712000', '094904.714000', '094904.717000', '094904.719000', '094904.722000', '094904.724000', '094904.727000', '094904.730000', '094904.732000', '094904.735000', '094904.737000', '094904.740000', '094904.742000', '094904.745000', '094904.748000', '094904.750000', '094904.753000', '094904.755000', '094904.758000', '094904.760000', '094904.763000', '094904.766000', '094904.768000', '094924.652000', '094924.654000', '094924.657000', '094924.660000', '094924.662000', '094924.665000', '094924.667000', '094924.670000', '094924.673000', '094924.675000', '094924.678000', '094924.680000', '094924.683000', '094924.685000', '094924.688000', '094924.691000', '094924.693000', '094924.696000', '094924.698000', '094924.701000', '094924.703000', '094924.706000', '094924.708000', '094924.711000', '094924.714000', '094924.716000', '094924.719000', '094924.722000', '094924.724000', '094924.727000', '094924.729000', '094924.732000', '094924.734000', '094924.737000', '094924.740000', '094924.742000', '094924.745000', '094924.747000', '094924.750000', '094924.752000', '094924.755000', '094924.758000', '094924.760000', '094944.651000', '094944.654000', '094944.657000', '094944.673000', '094944.676000', '094944.678000', '094944.681000', '094944.683000', '094944.686000', '094944.689000', '094944.691000', '094944.694000', '094944.696000', '094944.699000', '094944.702000', '094944.704000', '094944.707000', '094944.709000', '094944.712000', '094944.714000', '094944.717000', '094944.720000', '094944.722000', '094944.725000', '094944.728000', '094944.730000', '094944.733000', '094944.735000', '094944.738000', '094944.740000', '094944.743000', '094944.746000', '094944.748000', '094944.751000', '094944.753000', '094944.756000', '094944.758000', '094944.761000', '094944.764000', '094944.766000', '094944.769000', '094944.771000', '094944.774000', '094944.776000', '095004.652000', '095004.654000', '095004.657000', '095004.660000', '095004.662000', '095004.665000', '095004.667000', '095004.670000', '095004.672000', '095004.675000', '095004.677000', '095004.680000', '095004.683000', '095004.685000', '095004.688000', '095004.690000', '095004.693000', '095004.696000', '095004.698000', '095004.701000', '095004.703000', '095004.706000', '095004.709000', '095004.711000', '095004.714000', '095004.716000', '095004.719000', '095004.722000', '095004.724000', '095004.727000', '095004.729000', '095004.732000', '095004.735000', '095004.737000', '095004.740000', '095004.742000', '095004.745000', '095004.747000', '095004.750000', '095004.753000', '095004.755000', '095004.758000', '095004.760000', '095024.653000', '095024.655000', '095024.658000', '095024.661000', '095024.663000', '095024.666000', '095024.668000', '095024.671000', '095024.673000', '095024.676000', '095024.679000', '095024.681000', '095024.684000', '095024.686000', '095024.689000', '095024.692000', '095024.694000', '095024.697000', '095024.700000', '095024.702000', '095024.705000', '095024.707000', '095024.710000', '095024.712000', '095024.715000', '095024.718000', '095024.720000', '095024.723000', '095024.725000', '095024.728000', '095024.731000', '095024.733000', '095024.736000', '095024.738000', '095024.741000', '095024.743000', '095024.746000', '095024.749000', '095024.751000', '095024.754000', '095024.756000', '095024.759000', '095024.762000', '095044.651000', '095044.654000', '095044.657000', '095044.659000', '095044.662000', '095044.665000', '095044.667000', '095044.670000', '095044.672000', '095044.675000', '095044.677000', '095044.680000', '095044.683000', '095044.685000', '095044.688000', '095044.690000', '095044.693000', '095044.696000', '095044.698000', '095044.701000', '095044.703000', '095044.706000', '095044.709000', '095044.711000', '095044.714000', '095044.716000', '095044.719000', '095044.722000', '095044.724000', '095044.727000', '095044.729000', '095044.732000', '095044.734000', '095044.737000', '095044.740000', '095044.742000', '095044.745000', '095044.747000', '095044.750000', '095044.753000', '095044.755000', '095044.758000', '095044.760000', '095044.763000', '095104.652000', '095104.654000', '095104.657000', '095104.660000', '095104.662000', '095104.665000', '095104.667000', '095104.670000', '095104.672000', '095104.675000', '095104.678000', '095104.680000', '095104.683000', '095104.685000', '095104.688000', '095104.690000', '095104.693000', '095104.696000', '095104.698000', '095104.701000', '095104.703000', '095104.707000', '095104.710000', '095104.712000', '095104.715000', '095104.718000', '095104.720000', '095104.723000', '095104.726000', '095104.728000', '095104.731000', '095104.733000', '095104.736000', '095104.738000', '095104.741000', '095104.744000', '095104.746000', '095104.749000', '095104.751000', '095104.754000', '095104.756000', '095104.759000', '095104.768000', '095124.652000', '095124.655000', '095124.657000', '095124.660000', '095124.662000', '095124.665000', '095124.667000', '095124.670000', '095124.673000', '095124.675000', '095124.678000', '095124.681000', '095124.683000', '095124.686000', '095124.688000', '095124.691000', '095124.694000', '095124.696000', '095124.699000', '095124.702000', '095124.704000', '095124.707000', '095124.709000', '095124.712000', '095124.723000', '095124.726000', '095124.729000', '095124.731000', '095124.734000', '095124.736000', '095124.739000', '095124.742000', '095124.744000', '095124.747000', '095124.749000', '095124.752000', '095124.755000', '095124.757000', '095124.760000', '095124.762000', '095124.765000', '095124.768000', '095124.770000', '095124.773000', '095144.651000', '095144.654000', '095144.657000', '095144.659000', '095144.671000', '095144.674000', '095144.676000', '095144.679000', '095144.681000', '095144.684000', '095144.687000', '095144.689000', '095144.692000', '095144.694000', '095144.697000', '095144.700000', '095144.702000', '095144.705000', '095144.707000', '095144.710000', '095144.713000', '095144.715000', '095144.718000', '095144.721000', '095144.723000', '095144.726000', '095144.728000', '095144.731000', '095144.734000', '095144.736000', '095144.739000', '095144.741000', '095144.744000', '095144.746000', '095144.749000', '095144.752000', '095144.754000', '095144.757000', '095144.759000', '095144.762000', '095144.764000', '095144.767000', '095144.769000', '095204.652000', '095204.654000', '095204.657000', '095204.660000', '095204.662000', '095204.665000', '095204.668000', '095204.670000', '095204.673000', '095204.675000', '095204.678000', '095204.681000', '095204.683000', '095204.686000', '095204.688000', '095204.691000', '095204.693000', '095204.696000', '095204.699000', '095204.701000', '095204.704000', '095204.706000', '095204.709000', '095204.711000', '095204.714000', '095204.717000', '095204.719000', '095204.722000', '095204.725000', '095204.727000', '095204.730000', '095204.732000', '095204.735000', '095204.738000', '095204.740000', '095204.743000', '095204.745000', '095204.748000', '095204.750000', '095204.753000', '095204.756000', '095204.758000', '095204.761000', '095204.764000', '095224.652000', '095224.655000', '095224.657000', '095224.660000', '095224.662000', '095224.665000', '095224.667000', '095224.670000', '095224.673000', '095224.675000', '095224.678000', '095224.681000', '095224.684000', '095224.687000', '095224.689000', '095224.692000', '095224.695000', '095224.697000', '095224.700000', '095224.703000', '095224.705000', '095224.708000', '095224.710000', '095224.713000', '095224.716000', '095224.718000', '095224.721000', '095224.723000', '095224.726000', '095224.729000', '095224.731000', '095224.734000', '095224.736000', '095224.739000', '095224.741000', '095224.745000', '095224.748000', '095224.751000', '095224.753000', '095224.756000', '095224.758000', '095224.761000', '095224.763000', '095244.653000', '095244.655000', '095244.658000', '095244.661000', '095244.663000', '095244.666000', '095244.668000', '095244.671000', '095244.674000', '095244.676000', '095244.679000', '095244.682000', '095244.684000', '095244.687000', '095244.690000', '095244.692000', '095244.695000', '095244.698000', '095244.700000', '095244.703000', '095244.706000', '095244.708000', '095244.711000', '095244.713000', '095244.737000', '095244.739000', '095244.742000', '095244.744000', '095244.747000', '095244.749000', '095244.752000', '095244.755000', '095244.757000', '095244.760000', '095244.762000', '095244.765000', '095244.768000', '095244.770000', '095244.773000', '095244.775000', '095244.778000', '095244.781000', '095244.783000', '095244.786000', '095304.652000', '095304.654000', '095304.657000', '095304.659000', '095304.662000', '095304.665000', '095304.667000', '095304.670000', '095304.672000', '095304.675000', '095304.677000', '095304.680000', '095304.683000', '095304.685000', '095304.688000', '095304.690000', '095304.693000', '095304.696000', '095304.698000', '095304.701000', '095304.703000', '095304.706000', '095304.709000', '095304.711000', '095304.714000', '095304.716000', '095304.719000', '095304.722000', '095304.724000', '095304.727000', '095304.729000', '095304.732000', '095304.734000', '095304.737000', '095304.740000', '095304.742000', '095304.745000', '095304.748000', '095304.750000', '095304.753000', '095304.755000', '095304.758000', '095304.760000', '095324.652000', '095324.654000', '095324.657000', '095324.660000', '095324.662000', '095324.665000', '095324.667000', '095324.670000', '095324.673000', '095324.675000', '095324.678000', '095324.680000', '095324.683000', '095324.686000', '095324.688000', '095324.691000', '095324.693000', '095324.696000', '095324.699000', '095324.701000', '095324.704000', '095324.706000', '095324.709000', '095324.712000', '095324.714000', '095324.717000', '095324.719000', '095324.722000', '095324.725000', '095324.727000', '095324.730000', '095324.732000', '095324.735000', '095324.738000', '095324.740000', '095324.743000', '095324.745000', '095324.748000', '095324.751000', '095324.753000', '095324.756000', '095324.758000', '095324.761000', '095324.763000', '095344.652000', '095344.654000', '095344.657000', '095344.660000', '095344.662000', '095344.665000', '095344.667000', '095344.670000', '095344.673000', '095344.675000', '095344.678000', '095344.680000', '095344.683000', '095344.685000', '095344.688000', '095344.691000', '095344.693000', '095344.696000', '095344.698000', '095344.701000', '095344.704000', '095344.706000', '095344.709000', '095344.711000', '095344.716000', '095344.718000', '095344.721000', '095344.724000', '095344.726000', '095344.729000', '095344.731000', '095344.734000', '095344.737000', '095344.739000', '095344.742000', '095344.744000', '095344.747000', '095344.750000', '095344.752000', '095344.755000', '095344.757000', '095344.760000', '095344.762000', '095404.651000', '095404.654000', '095404.657000', '095404.660000', '095404.662000', '095404.665000', '095404.667000', '095404.670000', '095404.673000', '095404.675000', '095404.678000', '095404.680000', '095404.683000', '095404.685000', '095404.688000', '095404.691000', '095404.693000', '095404.696000', '095404.698000', '095404.701000', '095404.704000', '095404.706000', '095404.709000', '095404.711000', '095404.714000', '095404.716000', '095404.719000', '095404.722000', '095404.724000', '095404.727000', '095404.729000', '095404.732000', '095404.735000', '095404.737000', '095404.740000', '095404.758000', '095404.760000', '095404.763000', '095404.765000', '095404.768000', '095404.771000', '095404.773000', '095404.776000', '095404.778000', '095424.652000', '095424.655000', '095424.657000', '095424.660000', '095424.662000', '095424.665000', '095424.668000', '095424.670000', '095424.673000', '095424.676000', '095424.678000', '095424.681000', '095424.684000', '095424.686000', '095424.689000', '095424.692000', '095424.695000', '095424.697000', '095424.700000', '095424.703000', '095424.705000', '095424.708000', '095424.711000', '095424.713000', '095424.716000', '095424.718000', '095424.721000', '095424.724000', '095424.726000', '095424.729000', '095424.731000', '095424.734000', '095424.737000', '095424.739000', '095424.742000', '095424.745000', '095424.747000', '095424.750000', '095424.752000', '095424.755000', '095424.757000', '095424.760000', '095424.763000', '095444.653000', '095444.655000', '095444.658000', '095444.660000', '095444.663000', '095444.666000', '095444.668000', '095444.671000', '095444.674000', '095444.676000', '095444.679000', '095444.681000', '095444.684000', '095444.687000', '095444.689000', '095444.692000', '095444.694000', '095444.697000', '095444.700000', '095444.702000', '095444.705000', '095444.707000', '095444.710000', '095444.713000', '095444.715000', '095444.718000', '095444.720000', '095444.723000', '095444.726000', '095444.728000', '095444.731000', '095444.733000', '095444.736000', '095444.739000', '095444.741000', '095444.744000', '095444.746000', '095444.749000', '095444.751000', '095444.754000', '095444.757000', '095444.759000', '095444.762000', '095444.764000', '095504.653000', '095504.655000', '095504.658000', '095504.661000', '095504.663000', '095504.666000', '095504.668000', '095504.671000', '095504.674000', '095504.676000', '095504.679000', '095504.681000', '095504.684000', '095504.687000', '095504.689000', '095504.692000', '095504.694000', '095504.697000', '095504.700000', '095504.702000', '095504.705000', '095504.707000', '095504.710000', '095504.712000', '095504.715000', '095504.718000', '095504.720000', '095504.723000', '095504.725000', '095504.728000', '095504.730000', '095504.733000', '095504.736000', '095504.738000', '095504.741000', '095504.743000', '095504.746000', '095504.749000', '095504.751000', '095504.754000', '095504.756000', '095504.759000', '095504.761000', '095524.652000', '095524.654000', '095524.657000', '095524.660000', '095524.662000', '095524.665000', '095524.667000', '095524.670000', '095524.672000', '095524.675000', '095524.678000', '095524.680000', '095524.683000', '095524.685000', '095524.688000', '095524.690000', '095524.693000', '095524.696000', '095524.698000', '095524.701000', '095524.703000', '095524.706000', '095524.708000', '095524.711000', '095524.714000', '095524.716000', '095524.719000', '095524.721000', '095524.724000', '095524.727000', '095524.729000', '095524.732000', '095524.734000', '095524.737000', '095524.740000', '095524.742000', '095524.745000', '095524.747000', '095524.750000', '095524.752000', '095524.755000', '095524.758000', '095524.760000', '095524.763000', '095544.652000', '095544.654000', '095544.657000', '095544.660000', '095544.662000', '095544.665000', '095544.667000', '095544.670000', '095544.673000', '095544.675000', '095544.678000', '095544.680000', '095544.683000', '095544.685000', '095544.688000', '095544.691000', '095544.693000', '095544.696000', '095544.698000', '095544.701000', '095544.703000', '095544.706000', '095544.709000', '095544.711000', '095544.714000', '095544.716000', '095544.719000', '095544.722000', '095544.724000', '095544.727000', '095544.730000', '095544.732000', '095544.735000', '095544.737000', '095544.740000', '095544.742000', '095544.745000', '095544.747000', '095544.750000', '095544.753000', '095544.755000', '095544.758000', '095544.761000', '095604.651000', '095604.654000', '095604.657000', '095604.660000', '095604.662000', '095604.665000', '095604.667000', '095604.670000', '095604.673000', '095604.675000', '095604.678000', '095604.681000', '095604.683000', '095604.686000', '095604.688000', '095604.691000', '095604.694000', '095604.696000', '095604.699000', '095604.701000', '095604.704000', '095604.707000', '095604.709000', '095604.712000', '095604.714000', '095604.717000', '095604.719000', '095604.722000', '095604.724000', '095604.727000', '095604.730000', '095604.732000', '095604.735000', '095604.738000', '095604.740000', '095604.743000', '095604.745000', '095604.748000', '095604.750000', '095604.753000', '095604.756000', '095604.758000', '095604.761000', '095604.763000', '095624.652000', '095624.654000', '095624.657000', '095624.659000', '095624.662000', '095624.665000', '095624.667000', '095624.670000', '095624.672000', '095624.675000', '095624.677000', '095624.680000', '095624.683000', '095624.685000', '095624.688000', '095624.691000', '095624.693000', '095624.696000', '095624.698000', '095624.701000', '095624.703000', '095624.706000', '095624.709000', '095624.711000', '095624.714000', '095624.716000', '095624.719000', '095624.722000', '095624.724000', '095624.727000', '095624.729000', '095624.732000', '095624.735000', '095624.737000', '095624.740000', '095624.743000', '095624.745000', '095624.748000', '095624.750000', '095624.753000', '095624.755000', '095624.758000', '095624.760000', '095644.652000', '095644.654000', '095644.657000', '095644.659000', '095644.662000', '095644.665000', '095644.667000', '095644.670000', '095644.672000', '095644.675000', '095644.678000', '095644.680000', '095644.683000', '095644.685000', '095644.688000', '095644.691000', '095644.693000', '095644.696000', '095644.698000', '095644.701000', '095644.704000', '095644.706000', '095644.709000', '095644.711000', '095644.714000', '095644.716000', '095644.719000', '095644.721000', '095644.724000', '095644.727000', '095644.729000', '095644.732000', '095644.734000', '095644.737000', '095644.740000', '095644.742000', '095644.745000', '095644.747000', '095644.750000', '095644.752000', '095644.755000', '095644.758000', '095644.771000', '095644.774000', '095704.652000', '095704.655000', '095704.658000', '095704.660000', '095704.663000', '095704.665000', '095704.668000', '095704.671000', '095704.673000', '095704.676000', '095704.678000', '095704.681000', '095704.684000', '095704.686000', '095704.689000', '095704.691000', '095704.694000', '095704.697000', '095704.699000', '095704.702000', '095704.704000', '095704.707000', '095704.710000', '095704.712000', '095704.715000', '095704.717000', '095704.720000', '095704.722000', '095704.725000', '095704.728000', '095704.730000', '095704.733000', '095704.735000', '095704.738000', '095704.741000', '095704.743000', '095704.746000', '095704.748000', '095704.751000', '095704.753000', '095704.756000', '095704.759000', '095704.761000', '095724.652000', '095724.655000', '095724.658000', '095724.661000', '095724.664000', '095724.666000', '095724.669000', '095724.672000', '095724.674000', '095724.677000', '095724.680000', '095724.682000', '095724.685000', '095724.688000', '095724.690000', '095724.693000', '095724.696000', '095724.698000', '095724.701000', '095724.703000', '095724.706000', '095724.709000', '095724.711000', '095724.714000', '095724.717000', '095724.727000', '095724.730000', '095724.732000', '095724.735000', '095724.737000', '095724.740000', '095724.743000', '095724.745000', '095724.748000', '095724.750000', '095724.753000', '095724.755000', '095724.758000', '095724.761000', '095724.763000', '095724.766000', '095724.768000', '095724.771000', '095744.652000', '095744.654000', '095744.657000', '095744.660000', '095744.662000', '095744.665000', '095744.667000', '095744.670000', '095744.673000', '095744.675000', '095744.678000', '095744.680000', '095744.683000', '095744.686000', '095744.688000', '095744.691000', '095744.693000', '095744.696000', '095744.699000', '095744.701000', '095744.704000', '095744.706000', '095744.709000', '095744.711000', '095744.714000', '095744.717000', '095744.719000', '095744.722000', '095744.724000', '095744.727000', '095744.730000', '095744.732000', '095744.735000', '095744.737000', '095744.740000', '095744.743000', '095744.745000', '095744.748000', '095744.750000', '095744.753000', '095744.756000', '095744.758000', '095744.761000', '095744.763000', '095804.652000', '095804.654000', '095804.657000', '095804.660000', '095804.662000', '095804.665000', '095804.668000', '095804.670000', '095804.673000', '095804.675000', '095804.678000', '095804.681000', '095804.683000', '095804.686000', '095804.688000', '095804.691000', '095804.694000', '095804.696000', '095804.699000', '095804.701000', '095804.704000', '095804.707000', '095804.709000', '095804.712000', '095804.723000', '095804.726000', '095804.729000', '095804.731000', '095804.734000', '095804.736000', '095804.739000', '095804.742000', '095804.744000', '095804.747000', '095804.750000', '095804.752000', '095804.755000', '095804.757000', '095804.760000', '095804.763000', '095804.765000', '095804.768000', '095804.770000', '095824.652000', '095824.655000', '095824.657000', '095824.660000', '095824.662000', '095824.665000', '095824.668000', '095824.670000', '095824.673000', '095824.675000', '095824.678000', '095824.681000', '095824.683000', '095824.686000', '095824.688000', '095824.691000', '095824.694000', '095824.696000', '095824.699000', '095824.701000', '095824.704000', '095824.707000', '095824.709000', '095824.712000', '095824.714000', '095824.717000', '095824.720000', '095824.722000', '095824.725000', '095824.727000', '095824.730000', '095824.732000', '095824.735000', '095824.738000', '095824.740000', '095824.743000', '095824.745000', '095824.748000', '095824.751000', '095824.754000', '095824.756000', '095824.759000', '095824.761000', '095824.764000', '095840.977000', '095840.981000', '095840.984000', '095840.987000', '095840.990000', '095840.992000', '095840.995000', '095840.998000', '095841.002000', '095841.005000', '095841.008000', '095841.010000', '095841.013000', '095841.016000', '095841.020000', '095841.023000', '095841.027000', '095841.030000', '095841.034000', '095841.037000', '095841.040000', '095841.043000', '095841.046000', '095841.049000', '095841.051000', '095841.054000', '095841.057000', '095841.059000', '095841.062000', '095841.065000', '095841.067000', '095841.070000', '095841.073000', '095841.076000', '095841.080000', '095841.083000'], 'InstanceCreationTime': ['094824.686000', '094824.689000', '094824.691000', '094824.694000', '094824.697000', '094824.699000', '094824.702000', '094824.704000', '094824.707000', '094824.709000', '094824.717000', '094824.720000', '094824.723000', '094824.725000', '094824.728000', '094824.730000', '094824.733000', '094824.735000', '094824.738000', '094824.740000', '094824.743000', '094824.745000', '094824.748000', '094824.750000', '094824.753000', '094824.756000', '094824.758000', '094824.761000', '094824.763000', '094824.766000', '094824.776000', '094824.778000', '094824.781000', '094824.783000', '094824.786000', '094824.788000', '094844.652000', '094844.654000', '094844.657000', '094844.659000', '094844.662000', '094844.665000', '094844.667000', '094844.670000', '094844.672000', '094844.675000', '094844.677000', '094844.680000', '094844.682000', '094844.685000', '094844.688000', '094844.690000', '094844.693000', '094844.695000', '094844.698000', '094844.701000', '094844.703000', '094844.706000', '094844.708000', '094844.711000', '094844.713000', '094844.716000', '094844.718000', '094844.721000', '094844.724000', '094844.726000', '094844.729000', '094844.731000', '094844.734000', '094844.736000', '094844.739000', '094844.741000', '094844.744000', '094844.747000', '094844.749000', '094844.752000', '094844.754000', '094844.757000', '094844.759000', '094904.651000', '094904.654000', '094904.657000', '094904.659000', '094904.662000', '094904.664000', '094904.667000', '094904.670000', '094904.672000', '094904.675000', '094904.677000', '094904.686000', '094904.689000', '094904.691000', '094904.694000', '094904.696000', '094904.699000', '094904.701000', '094904.704000', '094904.707000', '094904.709000', '094904.712000', '094904.714000', '094904.717000', '094904.719000', '094904.722000', '094904.724000', '094904.727000', '094904.730000', '094904.732000', '094904.735000', '094904.737000', '094904.740000', '094904.742000', '094904.745000', '094904.748000', '094904.750000', '094904.753000', '094904.755000', '094904.758000', '094904.760000', '094904.763000', '094904.766000', '094904.768000', '094924.652000', '094924.654000', '094924.657000', '094924.660000', '094924.662000', '094924.665000', '094924.667000', '094924.670000', '094924.673000', '094924.675000', '094924.678000', '094924.680000', '094924.683000', '094924.685000', '094924.688000', '094924.691000', '094924.693000', '094924.696000', '094924.698000', '094924.701000', '094924.703000', '094924.706000', '094924.708000', '094924.711000', '094924.714000', '094924.716000', '094924.719000', '094924.722000', '094924.724000', '094924.727000', '094924.729000', '094924.732000', '094924.734000', '094924.737000', '094924.740000', '094924.742000', '094924.745000', '094924.747000', '094924.750000', '094924.752000', '094924.755000', '094924.758000', '094924.760000', '094944.651000', '094944.654000', '094944.657000', '094944.673000', '094944.676000', '094944.678000', '094944.681000', '094944.683000', '094944.686000', '094944.689000', '094944.691000', '094944.694000', '094944.696000', '094944.699000', '094944.702000', '094944.704000', '094944.707000', '094944.709000', '094944.712000', '094944.714000', '094944.717000', '094944.720000', '094944.722000', '094944.725000', '094944.728000', '094944.730000', '094944.733000', '094944.735000', '094944.738000', '094944.740000', '094944.743000', '094944.746000', '094944.748000', '094944.751000', '094944.753000', '094944.756000', '094944.758000', '094944.761000', '094944.764000', '094944.766000', '094944.769000', '094944.771000', '094944.774000', '094944.776000', '095004.652000', '095004.654000', '095004.657000', '095004.660000', '095004.662000', '095004.665000', '095004.667000', '095004.670000', '095004.672000', '095004.675000', '095004.677000', '095004.680000', '095004.683000', '095004.685000', '095004.688000', '095004.690000', '095004.693000', '095004.696000', '095004.698000', '095004.701000', '095004.703000', '095004.706000', '095004.709000', '095004.711000', '095004.714000', '095004.716000', '095004.719000', '095004.722000', '095004.724000', '095004.727000', '095004.729000', '095004.732000', '095004.735000', '095004.737000', '095004.740000', '095004.742000', '095004.745000', '095004.747000', '095004.750000', '095004.753000', '095004.755000', '095004.758000', '095004.760000', '095024.653000', '095024.655000', '095024.658000', '095024.661000', '095024.663000', '095024.666000', '095024.668000', '095024.671000', '095024.673000', '095024.676000', '095024.679000', '095024.681000', '095024.684000', '095024.686000', '095024.689000', '095024.692000', '095024.694000', '095024.697000', '095024.700000', '095024.702000', '095024.705000', '095024.707000', '095024.710000', '095024.712000', '095024.715000', '095024.718000', '095024.720000', '095024.723000', '095024.725000', '095024.728000', '095024.731000', '095024.733000', '095024.736000', '095024.738000', '095024.741000', '095024.743000', '095024.746000', '095024.749000', '095024.751000', '095024.754000', '095024.756000', '095024.759000', '095024.762000', '095044.651000', '095044.654000', '095044.657000', '095044.659000', '095044.662000', '095044.665000', '095044.667000', '095044.670000', '095044.672000', '095044.675000', '095044.677000', '095044.680000', '095044.683000', '095044.685000', '095044.688000', '095044.690000', '095044.693000', '095044.696000', '095044.698000', '095044.701000', '095044.703000', '095044.706000', '095044.709000', '095044.711000', '095044.714000', '095044.716000', '095044.719000', '095044.722000', '095044.724000', '095044.727000', '095044.729000', '095044.732000', '095044.734000', '095044.737000', '095044.740000', '095044.742000', '095044.745000', '095044.747000', '095044.750000', '095044.753000', '095044.755000', '095044.758000', '095044.760000', '095044.763000', '095104.652000', '095104.654000', '095104.657000', '095104.660000', '095104.662000', '095104.665000', '095104.667000', '095104.670000', '095104.672000', '095104.675000', '095104.678000', '095104.680000', '095104.683000', '095104.685000', '095104.688000', '095104.690000', '095104.693000', '095104.696000', '095104.698000', '095104.701000', '095104.703000', '095104.707000', '095104.710000', '095104.712000', '095104.715000', '095104.718000', '095104.720000', '095104.723000', '095104.726000', '095104.728000', '095104.731000', '095104.733000', '095104.736000', '095104.738000', '095104.741000', '095104.744000', '095104.746000', '095104.749000', '095104.751000', '095104.754000', '095104.756000', '095104.759000', '095104.768000', '095124.652000', '095124.655000', '095124.657000', '095124.660000', '095124.662000', '095124.665000', '095124.667000', '095124.670000', '095124.673000', '095124.675000', '095124.678000', '095124.681000', '095124.683000', '095124.686000', '095124.688000', '095124.691000', '095124.694000', '095124.696000', '095124.699000', '095124.702000', '095124.704000', '095124.707000', '095124.709000', '095124.712000', '095124.723000', '095124.726000', '095124.729000', '095124.731000', '095124.734000', '095124.736000', '095124.739000', '095124.742000', '095124.744000', '095124.747000', '095124.749000', '095124.752000', '095124.755000', '095124.757000', '095124.760000', '095124.762000', '095124.765000', '095124.768000', '095124.770000', '095124.773000', '095144.651000', '095144.654000', '095144.657000', '095144.659000', '095144.671000', '095144.674000', '095144.676000', '095144.679000', '095144.681000', '095144.684000', '095144.687000', '095144.689000', '095144.692000', '095144.694000', '095144.697000', '095144.700000', '095144.702000', '095144.705000', '095144.707000', '095144.710000', '095144.713000', '095144.715000', '095144.718000', '095144.721000', '095144.723000', '095144.726000', '095144.728000', '095144.731000', '095144.734000', '095144.736000', '095144.739000', '095144.741000', '095144.744000', '095144.746000', '095144.749000', '095144.752000', '095144.754000', '095144.757000', '095144.759000', '095144.762000', '095144.764000', '095144.767000', '095144.769000', '095204.652000', '095204.654000', '095204.657000', '095204.660000', '095204.662000', '095204.665000', '095204.668000', '095204.670000', '095204.673000', '095204.675000', '095204.678000', '095204.681000', '095204.683000', '095204.686000', '095204.688000', '095204.691000', '095204.693000', '095204.696000', '095204.699000', '095204.701000', '095204.704000', '095204.706000', '095204.709000', '095204.711000', '095204.714000', '095204.717000', '095204.719000', '095204.722000', '095204.725000', '095204.727000', '095204.730000', '095204.732000', '095204.735000', '095204.738000', '095204.740000', '095204.743000', '095204.745000', '095204.748000', '095204.750000', '095204.753000', '095204.756000', '095204.758000', '095204.761000', '095204.764000', '095224.652000', '095224.655000', '095224.657000', '095224.660000', '095224.662000', '095224.665000', '095224.667000', '095224.670000', '095224.673000', '095224.675000', '095224.678000', '095224.681000', '095224.684000', '095224.687000', '095224.689000', '095224.692000', '095224.695000', '095224.697000', '095224.700000', '095224.703000', '095224.705000', '095224.708000', '095224.710000', '095224.713000', '095224.716000', '095224.718000', '095224.721000', '095224.723000', '095224.726000', '095224.729000', '095224.731000', '095224.734000', '095224.736000', '095224.739000', '095224.741000', '095224.745000', '095224.748000', '095224.751000', '095224.753000', '095224.756000', '095224.758000', '095224.761000', '095224.763000', '095244.653000', '095244.655000', '095244.658000', '095244.661000', '095244.663000', '095244.666000', '095244.668000', '095244.671000', '095244.674000', '095244.676000', '095244.679000', '095244.682000', '095244.684000', '095244.687000', '095244.690000', '095244.692000', '095244.695000', '095244.698000', '095244.700000', '095244.703000', '095244.706000', '095244.708000', '095244.711000', '095244.713000', '095244.737000', '095244.739000', '095244.742000', '095244.744000', '095244.747000', '095244.749000', '095244.752000', '095244.755000', '095244.757000', '095244.760000', '095244.762000', '095244.765000', '095244.768000', '095244.770000', '095244.773000', '095244.775000', '095244.778000', '095244.781000', '095244.783000', '095244.786000', '095304.652000', '095304.654000', '095304.657000', '095304.659000', '095304.662000', '095304.665000', '095304.667000', '095304.670000', '095304.672000', '095304.675000', '095304.677000', '095304.680000', '095304.683000', '095304.685000', '095304.688000', '095304.690000', '095304.693000', '095304.696000', '095304.698000', '095304.701000', '095304.703000', '095304.706000', '095304.709000', '095304.711000', '095304.714000', '095304.716000', '095304.719000', '095304.722000', '095304.724000', '095304.727000', '095304.729000', '095304.732000', '095304.734000', '095304.737000', '095304.740000', '095304.742000', '095304.745000', '095304.748000', '095304.750000', '095304.753000', '095304.755000', '095304.758000', '095304.760000', '095324.652000', '095324.654000', '095324.657000', '095324.660000', '095324.662000', '095324.665000', '095324.667000', '095324.670000', '095324.673000', '095324.675000', '095324.678000', '095324.680000', '095324.683000', '095324.686000', '095324.688000', '095324.691000', '095324.693000', '095324.696000', '095324.699000', '095324.701000', '095324.704000', '095324.706000', '095324.709000', '095324.712000', '095324.714000', '095324.717000', '095324.719000', '095324.722000', '095324.725000', '095324.727000', '095324.730000', '095324.732000', '095324.735000', '095324.738000', '095324.740000', '095324.743000', '095324.745000', '095324.748000', '095324.751000', '095324.753000', '095324.756000', '095324.758000', '095324.761000', '095324.763000', '095344.652000', '095344.654000', '095344.657000', '095344.660000', '095344.662000', '095344.665000', '095344.667000', '095344.670000', '095344.673000', '095344.675000', '095344.678000', '095344.680000', '095344.683000', '095344.685000', '095344.688000', '095344.691000', '095344.693000', '095344.696000', '095344.698000', '095344.701000', '095344.704000', '095344.706000', '095344.709000', '095344.711000', '095344.716000', '095344.718000', '095344.721000', '095344.724000', '095344.726000', '095344.729000', '095344.731000', '095344.734000', '095344.737000', '095344.739000', '095344.742000', '095344.744000', '095344.747000', '095344.750000', '095344.752000', '095344.755000', '095344.757000', '095344.760000', '095344.762000', '095404.651000', '095404.654000', '095404.657000', '095404.660000', '095404.662000', '095404.665000', '095404.667000', '095404.670000', '095404.673000', '095404.675000', '095404.678000', '095404.680000', '095404.683000', '095404.685000', '095404.688000', '095404.691000', '095404.693000', '095404.696000', '095404.698000', '095404.701000', '095404.704000', '095404.706000', '095404.709000', '095404.711000', '095404.714000', '095404.716000', '095404.719000', '095404.722000', '095404.724000', '095404.727000', '095404.729000', '095404.732000', '095404.735000', '095404.737000', '095404.740000', '095404.758000', '095404.760000', '095404.763000', '095404.765000', '095404.768000', '095404.771000', '095404.773000', '095404.776000', '095404.778000', '095424.652000', '095424.655000', '095424.657000', '095424.660000', '095424.662000', '095424.665000', '095424.668000', '095424.670000', '095424.673000', '095424.676000', '095424.678000', '095424.681000', '095424.684000', '095424.686000', '095424.689000', '095424.692000', '095424.695000', '095424.697000', '095424.700000', '095424.703000', '095424.705000', '095424.708000', '095424.711000', '095424.713000', '095424.716000', '095424.718000', '095424.721000', '095424.724000', '095424.726000', '095424.729000', '095424.731000', '095424.734000', '095424.737000', '095424.739000', '095424.742000', '095424.745000', '095424.747000', '095424.750000', '095424.752000', '095424.755000', '095424.757000', '095424.760000', '095424.763000', '095444.653000', '095444.655000', '095444.658000', '095444.660000', '095444.663000', '095444.666000', '095444.668000', '095444.671000', '095444.674000', '095444.676000', '095444.679000', '095444.681000', '095444.684000', '095444.687000', '095444.689000', '095444.692000', '095444.694000', '095444.697000', '095444.700000', '095444.702000', '095444.705000', '095444.707000', '095444.710000', '095444.713000', '095444.715000', '095444.718000', '095444.720000', '095444.723000', '095444.726000', '095444.728000', '095444.731000', '095444.733000', '095444.736000', '095444.739000', '095444.741000', '095444.744000', '095444.746000', '095444.749000', '095444.751000', '095444.754000', '095444.757000', '095444.759000', '095444.762000', '095444.764000', '095504.653000', '095504.655000', '095504.658000', '095504.661000', '095504.663000', '095504.666000', '095504.668000', '095504.671000', '095504.674000', '095504.676000', '095504.679000', '095504.681000', '095504.684000', '095504.687000', '095504.689000', '095504.692000', '095504.694000', '095504.697000', '095504.700000', '095504.702000', '095504.705000', '095504.707000', '095504.710000', '095504.712000', '095504.715000', '095504.718000', '095504.720000', '095504.723000', '095504.725000', '095504.728000', '095504.730000', '095504.733000', '095504.736000', '095504.738000', '095504.741000', '095504.743000', '095504.746000', '095504.749000', '095504.751000', '095504.754000', '095504.756000', '095504.759000', '095504.761000', '095524.652000', '095524.654000', '095524.657000', '095524.660000', '095524.662000', '095524.665000', '095524.667000', '095524.670000', '095524.672000', '095524.675000', '095524.678000', '095524.680000', '095524.683000', '095524.685000', '095524.688000', '095524.690000', '095524.693000', '095524.696000', '095524.698000', '095524.701000', '095524.703000', '095524.706000', '095524.708000', '095524.711000', '095524.714000', '095524.716000', '095524.719000', '095524.721000', '095524.724000', '095524.727000', '095524.729000', '095524.732000', '095524.734000', '095524.737000', '095524.740000', '095524.742000', '095524.745000', '095524.747000', '095524.750000', '095524.752000', '095524.755000', '095524.758000', '095524.760000', '095524.763000', '095544.652000', '095544.654000', '095544.657000', '095544.660000', '095544.662000', '095544.665000', '095544.667000', '095544.670000', '095544.673000', '095544.675000', '095544.678000', '095544.680000', '095544.683000', '095544.685000', '095544.688000', '095544.691000', '095544.693000', '095544.696000', '095544.698000', '095544.701000', '095544.703000', '095544.706000', '095544.709000', '095544.711000', '095544.714000', '095544.716000', '095544.719000', '095544.722000', '095544.724000', '095544.727000', '095544.730000', '095544.732000', '095544.735000', '095544.737000', '095544.740000', '095544.742000', '095544.745000', '095544.747000', '095544.750000', '095544.753000', '095544.755000', '095544.758000', '095544.761000', '095604.651000', '095604.654000', '095604.657000', '095604.660000', '095604.662000', '095604.665000', '095604.667000', '095604.670000', '095604.673000', '095604.675000', '095604.678000', '095604.681000', '095604.683000', '095604.686000', '095604.688000', '095604.691000', '095604.694000', '095604.696000', '095604.699000', '095604.701000', '095604.704000', '095604.707000', '095604.709000', '095604.712000', '095604.714000', '095604.717000', '095604.719000', '095604.722000', '095604.724000', '095604.727000', '095604.730000', '095604.732000', '095604.735000', '095604.738000', '095604.740000', '095604.743000', '095604.745000', '095604.748000', '095604.750000', '095604.753000', '095604.756000', '095604.758000', '095604.761000', '095604.763000', '095624.652000', '095624.654000', '095624.657000', '095624.659000', '095624.662000', '095624.665000', '095624.667000', '095624.670000', '095624.672000', '095624.675000', '095624.677000', '095624.680000', '095624.683000', '095624.685000', '095624.688000', '095624.691000', '095624.693000', '095624.696000', '095624.698000', '095624.701000', '095624.703000', '095624.706000', '095624.709000', '095624.711000', '095624.714000', '095624.716000', '095624.719000', '095624.722000', '095624.724000', '095624.727000', '095624.729000', '095624.732000', '095624.735000', '095624.737000', '095624.740000', '095624.743000', '095624.745000', '095624.748000', '095624.750000', '095624.753000', '095624.755000', '095624.758000', '095624.760000', '095644.652000', '095644.654000', '095644.657000', '095644.659000', '095644.662000', '095644.665000', '095644.667000', '095644.670000', '095644.672000', '095644.675000', '095644.678000', '095644.680000', '095644.683000', '095644.685000', '095644.688000', '095644.691000', '095644.693000', '095644.696000', '095644.698000', '095644.701000', '095644.704000', '095644.706000', '095644.709000', '095644.711000', '095644.714000', '095644.716000', '095644.719000', '095644.721000', '095644.724000', '095644.727000', '095644.729000', '095644.732000', '095644.734000', '095644.737000', '095644.740000', '095644.742000', '095644.745000', '095644.747000', '095644.750000', '095644.752000', '095644.755000', '095644.758000', '095644.771000', '095644.774000', '095704.652000', '095704.655000', '095704.658000', '095704.660000', '095704.663000', '095704.665000', '095704.668000', '095704.671000', '095704.673000', '095704.676000', '095704.678000', '095704.681000', '095704.684000', '095704.686000', '095704.689000', '095704.691000', '095704.694000', '095704.697000', '095704.699000', '095704.702000', '095704.704000', '095704.707000', '095704.710000', '095704.712000', '095704.715000', '095704.717000', '095704.720000', '095704.722000', '095704.725000', '095704.728000', '095704.730000', '095704.733000', '095704.735000', '095704.738000', '095704.741000', '095704.743000', '095704.746000', '095704.748000', '095704.751000', '095704.753000', '095704.756000', '095704.759000', '095704.761000', '095724.652000', '095724.655000', '095724.658000', '095724.661000', '095724.664000', '095724.666000', '095724.669000', '095724.672000', '095724.674000', '095724.677000', '095724.680000', '095724.682000', '095724.685000', '095724.688000', '095724.690000', '095724.693000', '095724.696000', '095724.698000', '095724.701000', '095724.703000', '095724.706000', '095724.709000', '095724.711000', '095724.714000', '095724.717000', '095724.727000', '095724.730000', '095724.732000', '095724.735000', '095724.737000', '095724.740000', '095724.743000', '095724.745000', '095724.748000', '095724.750000', '095724.753000', '095724.755000', '095724.758000', '095724.761000', '095724.763000', '095724.766000', '095724.768000', '095724.771000', '095744.652000', '095744.654000', '095744.657000', '095744.660000', '095744.662000', '095744.665000', '095744.667000', '095744.670000', '095744.673000', '095744.675000', '095744.678000', '095744.680000', '095744.683000', '095744.686000', '095744.688000', '095744.691000', '095744.693000', '095744.696000', '095744.699000', '095744.701000', '095744.704000', '095744.706000', '095744.709000', '095744.711000', '095744.714000', '095744.717000', '095744.719000', '095744.722000', '095744.724000', '095744.727000', '095744.730000', '095744.732000', '095744.735000', '095744.737000', '095744.740000', '095744.743000', '095744.745000', '095744.748000', '095744.750000', '095744.753000', '095744.756000', '095744.758000', '095744.761000', '095744.763000', '095804.652000', '095804.654000', '095804.657000', '095804.660000', '095804.662000', '095804.665000', '095804.668000', '095804.670000', '095804.673000', '095804.675000', '095804.678000', '095804.681000', '095804.683000', '095804.686000', '095804.688000', '095804.691000', '095804.694000', '095804.696000', '095804.699000', '095804.701000', '095804.704000', '095804.707000', '095804.709000', '095804.712000', '095804.723000', '095804.726000', '095804.729000', '095804.731000', '095804.734000', '095804.736000', '095804.739000', '095804.742000', '095804.744000', '095804.747000', '095804.750000', '095804.752000', '095804.755000', '095804.757000', '095804.760000', '095804.763000', '095804.765000', '095804.768000', '095804.770000', '095824.652000', '095824.655000', '095824.657000', '095824.660000', '095824.662000', '095824.665000', '095824.668000', '095824.670000', '095824.673000', '095824.675000', '095824.678000', '095824.681000', '095824.683000', '095824.686000', '095824.688000', '095824.691000', '095824.694000', '095824.696000', '095824.699000', '095824.701000', '095824.704000', '095824.707000', '095824.709000', '095824.712000', '095824.714000', '095824.717000', '095824.720000', '095824.722000', '095824.725000', '095824.727000', '095824.730000', '095824.732000', '095824.735000', '095824.738000', '095824.740000', '095824.743000', '095824.745000', '095824.748000', '095824.751000', '095824.754000', '095824.756000', '095824.759000', '095824.761000', '095824.764000', '095840.977000', '095840.981000', '095840.984000', '095840.987000', '095840.990000', '095840.992000', '095840.995000', '095840.998000', '095841.002000', '095841.005000', '095841.008000', '095841.010000', '095841.013000', '095841.016000', '095841.020000', '095841.023000', '095841.027000', '095841.030000', '095841.034000', '095841.037000', '095841.040000', '095841.043000', '095841.046000', '095841.049000', '095841.051000', '095841.054000', '095841.057000', '095841.059000', '095841.062000', '095841.065000', '095841.067000', '095841.070000', '095841.073000', '095841.076000', '095841.080000', '095841.083000'], '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': [8973, 9651, 8587, 9350, 10978, 8910, 14458, 9712, 8957, 14605, 8696, 10204, 9475, 8471, 11330, 8195, 8884, 12499, 8408, 9829, 7963, 8419, 11024, 8289, 8819, 10155, 8326, 8454, 8142, 8948, 11916, 8677, 10802, 7654, 8474, 12138, 8856, 9947, 13316, 8604, 11173, 10807, 8941, 12521, 8420, 9224, 14824, 8995, 10968, 11270, 9118, 12880, 8189, 9508, 13630, 8764, 10476, 10149, 9167, 12371, 8581, 9558, 13709, 8445, 10324, 9565, 8496, 13094, 9614, 10706, 11340, 8843, 11733, 8558, 9187, 10806, 8489, 11253, 7884, 8630, 12764, 8416, 8548, 13860, 8844, 9967, 9165, 8572, 11476, 8580, 8676, 12493, 9097, 9053, 13276, 8928, 9865, 10251, 8885, 10689, 7996, 8812, 11570, 7729, 8739, 11709, 9085, 9714, 8158, 8842, 11671, 7935, 8625, 13571, 9223, 10422, 10092, 8770, 11866, 7909, 8886, 14271, 9091, 10551, 10140, 8712, 11909, 8007, 8528, 12858, 9212, 9775, 12666, 8454, 10760, 7559, 8456, 11687, 8811, 9911, 8129, 8404, 11604, 7825, 9315, 10517, 8542, 11406, 8042, 8568, 12715, 8578, 11320, 7626, 8513, 12344, 8831, 10398, 9900, 8667, 11961, 8906, 9696, 11633, 8862, 11716, 8048, 8591, 12911, 9389, 10681, 8128, 8704, 12956, 9040, 11035, 8776, 8489, 12055, 7940, 9070, 14193, 8787, 10658, 8287, 8806, 11704, 8352, 8589, 12572, 8753, 10406, 8542, 8897, 11136, 8082, 8723, 11855, 9007, 9185, 12446, 8913, 10116, 10127, 9067, 11366, 11511, 9030, 11745, 14684, 8773, 11255, 12934, 8493, 11041, 10467, 8965, 10765, 7864, 8450, 11358, 7693, 8800, 11369, 7672, 8611, 11932, 8400, 9550, 12630, 8885, 10018, 10245, 8930, 11322, 7637, 8835, 11442, 9477, 10044, 7979, 9177, 11223, 8620, 8984, 13342, 9165, 10408, 12543, 8833, 11515, 10511, 8927, 12116, 8266, 8858, 12290, 9213, 10425, 12962, 9030, 11707, 7967, 8995, 12320, 8090, 9307, 13681, 9041, 10486, 12220, 8739, 10545, 12460, 8680, 11113, 8213, 8944, 11376, 7656, 8696, 12265, 8138, 8644, 12889, 8542, 9315, 12990, 9463, 10811, 7967, 8804, 12571, 9138, 11193, 8781, 9204, 14269, 9503, 10414, 8469, 8970, 13855, 8871, 10985, 8539, 9094, 12835, 8914, 10615, 8625, 8950, 12249, 9114, 10018, 8324, 8989, 10918, 8597, 11337, 8648, 8494, 8833, 8615, 8959, 8774, 12882, 10285, 8828, 13219, 8472, 8684, 12529, 9405, 10228, 14202, 9079, 10342, 9211, 8708, 12195, 8261, 8843, 13464, 9165, 9870, 11656, 9018, 10469, 8085, 8900, 11477, 9301, 9730, 8500, 9142, 11373, 8691, 9916, 8686, 8897, 12520, 9612, 11433, 8700, 8813, 14779, 8933, 12121, 9417, 9564, 14890, 8920, 11548, 8184, 9554, 10612, 9587, 12412, 9698, 12388, 9672, 11805, 9876, 12047, 9145, 10239, 12224, 11381, 15308, 10004, 10935, 14768, 9329, 14046, 8989, 13635, 9227, 12580, 9402, 9842, 14746, 8802, 14033, 8776, 9484, 10842, 9001, 11579, 9427, 9222, 9158, 9442, 10818, 9072, 9286, 8720, 9599, 10279, 8981, 8569, 8918, 9547, 8866, 9227, 11014, 9115, 9841, 12610, 8852, 10804, 8100, 8962, 13591, 9130, 9646, 13792, 8819, 10569, 8700, 8609, 11933, 9055, 8894, 13774, 8943, 9848, 13396, 8405, 10952, 7548, 8797, 13893, 8457, 10045, 8821, 8533, 11163, 8782, 9955, 8374, 8363, 11346, 8484, 8768, 14002, 8665, 10974, 7698, 8801, 13153, 8725, 10143, 9067, 8571, 11791, 8390, 9152, 8334, 8706, 11563, 8682, 9238, 13747, 8642, 11155, 7544, 8845, 12941, 8931, 10052, 9793, 8579, 11764, 8180, 9038, 11384, 8666, 10627, 7883, 8769, 11866, 8966, 10133, 8578, 9186, 11809, 8958, 9909, 9895, 8691, 12077, 7980, 9242, 12367, 8742, 11322, 8214, 8852, 13269, 8958, 11362, 9110, 9213, 13765, 9135, 9392, 13287, 8677, 11483, 8012, 9046, 13504, 8960, 9518, 13574, 8670, 10300, 8103, 8471, 11297, 7862, 8806, 11035, 8635, 11032, 8042, 8917, 11836, 9026, 10292, 7886, 8643, 10493, 8857, 10575, 8442, 9805, 9539, 8928, 8675, 8951, 12298, 9099, 12567, 8682, 12426, 8733, 12863, 9099, 12432, 14465, 8916, 11238, 15550, 9315, 10652, 9270, 9199, 13543, 8735, 10748, 8635, 9624, 14206, 8928, 9916, 12222, 9762, 14596, 8925, 10063, 14489, 9390, 11382, 8395, 10000, 13861, 9893, 10971, 8953, 8622, 8482, 8342, 8214, 8188, 8220, 9932, 13550, 9162, 9815, 12311, 9229, 12383, 8984, 9810, 12651, 9527, 12116, 9098, 9584, 11309, 9813, 12957, 9626, 10862, 9206, 8704, 9780, 9843, 12803, 9491, 10378, 8311, 9769, 11408, 9139, 10883, 7881, 9614, 12103, 9083, 10049, 8116, 9745, 11484, 8821, 9841, 8285, 9479, 11769, 8759, 10278, 7952, 9602, 9013, 9044, 11710, 8423, 9139, 9645, 8959, 12273, 8652, 10479, 7814, 9010, 11138, 8335, 11917, 7832, 8996, 12478, 8622, 11933, 8439, 9214, 13500, 8607, 11233, 8339, 9161, 13474, 8793, 9853, 12450, 8732, 11059, 7259, 8761, 12506, 8784, 9527, 8594, 8566, 11027, 7499, 9036, 10370, 8612, 11331, 8658, 9107, 9847, 8801, 11499, 8320, 9527, 12472, 9043, 11734, 8763, 9473, 10719, 9151, 12321, 8211, 9512, 13484, 9575, 12808, 8964, 10317, 7990, 9387, 13723, 8694, 10910, 7721, 8408, 10508, 9143, 12801, 8627, 9787, 11168, 8025, 15570, 8725, 12540, 8336, 10575, 8294, 10343, 8153, 9320, 15021, 10264, 11328, 7824, 9459, 11944, 8568, 9500, 11282, 9509, 10847, 8883, 9200, 7852, 9482, 11798, 9200, 9612, 8459, 9703, 12449, 9302, 9423, 8122, 9746, 11502, 9156, 9713, 8399, 9810, 12025, 8947, 9672, 12313, 9187, 9616, 8665, 9964, 11778, 8920, 9701, 8181, 8550, 9017, 9060, 9026, 8785, 8175, 9395, 13206, 8546, 9808, 13466, 8961, 10124, 7567, 9167, 12287, 8816, 9688, 7586, 9401, 10818, 8487, 9727, 11239, 9283, 10325, 8098, 9532, 11835, 9299, 9393, 7687, 9240, 11570, 9352, 9671, 8120, 9478, 12223, 9314, 10280, 8240, 9717, 13597, 9372, 10268, 9438, 9457, 12533, 9020, 9716, 9857, 9296, 12295, 8269, 9849, 12585, 9233, 11179, 7876, 9538, 13063, 9120, 10207, 7676, 9450, 12158, 8780, 9934, 7513, 9179, 12387, 8783, 10036, 6927, 9745, 11947, 8935, 11059, 8338, 10158, 8097, 9604, 12571, 9398, 11587, 8866, 10042, 8031, 9277, 12974, 9293, 10334, 8503, 9813, 13706, 9516, 10904, 8698, 9749, 14557, 9906, 11311, 8785, 9704, 13189, 9685, 10301, 8618, 9669, 13429, 9750, 10222, 8798, 9801, 12904, 9648, 10101, 8709, 9467, 11899, 8293, 10745, 8320, 9360, 12315, 8856, 10513, 9383, 8559, 13067, 8558, 9875, 13675, 9187, 10494, 7903, 9201, 12465, 8807, 9619, 8552, 9553, 12649, 8945, 9836, 8444, 9652, 11867, 8910, 9632, 10376, 9240, 10868, 8408, 10057, 11661, 9030, 12755, 8450, 9431, 13015, 9110, 10046, 8697, 9306, 11292, 8657, 9636, 11793, 9348, 10331, 8335, 9639, 12400, 9477, 9543, 8331, 9784, 11159, 9012, 9759, 8713, 8859, 8478, 9721, 11432, 9300, 11446, 8989, 9846, 14255, 9556, 11614, 8458, 9896, 13058, 8971, 10000, 11691, 9610, 10875, 8513, 9951, 9944, 9502, 11146, 8287, 9457, 13011, 9184, 9950, 8122, 9650, 12555, 8983, 9648, 7968, 9863, 12066, 9042, 9575, 8302, 9354, 11327, 8726, 10006, 10637, 9532, 11210, 8997, 9393, 8503, 9657, 9568, 9329, 11012, 8442, 10078, 11360, 9429, 11396, 8978, 10226, 13459, 9573, 11048, 8241, 9554, 13803, 8901, 10399, 13269, 9521, 10387, 7961, 9744, 11956, 8794, 9318, 7805, 9072, 11279, 9221, 9118, 8381, 9396, 11441, 9135, 10210, 9418, 10669, 9208, 9258, 8804, 8907, 9834, 13315, 9133, 10960, 13516, 8433, 10322, 14150, 8468, 12593, 7542, 8324, 14961, 8046, 10107, 7394, 9025, 12889, 8544, 10064, 8328, 8906, 9978, 8821, 10600, 8041, 9578, 12186, 9116, 10813, 8426, 9459, 12464, 9084, 11240, 8211, 9451, 14708, 8964, 10555, 8245, 9530, 13115, 8967, 10030, 8113, 9567, 12164, 9121, 9996, 12721, 9745, 10907, 8790, 9596, 9631, 9579, 10872, 8603, 9754, 13205, 9597, 11041, 8852, 9806, 11890, 9417, 10546, 8212, 9662, 13346, 9301, 10478, 8810, 8562, 14937, 8878, 10792, 8103, 9545, 10216, 9396, 10907, 8770, 9916, 11379, 9427, 11751, 8825, 9999, 13603, 9798, 10572, 8488, 9597, 10244, 9519, 11992, 9004, 9531, 8278, 9817, 12800, 9413, 11337, 8666, 9861, 10862, 9808, 11495, 9170, 9913, 12178, 9906, 12517, 8878, 10155, 9143, 9521, 14301, 9480, 11119, 8714, 9792, 13858, 9536, 9820, 8877, 10141, 12505, 10075, 10484, 9172, 8745, 8643, 9582, 11470, 9905, 10531, 9363, 8519, 7573, 8583, 9382, 8161, 13812, 9813, 10537, 9293, 12794, 9387, 12152, 12014, 10092, 14479, 9992, 11346, 9026, 10202, 10631, 10026, 11839, 10000, 10684, 9251, 9927, 10783, 10712, 11916, 10058, 10614, 9706, 9385, 9344, 9134, 8264, 10373, 12059, 10150, 11230, 9469, 10129, 9367, 9523, 8957, 10357, 12364, 10151, 10722, 9666, 9913, 11418, 10791, 12666, 10094, 10377, 9092, 10633, 10447, 10591, 11736, 9573, 9297, 8809, 10632, 10734, 10172, 10574, 10179, 10363, 10307, 10224, 9791, 9943, 8373, 12271, 10913, 8753, 12185, 8114, 13579, 9020, 12835, 10790, 10610, 14600, 9492, 14055, 9142, 9935, 9020, 8566, 11597, 9985, 12737, 9882, 10214, 9112, 8811, 9003, 9600, 12195, 9705, 9676, 8442, 10049, 12507, 9421, 9439, 9458, 9993, 12055, 9455, 9508, 9005, 8846, 9049, 10153, 12032, 9544, 10411, 9093, 8575, 8266, 10157, 12299, 10051, 11142, 9689, 9631, 8780, 10423, 12271, 9547, 9866, 10229, 10084, 13195, 9683, 10508, 13066, 10252, 12558, 9632, 9294, 9085, 10332, 11997, 9708, 9949, 8999, 10565, 10792, 10025, 9784, 9430, 9954, 10286, 9989, 11946, 9937, 10404, 9465, 9015, 8920, 9804, 10537, 10352, 12582, 9764, 9865, 8626], 'WindowCenter': [4063.0, 4057.0, 4034.0, 4033.0, 4040.0, 4031.0, 4073.0, 4027.0, 4016.0, 4056.0, 4003.0, 4013.0, 4002.0, 3993.0, 4024.0, 4004.0, 4003.0, 4033.0, 3993.0, 4012.0, 3991.0, 4003.0, 4023.0, 4005.0, 4017.0, 4025.0, 4002.0, 3989.0, 3989.0, 4016.0, 4021.0, 4001.0, 4024.0, 3992.0, 4005.0, 4046.0, 4014.0, 4025.0, 4045.0, 4005.0, 4036.0, 4024.0, 4014.0, 4045.0, 4002.0, 4013.0, 4054.0, 4003.0, 4037.0, 4034.0, 4003.0, 4033.0, 3991.0, 4012.0, 4041.0, 4001.0, 4024.0, 4012.0, 4012.0, 4033.0, 4001.0, 4012.0, 4043.0, 4002.0, 4022.0, 4012.0, 4016.0, 4045.0, 4015.0, 4025.0, 4022.0, 4001.0, 4032.0, 4002.0, 4013.0, 4020.0, 4000.0, 4021.0, 3991.0, 4003.0, 4032.0, 3991.0, 4004.0, 4043.0, 4002.0, 4025.0, 4013.0, 4002.0, 4021.0, 4000.0, 4001.0, 4031.0, 4000.0, 4003.0, 4042.0, 4001.0, 4012.0, 4010.0, 4002.0, 4022.0, 3991.0, 4002.0, 4033.0, 3992.0, 4002.0, 4034.0, 4001.0, 4013.0, 3992.0, 4015.0, 4034.0, 3992.0, 4003.0, 4045.0, 4014.0, 4025.0, 4024.0, 4016.0, 4035.0, 3992.0, 4003.0, 4053.0, 4003.0, 4024.0, 4011.0, 4002.0, 4033.0, 3991.0, 4002.0, 4032.0, 4001.0, 4013.0, 4043.0, 4003.0, 4023.0, 3990.0, 4001.0, 4031.0, 4002.0, 4011.0, 3990.0, 4003.0, 4033.0, 3992.0, 4013.0, 4023.0, 4002.0, 4034.0, 3991.0, 4004.0, 4045.0, 4002.0, 4035.0, 3991.0, 4002.0, 4032.0, 4002.0, 4023.0, 4013.0, 4002.0, 4034.0, 4002.0, 4014.0, 4033.0, 4012.0, 4034.0, 3993.0, 4004.0, 4044.0, 4014.0, 4024.0, 3991.0, 4014.0, 4045.0, 4013.0, 4025.0, 4001.0, 4002.0, 4035.0, 3992.0, 4014.0, 4043.0, 4003.0, 4023.0, 3990.0, 4001.0, 4033.0, 4001.0, 4005.0, 4043.0, 4002.0, 4024.0, 4002.0, 4013.0, 4034.0, 3991.0, 4016.0, 4045.0, 4015.0, 4016.0, 4046.0, 4014.0, 4026.0, 4023.0, 4015.0, 4037.0, 4033.0, 4013.0, 4035.0, 4055.0, 4002.0, 4035.0, 4043.0, 4002.0, 4022.0, 4020.0, 4002.0, 4023.0, 3992.0, 4004.0, 4034.0, 3993.0, 4015.0, 4035.0, 3995.0, 4016.0, 4036.0, 4004.0, 4016.0, 4035.0, 4015.0, 4027.0, 4025.0, 4017.0, 4037.0, 3995.0, 4014.0, 4034.0, 4015.0, 4026.0, 4004.0, 4027.0, 4037.0, 4005.0, 4016.0, 4056.0, 4015.0, 4038.0, 4047.0, 4015.0, 4037.0, 4024.0, 4014.0, 4046.0, 4003.0, 4014.0, 4045.0, 4015.0, 4026.0, 4044.0, 4015.0, 4037.0, 3992.0, 4015.0, 4045.0, 3995.0, 4015.0, 4046.0, 4002.0, 4026.0, 4033.0, 4002.0, 4026.0, 4044.0, 4003.0, 4035.0, 3991.0, 4004.0, 4034.0, 3995.0, 4015.0, 4037.0, 3993.0, 4005.0, 4045.0, 4004.0, 4017.0, 4046.0, 4028.0, 4037.0, 3994.0, 4005.0, 4045.0, 4015.0, 4037.0, 4005.0, 4016.0, 4057.0, 4015.0, 4026.0, 4005.0, 4016.0, 4045.0, 4003.0, 4023.0, 3991.0, 4003.0, 4032.0, 4003.0, 4023.0, 4002.0, 4002.0, 4032.0, 4002.0, 4011.0, 3992.0, 4003.0, 4024.0, 4005.0, 4025.0, 4004.0, 4004.0, 4003.0, 4005.0, 4015.0, 4018.0, 4049.0, 4015.0, 4003.0, 4033.0, 3990.0, 4001.0, 4033.0, 4001.0, 4012.0, 4041.0, 3989.0, 4011.0, 3998.0, 3990.0, 4031.0, 3989.0, 4000.0, 4030.0, 3999.0, 4011.0, 4020.0, 4002.0, 4022.0, 3989.0, 4001.0, 4020.0, 4001.0, 4012.0, 4002.0, 4017.0, 4047.0, 4016.0, 4025.0, 4002.0, 4014.0, 4045.0, 4027.0, 4036.0, 4004.0, 4015.0, 4055.0, 4003.0, 4035.0, 4001.0, 4012.0, 4041.0, 4000.0, 4021.0, 4002.0, 4011.0, 4021.0, 4000.0, 4029.0, 3996.0, 4014.0, 3997.0, 4016.0, 4010.0, 4030.0, 3970.0, 4008.0, 3989.0, 4035.0, 4029.0, 3983.0, 3995.0, 4015.0, 3984.0, 4014.0, 3984.0, 4016.0, 3984.0, 4016.0, 3986.0, 3982.0, 4012.0, 3958.0, 4000.0, 3947.0, 3967.0, 3978.0, 3959.0, 3991.0, 3970.0, 3970.0, 3956.0, 3969.0, 3978.0, 3957.0, 3969.0, 3959.0, 3982.0, 3994.0, 3987.0, 3976.0, 3986.0, 3998.0, 3989.0, 4002.0, 4021.0, 4000.0, 4013.0, 4032.0, 4002.0, 4024.0, 3992.0, 4003.0, 4043.0, 4001.0, 4013.0, 4042.0, 4001.0, 4023.0, 3991.0, 3991.0, 4022.0, 4001.0, 4003.0, 4042.0, 3990.0, 4013.0, 4041.0, 3989.0, 4010.0, 3978.0, 3989.0, 4030.0, 3991.0, 4010.0, 4001.0, 4001.0, 4020.0, 4001.0, 4012.0, 3990.0, 4002.0, 4022.0, 4001.0, 4003.0, 4054.0, 4003.0, 4022.0, 3981.0, 4001.0, 4031.0, 3990.0, 4011.0, 4001.0, 4004.0, 4033.0, 3990.0, 4002.0, 3990.0, 4002.0, 4022.0, 4001.0, 4013.0, 4043.0, 4002.0, 4022.0, 3981.0, 4001.0, 4031.0, 4001.0, 4012.0, 4011.0, 4001.0, 4033.0, 3991.0, 4000.0, 4020.0, 3991.0, 4011.0, 3990.0, 4002.0, 4033.0, 4004.0, 4023.0, 4001.0, 4003.0, 4033.0, 4002.0, 4013.0, 4011.0, 4004.0, 4034.0, 3991.0, 4013.0, 4033.0, 4003.0, 4023.0, 3991.0, 4002.0, 4045.0, 4003.0, 4033.0, 4002.0, 4002.0, 4042.0, 4000.0, 4002.0, 4042.0, 3990.0, 4021.0, 3979.0, 4000.0, 4031.0, 3999.0, 4013.0, 4031.0, 3991.0, 4011.0, 3978.0, 3989.0, 4020.0, 3991.0, 4002.0, 4021.0, 4003.0, 4021.0, 3993.0, 4003.0, 4033.0, 4003.0, 4024.0, 3991.0, 4005.0, 4023.0, 4015.0, 4037.0, 4008.0, 4028.0, 4027.0, 4018.0, 4018.0, 4018.0, 4062.0, 4018.0, 4048.0, 4016.0, 4033.0, 4005.0, 4045.0, 4015.0, 4048.0, 4059.0, 4016.0, 4038.0, 4054.0, 4002.0, 4024.0, 4013.0, 4013.0, 4032.0, 3990.0, 4011.0, 3989.0, 4000.0, 4041.0, 3989.0, 4001.0, 4020.0, 3999.0, 4040.0, 3986.0, 3997.0, 4026.0, 3983.0, 4005.0, 3963.0, 3997.0, 4029.0, 3996.0, 4006.0, 3984.0, 3971.0, 3972.0, 3973.0, 3973.0, 3977.0, 3987.0, 4010.0, 4042.0, 3987.0, 3998.0, 4017.0, 3988.0, 4030.0, 3987.0, 3996.0, 4017.0, 3985.0, 4006.0, 3986.0, 3999.0, 4007.0, 3995.0, 4003.0, 3984.0, 3993.0, 3973.0, 3972.0, 3982.0, 3984.0, 4015.0, 3983.0, 3993.0, 3973.0, 3995.0, 4004.0, 3983.0, 3994.0, 3962.0, 3985.0, 4015.0, 3985.0, 3996.0, 3963.0, 3985.0, 4004.0, 3986.0, 3997.0, 3975.0, 3997.0, 4019.0, 3988.0, 4009.0, 3977.0, 3999.0, 3987.0, 4001.0, 4033.0, 3990.0, 4012.0, 4012.0, 4002.0, 4033.0, 4001.0, 4023.0, 3980.0, 4003.0, 4035.0, 4005.0, 4035.0, 3991.0, 4014.0, 4045.0, 4017.0, 4037.0, 4003.0, 4016.0, 4055.0, 4003.0, 4023.0, 3992.0, 4014.0, 4044.0, 4002.0, 4014.0, 4033.0, 4004.0, 4022.0, 3981.0, 4003.0, 4032.0, 4002.0, 4013.0, 3991.0, 4003.0, 4024.0, 3983.0, 4003.0, 4012.0, 4002.0, 4022.0, 4002.0, 4003.0, 4012.0, 4004.0, 4036.0, 4005.0, 4013.0, 4034.0, 4002.0, 4033.0, 4001.0, 4012.0, 4012.0, 4014.0, 4036.0, 4004.0, 4014.0, 4043.0, 4011.0, 4031.0, 4002.0, 4013.0, 3991.0, 4013.0, 4045.0, 4004.0, 4024.0, 3992.0, 4003.0, 4022.0, 4013.0, 4034.0, 4002.0, 4026.0, 4023.0, 3992.0, 4053.0, 4004.0, 4033.0, 3992.0, 4010.0, 3990.0, 4011.0, 3995.0, 4004.0, 4041.0, 3999.0, 4010.0, 3967.0, 3998.0, 4008.0, 3988.0, 4001.0, 4020.0, 3998.0, 4008.0, 3988.0, 3989.0, 3978.0, 4000.0, 4020.0, 4001.0, 4000.0, 3989.0, 4000.0, 4020.0, 4000.0, 3999.0, 3990.0, 4001.0, 4021.0, 4001.0, 3999.0, 3989.0, 4010.0, 4022.0, 3988.0, 3999.0, 4019.0, 3988.0, 4001.0, 3990.0, 4011.0, 4019.0, 4000.0, 4001.0, 3991.0, 4004.0, 4003.0, 4002.0, 4004.0, 4003.0, 4005.0, 4015.0, 4035.0, 3993.0, 4012.0, 4031.0, 3988.0, 4010.0, 3980.0, 4002.0, 4021.0, 4001.0, 4001.0, 3978.0, 4002.0, 4023.0, 3991.0, 4014.0, 4020.0, 4002.0, 4012.0, 3980.0, 4011.0, 4022.0, 4004.0, 4012.0, 3991.0, 4004.0, 4021.0, 4004.0, 4014.0, 3993.0, 4014.0, 4035.0, 4014.0, 4023.0, 3993.0, 4014.0, 4044.0, 4015.0, 4025.0, 4013.0, 4013.0, 4034.0, 4002.0, 4012.0, 4012.0, 4014.0, 4035.0, 3991.0, 4014.0, 4032.0, 4001.0, 4023.0, 3990.0, 4013.0, 4043.0, 4003.0, 4012.0, 3980.0, 4012.0, 4033.0, 4003.0, 4013.0, 3982.0, 4015.0, 4033.0, 4004.0, 4030.0, 3985.0, 4017.0, 4034.0, 4003.0, 4023.0, 4006.0, 4024.0, 3994.0, 4029.0, 4046.0, 4016.0, 4024.0, 4002.0, 4015.0, 3992.0, 4016.0, 4046.0, 4015.0, 4026.0, 4002.0, 4013.0, 4043.0, 4013.0, 4024.0, 4002.0, 4015.0, 4043.0, 4011.0, 4022.0, 3991.0, 4000.0, 4030.0, 4012.0, 4011.0, 3990.0, 4001.0, 4031.0, 4011.0, 4011.0, 3991.0, 4011.0, 4032.0, 4011.0, 4013.0, 4002.0, 4015.0, 4036.0, 4005.0, 4026.0, 4005.0, 4016.0, 4034.0, 4015.0, 4040.0, 4004.0, 4003.0, 4035.0, 4007.0, 4026.0, 4043.0, 4002.0, 4012.0, 3979.0, 4002.0, 4032.0, 4000.0, 4013.0, 4001.0, 4002.0, 4032.0, 4000.0, 4011.0, 3989.0, 4001.0, 4033.0, 4001.0, 4014.0, 4011.0, 4011.0, 4020.0, 3988.0, 4008.0, 4020.0, 4002.0, 4022.0, 3976.0, 4000.0, 4032.0, 3999.0, 4001.0, 3987.0, 3998.0, 4008.0, 3988.0, 3999.0, 4008.0, 3987.0, 4010.0, 3989.0, 4000.0, 4018.0, 3998.0, 3999.0, 3977.0, 3998.0, 4008.0, 4002.0, 4011.0, 4001.0, 4001.0, 3991.0, 4026.0, 4034.0, 4002.0, 4022.0, 4001.0, 4026.0, 4055.0, 4002.0, 4021.0, 3988.0, 4000.0, 4030.0, 3988.0, 4011.0, 4018.0, 3998.0, 4009.0, 3987.0, 3998.0, 3998.0, 3998.0, 4008.0, 3987.0, 3998.0, 4030.0, 3999.0, 3999.0, 3977.0, 3999.0, 4019.0, 3989.0, 4000.0, 3978.0, 4009.0, 4021.0, 3988.0, 3998.0, 3976.0, 3998.0, 4009.0, 3987.0, 3999.0, 4009.0, 4001.0, 4021.0, 4000.0, 3999.0, 3988.0, 4011.0, 3998.0, 3999.0, 4022.0, 3992.0, 4013.0, 4033.0, 4012.0, 4035.0, 4003.0, 4013.0, 4031.0, 4000.0, 4021.0, 3990.0, 4000.0, 4031.0, 3989.0, 4011.0, 4029.0, 3998.0, 3999.0, 3977.0, 3999.0, 4020.0, 3990.0, 4000.0, 3979.0, 4005.0, 4024.0, 4002.0, 4014.0, 4002.0, 4014.0, 4034.0, 4014.0, 4026.0, 4015.0, 4024.0, 4018.0, 4017.0, 4018.0, 4017.0, 4027.0, 4058.0, 4015.0, 4025.0, 4033.0, 3992.0, 4015.0, 4043.0, 3992.0, 4025.0, 3970.0, 3980.0, 4043.0, 3981.0, 4013.0, 3982.0, 4003.0, 4033.0, 3991.0, 4002.0, 3980.0, 3990.0, 4012.0, 4005.0, 4027.0, 3994.0, 4015.0, 4034.0, 4004.0, 4023.0, 3992.0, 4014.0, 4034.0, 4004.0, 4025.0, 3991.0, 4012.0, 4042.0, 4003.0, 4025.0, 3994.0, 4011.0, 4033.0, 4000.0, 4002.0, 3978.0, 4001.0, 4033.0, 4002.0, 4012.0, 4034.0, 4003.0, 4011.0, 3990.0, 4002.0, 4000.0, 4000.0, 4010.0, 3990.0, 4013.0, 4032.0, 4000.0, 4021.0, 3999.0, 4012.0, 4020.0, 4001.0, 4012.0, 3992.0, 4001.0, 4033.0, 4001.0, 4024.0, 4005.0, 3994.0, 4043.0, 4004.0, 4023.0, 3991.0, 4002.0, 4011.0, 4002.0, 4011.0, 3991.0, 4011.0, 4023.0, 4003.0, 4023.0, 4000.0, 4014.0, 4032.0, 4001.0, 4012.0, 3992.0, 4012.0, 4011.0, 4002.0, 4022.0, 4002.0, 4012.0, 3992.0, 4024.0, 4046.0, 4014.0, 4026.0, 4002.0, 4013.0, 4023.0, 4014.0, 4034.0, 4002.0, 4014.0, 4022.0, 4013.0, 4034.0, 4005.0, 4016.0, 4003.0, 4013.0, 4044.0, 4002.0, 4022.0, 3991.0, 4010.0, 4029.0, 3999.0, 4000.0, 3988.0, 4009.0, 4031.0, 4001.0, 4009.0, 3998.0, 3991.0, 3990.0, 4001.0, 4021.0, 4009.0, 4012.0, 4001.0, 4004.0, 3992.0, 4000.0, 3996.0, 3990.0, 4029.0, 4008.0, 4011.0, 4003.0, 4021.0, 4000.0, 4023.0, 4035.0, 4012.0, 4032.0, 3998.0, 4010.0, 3987.0, 3996.0, 3996.0, 3999.0, 4018.0, 3996.0, 3998.0, 3987.0, 3999.0, 4008.0, 3995.0, 4006.0, 3998.0, 3996.0, 3997.0, 3985.0, 3984.0, 3986.0, 3976.0, 4010.0, 4019.0, 4008.0, 4020.0, 3999.0, 4009.0, 3988.0, 3997.0, 3987.0, 3998.0, 4018.0, 3997.0, 4007.0, 3999.0, 4000.0, 4009.0, 4009.0, 4019.0, 3998.0, 3996.0, 3987.0, 4008.0, 4007.0, 4008.0, 4019.0, 4000.0, 4002.0, 4001.0, 4021.0, 4008.0, 3999.0, 4007.0, 4009.0, 4009.0, 4023.0, 4023.0, 4024.0, 4023.0, 4006.0, 4056.0, 4028.0, 4008.0, 4037.0, 3995.0, 4048.0, 4017.0, 4049.0, 4026.0, 4014.0, 4032.0, 4001.0, 4028.0, 3988.0, 3988.0, 3988.0, 3988.0, 4009.0, 3999.0, 4019.0, 3999.0, 4010.0, 3988.0, 4000.0, 4000.0, 4001.0, 4020.0, 4000.0, 4000.0, 3978.0, 4001.0, 4030.0, 3999.0, 4001.0, 3998.0, 3999.0, 4018.0, 3998.0, 3997.0, 4001.0, 4013.0, 4000.0, 4010.0, 4020.0, 4000.0, 4010.0, 4000.0, 4002.0, 3989.0, 4013.0, 4035.0, 4013.0, 4021.0, 4002.0, 4001.0, 3989.0, 4012.0, 4020.0, 4000.0, 4011.0, 4009.0, 4011.0, 4032.0, 3999.0, 4010.0, 4018.0, 3996.0, 4017.0, 3985.0, 3986.0, 3974.0, 3997.0, 4007.0, 3986.0, 3996.0, 3984.0, 3996.0, 3994.0, 3995.0, 3996.0, 3986.0, 3996.0, 3995.0, 3996.0, 4007.0, 3997.0, 4008.0, 3999.0, 3988.0, 3999.0, 4010.0, 4010.0, 4011.0, 4020.0, 3998.0, 4013.0, 3990.0], 'WindowWidth': [9060.0, 9041.0, 9001.0, 8996.0, 9000.0, 8988.0, 9053.0, 8977.0, 8958.0, 9011.0, 8936.0, 8950.0, 8931.0, 8921.0, 8966.0, 8940.0, 8937.0, 8976.0, 8923.0, 8949.0, 8917.0, 8937.0, 8964.0, 8943.0, 8964.0, 8971.0, 8935.0, 8912.0, 8913.0, 8959.0, 8958.0, 8930.0, 8968.0, 8923.0, 8942.0, 8999.0, 8954.0, 8973.0, 8998.0, 8943.0, 8990.0, 8967.0, 8954.0, 8997.0, 8934.0, 8953.0, 9009.0, 8939.0, 8992.0, 8984.0, 8938.0, 8979.0, 8917.0, 8947.0, 8986.0, 8932.0, 8968.0, 8948.0, 8947.0, 8978.0, 8932.0, 8948.0, 8992.0, 8937.0, 8965.0, 8947.0, 8962.0, 8997.0, 8957.0, 8968.0, 8960.0, 8932.0, 8974.0, 8933.0, 8951.0, 8955.0, 8929.0, 8959.0, 8919.0, 8936.0, 8975.0, 8918.0, 8942.0, 8989.0, 8932.0, 8969.0, 8953.0, 8935.0, 8960.0, 8929.0, 8932.0, 8972.0, 8929.0, 8937.0, 8990.0, 8932.0, 8948.0, 8943.0, 8934.0, 8962.0, 8917.0, 8936.0, 8979.0, 8921.0, 8936.0, 8978.0, 8934.0, 8951.0, 8924.0, 8957.0, 8983.0, 8922.0, 8939.0, 8998.0, 8953.0, 8972.0, 8966.0, 8960.0, 8988.0, 8922.0, 8937.0, 9005.0, 8937.0, 8967.0, 8946.0, 8937.0, 8980.0, 8919.0, 8936.0, 8976.0, 8932.0, 8950.0, 8990.0, 8937.0, 8966.0, 8918.0, 8934.0, 8972.0, 8934.0, 8948.0, 8917.0, 8937.0, 8979.0, 8922.0, 8952.0, 8965.0, 8937.0, 8982.0, 8920.0, 8942.0, 8998.0, 8937.0, 8983.0, 8920.0, 8938.0, 8978.0, 8935.0, 8967.0, 8952.0, 8937.0, 8980.0, 8936.0, 8954.0, 8977.0, 8950.0, 8982.0, 8924.0, 8941.0, 8996.0, 8956.0, 8969.0, 8920.0, 8957.0, 9001.0, 8954.0, 8970.0, 8934.0, 8937.0, 8984.0, 8922.0, 8953.0, 8993.0, 8937.0, 8967.0, 8917.0, 8934.0, 8978.0, 8935.0, 8943.0, 8992.0, 8936.0, 8967.0, 8935.0, 8953.0, 8981.0, 8922.0, 8962.0, 9000.0, 8956.0, 8961.0, 9002.0, 8956.0, 8974.0, 8967.0, 8958.0, 8991.0, 8979.0, 8951.0, 8984.0, 9013.0, 8936.0, 8983.0, 8991.0, 8934.0, 8963.0, 8956.0, 8933.0, 8964.0, 8923.0, 8940.0, 8981.0, 8923.0, 8957.0, 8983.0, 8929.0, 8960.0, 8987.0, 8941.0, 8959.0, 8982.0, 8956.0, 8975.0, 8970.0, 8962.0, 8991.0, 8930.0, 8955.0, 8980.0, 8955.0, 8973.0, 8941.0, 8978.0, 8990.0, 8944.0, 8960.0, 9013.0, 8958.0, 8993.0, 9006.0, 8959.0, 8992.0, 8968.0, 8956.0, 9001.0, 8937.0, 8956.0, 8999.0, 8957.0, 8973.0, 8995.0, 8956.0, 8990.0, 8921.0, 8956.0, 8999.0, 8930.0, 8956.0, 8998.0, 8936.0, 8972.0, 8977.0, 8934.0, 8972.0, 8995.0, 8938.0, 8983.0, 8919.0, 8942.0, 8983.0, 8932.0, 8958.0, 8989.0, 8923.0, 8942.0, 8996.0, 8939.0, 8965.0, 9001.0, 8979.0, 8987.0, 8925.0, 8942.0, 8996.0, 8956.0, 8988.0, 8941.0, 8958.0, 9014.0, 8955.0, 8971.0, 8944.0, 8958.0, 8996.0, 8938.0, 8965.0, 8916.0, 8934.0, 8975.0, 8936.0, 8963.0, 8932.0, 8934.0, 8972.0, 8932.0, 8945.0, 8919.0, 8937.0, 8965.0, 8941.0, 8969.0, 8937.0, 8939.0, 8936.0, 8943.0, 8959.0, 8966.0, 9011.0, 8955.0, 8937.0, 8978.0, 8914.0, 8932.0, 8978.0, 8930.0, 8947.0, 8983.0, 8912.0, 8945.0, 8922.0, 8913.0, 8973.0, 8912.0, 8927.0, 8966.0, 8924.0, 8942.0, 8952.0, 8932.0, 8961.0, 8913.0, 8930.0, 8954.0, 8930.0, 8948.0, 8933.0, 8961.0, 9003.0, 8961.0, 8968.0, 8933.0, 8955.0, 8997.0, 8976.0, 8986.0, 8941.0, 8959.0, 9010.0, 8936.0, 8980.0, 8930.0, 8948.0, 8986.0, 8928.0, 8959.0, 8936.0, 8943.0, 8958.0, 8927.0, 8965.0, 8916.0, 8937.0, 8917.0, 8942.0, 8944.0, 8972.0, 8873.0, 8940.0, 8895.0, 8987.0, 8969.0, 8890.0, 8908.0, 8936.0, 8894.0, 8937.0, 8896.0, 8941.0, 8897.0, 8944.0, 8901.0, 8890.0, 8925.0, 8849.0, 8908.0, 8831.0, 8860.0, 8874.0, 8849.0, 8898.0, 8869.0, 8866.0, 8844.0, 8863.0, 8875.0, 8847.0, 8866.0, 8854.0, 8888.0, 8908.0, 8903.0, 8887.0, 8899.0, 8920.0, 8909.0, 8932.0, 8956.0, 8926.0, 8949.0, 8973.0, 8935.0, 8967.0, 8920.0, 8936.0, 8989.0, 8931.0, 8950.0, 8985.0, 8932.0, 8963.0, 8915.0, 8917.0, 8959.0, 8929.0, 8936.0, 8987.0, 8915.0, 8949.0, 8985.0, 8911.0, 8941.0, 8894.0, 8912.0, 8968.0, 8915.0, 8942.0, 8932.0, 8932.0, 8955.0, 8930.0, 8947.0, 8913.0, 8935.0, 8961.0, 8930.0, 8936.0, 9008.0, 8936.0, 8962.0, 8903.0, 8931.0, 8970.0, 8913.0, 8945.0, 8930.0, 8939.0, 8978.0, 8916.0, 8934.0, 8915.0, 8933.0, 8961.0, 8931.0, 8950.0, 8990.0, 8933.0, 8962.0, 8904.0, 8933.0, 8972.0, 8930.0, 8949.0, 8945.0, 8932.0, 8975.0, 8917.0, 8929.0, 8955.0, 8916.0, 8945.0, 8916.0, 8935.0, 8979.0, 8941.0, 8964.0, 8930.0, 8936.0, 8975.0, 8933.0, 8952.0, 8945.0, 8940.0, 8981.0, 8920.0, 8950.0, 8978.0, 8936.0, 8965.0, 8918.0, 8935.0, 8996.0, 8936.0, 8977.0, 8932.0, 8933.0, 8989.0, 8927.0, 8932.0, 8987.0, 8916.0, 8958.0, 8898.0, 8927.0, 8972.0, 8926.0, 8947.0, 8970.0, 8915.0, 8943.0, 8896.0, 8914.0, 8955.0, 8917.0, 8933.0, 8958.0, 8935.0, 8960.0, 8922.0, 8937.0, 8977.0, 8938.0, 8966.0, 8918.0, 8944.0, 8966.0, 8955.0, 8989.0, 8951.0, 8978.0, 8974.0, 8965.0, 8966.0, 8966.0, 9030.0, 8966.0, 9005.0, 8960.0, 8979.0, 8942.0, 8996.0, 8956.0, 9007.0, 9029.0, 8961.0, 8990.0, 9008.0, 8933.0, 8969.0, 8950.0, 8948.0, 8973.0, 8913.0, 8944.0, 8911.0, 8928.0, 8983.0, 8911.0, 8929.0, 8953.0, 8922.0, 8982.0, 8901.0, 8918.0, 8952.0, 8891.0, 8923.0, 8863.0, 8915.0, 8963.0, 8915.0, 8929.0, 8896.0, 8875.0, 8875.0, 8880.0, 8880.0, 8889.0, 8904.0, 8942.0, 8988.0, 8905.0, 8920.0, 8942.0, 8906.0, 8967.0, 8904.0, 8916.0, 8943.0, 8898.0, 8927.0, 8900.0, 8925.0, 8930.0, 8909.0, 8920.0, 8893.0, 8906.0, 8876.0, 8875.0, 8887.0, 8894.0, 8939.0, 8891.0, 8905.0, 8877.0, 8910.0, 8921.0, 8893.0, 8908.0, 8864.0, 8898.0, 8940.0, 8897.0, 8913.0, 8865.0, 8897.0, 8923.0, 8900.0, 8916.0, 8884.0, 8919.0, 8951.0, 8908.0, 8938.0, 8892.0, 8923.0, 8907.0, 8929.0, 8975.0, 8914.0, 8949.0, 8948.0, 8935.0, 8975.0, 8932.0, 8962.0, 8902.0, 8936.0, 8984.0, 8944.0, 8983.0, 8919.0, 8954.0, 8997.0, 8962.0, 8988.0, 8937.0, 8958.0, 9011.0, 8938.0, 8963.0, 8921.0, 8953.0, 8992.0, 8934.0, 8951.0, 8978.0, 8940.0, 8962.0, 8905.0, 8936.0, 8973.0, 8934.0, 8951.0, 8917.0, 8936.0, 8967.0, 8910.0, 8938.0, 8947.0, 8936.0, 8962.0, 8933.0, 8937.0, 8946.0, 8938.0, 8986.0, 8941.0, 8952.0, 8979.0, 8934.0, 8976.0, 8932.0, 8948.0, 8946.0, 8951.0, 8986.0, 8939.0, 8951.0, 8988.0, 8945.0, 8972.0, 8932.0, 8949.0, 8916.0, 8949.0, 8996.0, 8940.0, 8968.0, 8921.0, 8937.0, 8961.0, 8949.0, 8981.0, 8936.0, 8970.0, 8962.0, 8919.0, 9001.0, 8938.0, 8976.0, 8917.0, 8940.0, 8914.0, 8944.0, 8930.0, 8940.0, 8986.0, 8923.0, 8939.0, 8876.0, 8919.0, 8933.0, 8908.0, 8930.0, 8952.0, 8920.0, 8933.0, 8906.0, 8908.0, 8891.0, 8924.0, 8954.0, 8930.0, 8928.0, 8908.0, 8927.0, 8952.0, 8925.0, 8926.0, 8914.0, 8931.0, 8956.0, 8929.0, 8927.0, 8909.0, 8940.0, 8959.0, 8908.0, 8923.0, 8951.0, 8908.0, 8931.0, 8914.0, 8942.0, 8951.0, 8927.0, 8928.0, 8916.0, 8938.0, 8934.0, 8933.0, 8936.0, 8939.0, 8944.0, 8956.0, 8984.0, 8920.0, 8945.0, 8967.0, 8908.0, 8941.0, 8900.0, 8932.0, 8957.0, 8929.0, 8931.0, 8897.0, 8931.0, 8960.0, 8916.0, 8950.0, 8955.0, 8932.0, 8946.0, 8900.0, 8943.0, 8960.0, 8938.0, 8949.0, 8918.0, 8937.0, 8959.0, 8937.0, 8950.0, 8921.0, 8952.0, 8982.0, 8951.0, 8964.0, 8923.0, 8952.0, 8993.0, 8953.0, 8971.0, 8951.0, 8950.0, 8979.0, 8933.0, 8949.0, 8945.0, 8951.0, 8983.0, 8918.0, 8951.0, 8972.0, 8931.0, 8962.0, 8914.0, 8948.0, 8990.0, 8934.0, 8947.0, 8903.0, 8948.0, 8976.0, 8937.0, 8951.0, 8909.0, 8953.0, 8977.0, 8939.0, 8984.0, 8915.0, 8961.0, 8978.0, 8936.0, 8963.0, 8943.0, 8967.0, 8926.0, 8978.0, 9002.0, 8958.0, 8967.0, 8935.0, 8956.0, 8921.0, 8956.0, 9000.0, 8957.0, 8973.0, 8935.0, 8951.0, 8990.0, 8949.0, 8967.0, 8936.0, 8955.0, 8992.0, 8945.0, 8962.0, 8915.0, 8930.0, 8970.0, 8945.0, 8946.0, 8914.0, 8929.0, 8969.0, 8942.0, 8945.0, 8914.0, 8945.0, 8976.0, 8944.0, 8949.0, 8932.0, 8957.0, 8988.0, 8941.0, 8972.0, 8942.0, 8956.0, 8979.0, 8956.0, 8996.0, 8937.0, 8935.0, 8981.0, 8947.0, 8972.0, 8991.0, 8932.0, 8945.0, 8896.0, 8930.0, 8972.0, 8927.0, 8952.0, 8933.0, 8932.0, 8972.0, 8928.0, 8944.0, 8910.0, 8930.0, 8977.0, 8933.0, 8954.0, 8946.0, 8945.0, 8957.0, 8909.0, 8936.0, 8955.0, 8933.0, 8958.0, 8884.0, 8925.0, 8974.0, 8924.0, 8927.0, 8904.0, 8921.0, 8934.0, 8904.0, 8921.0, 8934.0, 8904.0, 8940.0, 8912.0, 8926.0, 8949.0, 8921.0, 8924.0, 8891.0, 8922.0, 8935.0, 8933.0, 8947.0, 8929.0, 8930.0, 8918.0, 8973.0, 8980.0, 8933.0, 8960.0, 8931.0, 8971.0, 9012.0, 8933.0, 8957.0, 8908.0, 8926.0, 8966.0, 8907.0, 8941.0, 8950.0, 8921.0, 8937.0, 8905.0, 8922.0, 8920.0, 8920.0, 8935.0, 8907.0, 8923.0, 8966.0, 8923.0, 8924.0, 8893.0, 8925.0, 8951.0, 8911.0, 8927.0, 8895.0, 8939.0, 8957.0, 8909.0, 8923.0, 8888.0, 8921.0, 8936.0, 8905.0, 8925.0, 8938.0, 8930.0, 8958.0, 8927.0, 8924.0, 8909.0, 8943.0, 8923.0, 8927.0, 8960.0, 8919.0, 8950.0, 8977.0, 8947.0, 8982.0, 8936.0, 8951.0, 8970.0, 8928.0, 8958.0, 8915.0, 8928.0, 8971.0, 8911.0, 8943.0, 8965.0, 8921.0, 8923.0, 8892.0, 8924.0, 8953.0, 8911.0, 8927.0, 8894.0, 8941.0, 8963.0, 8932.0, 8955.0, 8934.0, 8951.0, 8980.0, 8953.0, 8971.0, 8955.0, 8965.0, 8965.0, 8961.0, 8965.0, 8963.0, 8976.0, 9021.0, 8957.0, 8971.0, 8978.0, 8920.0, 8954.0, 8987.0, 8917.0, 8966.0, 8880.0, 8898.0, 8985.0, 8901.0, 8946.0, 8905.0, 8934.0, 8972.0, 8913.0, 8929.0, 8898.0, 8913.0, 8943.0, 8939.0, 8973.0, 8925.0, 8952.0, 8976.0, 8936.0, 8961.0, 8917.0, 8951.0, 8978.0, 8936.0, 8967.0, 8916.0, 8947.0, 8987.0, 8933.0, 8968.0, 8924.0, 8943.0, 8973.0, 8927.0, 8930.0, 8893.0, 8929.0, 8973.0, 8930.0, 8947.0, 8979.0, 8933.0, 8944.0, 8913.0, 8930.0, 8926.0, 8926.0, 8940.0, 8912.0, 8947.0, 8974.0, 8927.0, 8956.0, 8925.0, 8944.0, 8953.0, 8929.0, 8946.0, 8917.0, 8930.0, 8973.0, 8929.0, 8965.0, 8942.0, 8924.0, 8990.0, 8937.0, 8962.0, 8917.0, 8931.0, 8940.0, 8931.0, 8943.0, 8915.0, 8944.0, 8962.0, 8932.0, 8960.0, 8926.0, 8949.0, 8970.0, 8928.0, 8944.0, 8918.0, 8946.0, 8942.0, 8932.0, 8958.0, 8933.0, 8946.0, 8920.0, 8966.0, 8997.0, 8951.0, 8969.0, 8933.0, 8950.0, 8960.0, 8952.0, 8980.0, 8934.0, 8951.0, 8958.0, 8948.0, 8979.0, 8941.0, 8956.0, 8934.0, 8949.0, 8991.0, 8933.0, 8959.0, 8916.0, 8940.0, 8964.0, 8923.0, 8926.0, 8908.0, 8935.0, 8967.0, 8926.0, 8936.0, 8921.0, 8916.0, 8913.0, 8928.0, 8955.0, 8938.0, 8944.0, 8929.0, 8938.0, 8925.0, 8931.0, 8916.0, 8912.0, 8961.0, 8934.0, 8942.0, 8934.0, 8952.0, 8923.0, 8961.0, 8980.0, 8946.0, 8973.0, 8920.0, 8937.0, 8902.0, 8913.0, 8913.0, 8921.0, 8946.0, 8915.0, 8919.0, 8903.0, 8920.0, 8931.0, 8912.0, 8929.0, 8918.0, 8915.0, 8915.0, 8899.0, 8895.0, 8901.0, 8886.0, 8937.0, 8949.0, 8934.0, 8954.0, 8925.0, 8936.0, 8906.0, 8919.0, 8903.0, 8919.0, 8946.0, 8916.0, 8932.0, 8920.0, 8924.0, 8934.0, 8935.0, 8949.0, 8918.0, 8917.0, 8902.0, 8934.0, 8932.0, 8934.0, 8952.0, 8926.0, 8933.0, 8930.0, 8956.0, 8934.0, 8922.0, 8932.0, 8938.0, 8939.0, 8963.0, 8965.0, 8968.0, 8965.0, 8943.0, 9029.0, 8973.0, 8947.0, 8983.0, 8925.0, 9001.0, 8960.0, 9011.0, 8969.0, 8950.0, 8969.0, 8924.0, 8960.0, 8904.0, 8904.0, 8904.0, 8906.0, 8935.0, 8919.0, 8948.0, 8921.0, 8936.0, 8906.0, 8927.0, 8925.0, 8927.0, 8952.0, 8923.0, 8926.0, 8892.0, 8926.0, 8968.0, 8924.0, 8927.0, 8918.0, 8920.0, 8947.0, 8920.0, 8919.0, 8928.0, 8951.0, 8930.0, 8939.0, 8953.0, 8926.0, 8941.0, 8927.0, 8931.0, 8910.0, 8948.0, 8984.0, 8950.0, 8958.0, 8932.0, 8931.0, 8911.0, 8944.0, 8955.0, 8925.0, 8943.0, 8937.0, 8941.0, 8974.0, 8923.0, 8939.0, 8946.0, 8914.0, 8944.0, 8898.0, 8902.0, 8881.0, 8916.0, 8931.0, 8900.0, 8915.0, 8894.0, 8913.0, 8909.0, 8909.0, 8915.0, 8900.0, 8915.0, 8910.0, 8913.0, 8932.0, 8918.0, 8933.0, 8922.0, 8908.0, 8924.0, 8943.0, 8942.0, 8942.0, 8956.0, 8922.0, 8948.0, 8911.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.0028591453615777938</td></tr>
<tr><td colspan=3>aqi</td><td>0.027452508473338206</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.59192179521201</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2233560051461996</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0220868460891803</td></tr>
<tr><td colspan=3>efc</td><td>0.4858</td></tr>
<tr><td colspan=3>fber</td><td>5397.7827</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13456811745958655</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>165</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.052593133674215</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7279496326908057</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.554016666380225</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0818730174315125</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5479592142606804</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007145133800804615</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03970470279455185</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1369</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.492941284263915</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>14.8313</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2727</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>204.4604</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301196.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1054.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.0332</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6586</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.1264</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3156.2222</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75348.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.6836</td></tr>
<tr><td colspan=3>tsnr</td><td>34.349596788408235</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>