<?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-0029_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-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_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-0029/figures/sub-0029_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_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-0029/ses-01/func/sub-0029_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>ea300344dc85cbd074799dde603bf4b9</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:22:2.505000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999683, 0.024919, 0.0034808, -0.0251301, 0.995702, 0.0891382]</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.112685</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>[4148, -7764, -7199, 618, -42, -171, 36, 54]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>747a645c-b02f-4567-bfec-dac75d4d20bd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682077407836914, -0.06742225587368011, 0.003360437462106347, 113.87952423095703], [-0.06685581058263779, 2.671396255493164, 0.24083302915096283, -83.49015808105469], [0.00933872815221548, -0.23915117979049683, 2.6892356872558594, -27.27623748779297], [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': ['142202.505000', '142202.965000', '142203.425000', '142203.885000', '142204.345000', '142204.805000', '142205.265000', '142205.725000', '142206.185000', '142206.645000', '142207.105000', '142207.565000', '142208.025000', '142208.485000', '142208.945000', '142209.405000', '142209.865000', '142210.325000', '142210.785000', '142211.245000', '142211.705000', '142212.165000', '142212.625000', '142213.085000', '142213.545000', '142214.005000', '142214.465000', '142214.925000', '142215.385000', '142215.845000', '142216.305000', '142216.765000', '142217.225000', '142217.685000', '142218.145000', '142218.605000', '142219.065000', '142219.525000', '142219.985000', '142220.445000', '142220.905000', '142221.365000', '142221.825000', '142222.285000', '142222.745000', '142223.205000', '142223.665000', '142224.125000', '142224.585000', '142225.045000', '142225.505000', '142225.965000', '142226.425000', '142226.885000', '142227.345000', '142227.805000', '142228.265000', '142228.725000', '142229.185000', '142229.645000', '142230.105000', '142230.565000', '142231.025000', '142231.485000', '142231.945000', '142232.405000', '142232.865000', '142233.325000', '142233.785000', '142234.245000', '142234.705000', '142235.165000', '142235.625000', '142236.085000', '142236.545000', '142237.005000', '142237.465000', '142237.925000', '142238.385000', '142238.845000', '142239.305000', '142239.765000', '142240.225000', '142240.685000', '142241.145000', '142241.605000', '142242.065000', '142242.525000', '142242.985000', '142243.445000', '142243.905000', '142244.365000', '142244.825000', '142245.285000', '142245.745000', '142246.205000', '142246.665000', '142247.125000', '142247.585000', '142248.045000', '142248.505000', '142248.965000', '142249.425000', '142249.885000', '142250.345000', '142250.805000', '142251.265000', '142251.725000', '142252.185000', '142252.645000', '142253.105000', '142253.565000', '142254.025000', '142254.485000', '142254.945000', '142255.405000', '142255.865000', '142256.325000', '142256.785000', '142257.245000', '142257.705000', '142258.165000', '142258.625000', '142259.085000', '142259.545000', '142300.005000', '142300.465000', '142300.925000', '142301.385000', '142301.845000', '142302.305000', '142302.765000', '142303.225000', '142303.685000', '142304.145000', '142304.605000', '142305.065000', '142305.525000', '142305.985000', '142306.445000', '142306.905000', '142307.365000', '142307.825000', '142308.285000', '142308.745000', '142309.205000', '142309.665000', '142310.125000', '142310.585000', '142311.045000', '142311.505000', '142311.965000', '142312.425000', '142312.885000', '142313.345000', '142313.805000', '142314.265000', '142314.725000', '142315.185000', '142315.645000', '142316.105000', '142316.565000', '142317.025000', '142317.485000', '142317.945000', '142318.405000', '142318.865000', '142319.325000', '142319.785000', '142320.245000', '142320.705000', '142321.165000', '142321.625000', '142322.085000', '142322.545000', '142323.005000', '142323.465000', '142323.925000', '142324.385000', '142324.845000', '142325.305000', '142325.765000', '142326.225000', '142326.685000', '142327.145000', '142327.605000', '142328.065000', '142328.525000', '142328.985000', '142329.445000', '142329.905000', '142330.365000', '142330.825000', '142331.285000', '142331.745000', '142332.205000', '142332.665000', '142333.125000', '142333.585000', '142334.045000', '142334.505000', '142334.965000', '142335.425000', '142335.885000', '142336.345000', '142336.805000', '142337.265000', '142337.725000', '142338.185000', '142338.645000', '142339.105000', '142339.565000', '142340.025000', '142340.485000', '142340.945000', '142341.405000', '142341.865000', '142342.325000', '142342.785000', '142343.245000', '142343.705000', '142344.165000', '142344.625000', '142345.085000', '142345.545000', '142346.005000', '142346.465000', '142346.925000', '142347.385000', '142347.845000', '142348.305000', '142348.765000', '142349.225000', '142349.685000', '142350.145000', '142350.605000', '142351.065000', '142351.525000', '142351.985000', '142352.445000', '142352.905000', '142353.365000', '142353.825000', '142354.285000', '142354.745000', '142355.205000', '142355.665000', '142356.125000', '142356.585000', '142357.045000', '142357.505000', '142357.965000', '142358.425000', '142358.885000', '142359.345000', '142359.805000', '142400.265000', '142400.725000', '142401.185000', '142401.645000', '142402.105000', '142402.565000', '142403.025000', '142403.485000', '142403.945000', '142404.405000', '142404.865000', '142405.325000', '142405.785000', '142406.245000', '142406.705000', '142407.165000', '142407.625000', '142408.085000', '142408.545000', '142409.005000', '142409.465000', '142409.925000', '142410.385000', '142410.845000', '142411.305000', '142411.765000', '142412.225000', '142412.685000', '142413.145000', '142413.605000', '142414.065000', '142414.525000', '142414.985000', '142415.445000', '142415.905000', '142416.365000', '142416.825000', '142417.285000', '142417.745000', '142418.205000', '142418.665000', '142419.125000', '142419.585000', '142420.045000', '142420.505000', '142420.965000', '142421.425000', '142421.885000', '142422.345000', '142422.805000', '142423.265000', '142423.725000', '142424.185000', '142424.645000', '142425.105000', '142425.565000', '142426.025000', '142426.485000', '142426.945000', '142427.405000', '142427.865000', '142428.325000', '142428.785000', '142429.245000', '142429.705000', '142430.165000', '142430.625000', '142431.085000', '142431.545000', '142432.005000', '142432.465000', '142432.925000', '142433.385000', '142433.845000', '142434.305000', '142434.765000', '142435.225000', '142435.685000', '142436.145000', '142436.605000', '142437.065000', '142437.525000', '142437.985000', '142438.445000', '142438.905000', '142439.365000', '142439.825000', '142440.285000', '142440.745000', '142441.205000', '142441.665000', '142442.125000', '142442.585000', '142443.045000', '142443.505000', '142443.965000', '142444.425000', '142444.885000', '142445.345000', '142445.805000', '142446.265000', '142446.725000', '142447.185000', '142447.645000', '142448.105000', '142448.565000', '142449.025000', '142449.485000', '142449.945000', '142450.405000', '142450.865000', '142451.325000', '142451.785000', '142452.245000', '142452.705000', '142453.165000', '142453.625000', '142454.085000', '142454.545000', '142455.005000', '142455.465000', '142455.925000', '142456.385000', '142456.845000', '142457.305000', '142457.765000', '142458.225000', '142458.685000', '142459.145000', '142459.605000', '142500.065000', '142500.525000', '142500.985000', '142501.445000', '142501.905000', '142502.365000', '142502.825000', '142503.285000', '142503.745000', '142504.205000', '142504.665000', '142505.125000', '142505.585000', '142506.045000', '142506.505000', '142506.965000', '142507.425000', '142507.885000', '142508.345000', '142508.805000', '142509.265000', '142509.725000', '142510.185000', '142510.645000', '142511.105000', '142511.565000', '142512.025000', '142512.485000', '142512.945000', '142513.405000', '142513.865000', '142514.325000', '142514.785000', '142515.245000', '142515.705000', '142516.165000', '142516.625000', '142517.085000', '142517.545000', '142518.005000', '142518.465000', '142518.925000', '142519.385000', '142519.845000', '142520.305000', '142520.765000', '142521.225000', '142521.685000', '142522.145000', '142522.605000', '142523.065000', '142523.525000', '142523.985000', '142524.445000', '142524.905000', '142525.365000', '142525.825000', '142526.285000', '142526.745000', '142527.205000', '142527.665000', '142528.125000', '142528.585000', '142529.045000', '142529.505000', '142529.965000', '142530.425000', '142530.885000', '142531.345000', '142531.805000', '142532.265000', '142532.725000', '142533.185000', '142533.645000', '142534.105000', '142534.565000', '142535.025000', '142535.485000', '142535.945000', '142536.405000', '142536.865000', '142537.325000', '142537.785000', '142538.245000', '142538.705000', '142539.165000', '142539.625000', '142540.085000', '142540.545000', '142541.005000', '142541.465000', '142541.925000', '142542.385000', '142542.845000', '142543.305000', '142543.765000', '142544.225000', '142544.685000', '142545.145000', '142545.605000', '142546.065000', '142546.525000', '142546.985000', '142547.445000', '142547.905000', '142548.365000', '142548.825000', '142549.285000', '142549.745000', '142550.205000', '142550.665000', '142551.125000', '142551.585000', '142552.045000', '142552.505000', '142552.965000', '142553.425000', '142553.885000', '142554.345000', '142554.805000', '142555.265000', '142555.725000', '142556.185000', '142556.645000', '142557.105000', '142557.565000', '142558.025000', '142558.485000', '142558.945000', '142559.405000', '142559.865000', '142600.325000', '142600.785000', '142601.245000', '142601.705000', '142602.165000', '142602.625000', '142603.085000', '142603.545000', '142604.005000', '142604.465000', '142604.925000', '142605.385000', '142605.845000', '142606.305000', '142606.765000', '142607.225000', '142607.685000', '142608.145000', '142608.605000', '142609.065000', '142609.525000', '142609.985000', '142610.445000', '142610.905000', '142611.365000', '142611.825000', '142612.285000', '142612.745000', '142613.205000', '142613.665000', '142614.125000', '142614.585000', '142615.045000', '142615.505000', '142615.965000', '142616.425000', '142616.885000', '142617.345000', '142617.805000', '142618.265000', '142618.725000', '142619.185000', '142619.645000', '142620.105000', '142620.565000', '142621.025000', '142621.485000', '142621.945000', '142622.405000', '142622.865000', '142623.325000', '142623.785000', '142624.245000', '142624.705000', '142625.165000', '142625.625000', '142626.085000', '142626.545000', '142627.005000', '142627.465000', '142627.925000', '142628.385000', '142628.845000', '142629.305000', '142629.765000', '142630.225000', '142630.685000', '142631.145000', '142631.605000', '142632.065000', '142632.525000', '142632.985000', '142633.445000', '142633.905000', '142634.365000', '142634.825000', '142635.285000', '142635.745000', '142636.205000', '142636.665000', '142637.125000', '142637.585000', '142638.045000', '142638.505000', '142638.965000', '142639.425000', '142639.885000', '142640.345000', '142640.805000', '142641.265000', '142641.725000', '142642.185000', '142642.645000', '142643.105000', '142643.565000', '142644.025000', '142644.485000', '142644.945000', '142645.405000', '142645.865000', '142646.325000', '142646.785000', '142647.245000', '142647.705000', '142648.165000', '142648.625000', '142649.085000', '142649.545000', '142650.005000', '142650.465000', '142650.925000', '142651.385000', '142651.845000', '142652.305000', '142652.765000', '142653.225000', '142653.685000', '142654.145000', '142654.605000', '142655.065000', '142655.525000', '142655.985000', '142656.445000', '142656.905000', '142657.365000', '142657.825000', '142658.285000', '142658.745000', '142659.205000', '142659.665000', '142700.125000', '142700.585000', '142701.045000', '142701.505000', '142701.965000', '142702.425000', '142702.885000', '142703.345000', '142703.805000', '142704.265000', '142704.725000', '142705.185000', '142705.645000', '142706.105000', '142706.565000', '142707.025000', '142707.485000', '142707.945000', '142708.405000', '142708.865000', '142709.325000', '142709.785000', '142710.245000', '142710.705000', '142711.165000', '142711.625000', '142712.085000', '142712.545000', '142713.005000', '142713.465000', '142713.925000', '142714.385000', '142714.845000', '142715.305000', '142715.765000', '142716.225000', '142716.685000', '142717.145000', '142717.605000', '142718.065000', '142718.525000', '142718.985000', '142719.445000', '142719.905000', '142720.365000', '142720.825000', '142721.285000', '142721.745000', '142722.205000', '142722.665000', '142723.125000', '142723.585000', '142724.045000', '142724.505000', '142724.965000', '142725.425000', '142725.885000', '142726.345000', '142726.805000', '142727.265000', '142727.725000', '142728.185000', '142728.645000', '142729.105000', '142729.565000', '142730.025000', '142730.485000', '142730.945000', '142731.405000', '142731.865000', '142732.325000', '142732.785000', '142733.245000', '142733.705000', '142734.165000', '142734.625000', '142735.085000', '142735.545000', '142736.005000', '142736.465000', '142736.925000', '142737.385000', '142737.845000', '142738.305000', '142738.765000', '142739.225000', '142739.685000', '142740.145000', '142740.605000', '142741.065000', '142741.525000', '142741.985000', '142742.445000', '142742.905000', '142743.365000', '142743.825000', '142744.285000', '142744.745000', '142745.205000', '142745.665000', '142746.125000', '142746.585000', '142747.045000', '142747.505000', '142747.965000', '142748.425000', '142748.885000', '142749.345000', '142749.805000', '142750.265000', '142750.725000', '142751.185000', '142751.645000', '142752.105000', '142752.565000', '142753.025000', '142753.485000', '142753.945000', '142754.405000', '142754.865000', '142755.325000', '142755.785000', '142756.245000', '142756.705000', '142757.165000', '142757.625000', '142758.085000', '142758.545000', '142759.005000', '142759.465000', '142759.925000', '142800.385000', '142800.845000', '142801.305000', '142801.765000', '142802.225000', '142802.685000', '142803.145000', '142803.605000', '142804.065000', '142804.525000', '142804.985000', '142805.445000', '142805.905000', '142806.365000', '142806.825000', '142807.285000', '142807.745000', '142808.205000', '142808.665000', '142809.125000', '142809.585000', '142810.045000', '142810.505000', '142810.965000', '142811.425000', '142811.885000', '142812.345000', '142812.805000', '142813.265000', '142813.725000', '142814.185000', '142814.645000', '142815.105000', '142815.565000', '142816.025000', '142816.485000', '142816.945000', '142817.405000', '142817.865000', '142818.325000', '142818.785000', '142819.245000', '142819.705000', '142820.165000', '142820.625000', '142821.085000', '142821.545000', '142822.005000', '142822.465000', '142822.925000', '142823.385000', '142823.845000', '142824.305000', '142824.765000', '142825.225000', '142825.685000', '142826.145000', '142826.605000', '142827.065000', '142827.525000', '142827.985000', '142828.445000', '142828.905000', '142829.365000', '142829.825000', '142830.285000', '142830.745000', '142831.205000', '142831.665000', '142832.125000', '142832.585000', '142833.045000', '142833.505000', '142833.965000', '142834.425000', '142834.885000', '142835.345000', '142835.805000', '142836.265000', '142836.725000', '142837.185000', '142837.645000', '142838.105000', '142838.565000', '142839.025000', '142839.485000', '142839.945000', '142840.405000', '142840.865000', '142841.325000', '142841.785000', '142842.245000', '142842.705000', '142843.165000', '142843.625000', '142844.085000', '142844.545000', '142845.005000', '142845.465000', '142845.925000', '142846.385000', '142846.845000', '142847.305000', '142847.765000', '142848.225000', '142848.685000', '142849.145000', '142849.605000', '142850.065000', '142850.525000', '142850.985000', '142851.445000', '142851.905000', '142852.365000', '142852.825000', '142853.285000', '142853.745000', '142854.205000', '142854.665000', '142855.125000', '142855.585000', '142856.045000', '142856.505000', '142856.965000', '142857.425000', '142857.885000', '142858.345000', '142858.805000', '142859.265000', '142859.725000', '142900.185000', '142900.645000', '142901.105000', '142901.565000', '142902.025000', '142902.485000', '142902.945000', '142903.405000', '142903.865000', '142904.325000', '142904.785000', '142905.245000', '142905.705000', '142906.165000', '142906.625000', '142907.085000', '142907.545000', '142908.005000', '142908.465000', '142908.925000', '142909.385000', '142909.845000', '142910.305000', '142910.765000', '142911.225000', '142911.685000', '142912.145000', '142912.605000', '142913.065000', '142913.525000', '142913.985000', '142914.445000', '142914.905000', '142915.365000', '142915.825000', '142916.285000', '142916.745000', '142917.205000', '142917.665000', '142918.125000', '142918.585000', '142919.045000', '142919.505000', '142919.965000', '142920.425000', '142920.885000', '142921.345000', '142921.805000', '142922.265000', '142922.725000', '142923.185000', '142923.645000', '142924.105000', '142924.565000', '142925.025000', '142925.485000', '142925.945000', '142926.405000', '142926.865000', '142927.325000', '142927.785000', '142928.245000', '142928.705000', '142929.165000', '142929.625000', '142930.085000', '142930.545000', '142931.005000', '142931.465000', '142931.925000', '142932.385000', '142932.845000', '142933.305000', '142933.765000', '142934.225000', '142934.685000', '142935.145000', '142935.605000', '142936.065000', '142936.525000', '142936.985000', '142937.445000', '142937.905000', '142938.365000', '142938.825000', '142939.285000', '142939.745000', '142940.205000', '142940.665000', '142941.125000', '142941.585000', '142942.045000', '142942.505000', '142942.965000', '142943.425000', '142943.885000', '142944.345000', '142944.805000', '142945.265000', '142945.725000', '142946.185000', '142946.645000', '142947.105000', '142947.565000', '142948.025000', '142948.485000', '142948.945000', '142949.405000', '142949.865000', '142950.325000', '142950.785000', '142951.245000', '142951.705000', '142952.165000', '142952.625000', '142953.085000', '142953.545000', '142954.005000', '142954.465000', '142954.925000', '142955.385000', '142955.845000', '142956.305000', '142956.765000', '142957.225000', '142957.685000', '142958.145000', '142958.605000', '142959.065000', '142959.525000', '142959.985000', '143000.445000', '143000.905000', '143001.365000', '143001.825000', '143002.285000', '143002.745000', '143003.205000', '143003.665000', '143004.125000', '143004.585000', '143005.045000', '143005.505000', '143005.965000', '143006.425000', '143006.885000', '143007.345000', '143007.805000', '143008.265000', '143008.725000', '143009.185000', '143009.645000', '143010.105000', '143010.565000', '143011.025000', '143011.485000', '143011.945000', '143012.405000', '143012.865000', '143013.325000', '143013.785000', '143014.245000', '143014.705000', '143015.165000', '143015.625000', '143016.085000', '143016.545000', '143017.005000', '143017.465000', '143017.925000', '143018.385000', '143018.845000', '143019.305000', '143019.765000', '143020.225000', '143020.685000', '143021.145000', '143021.605000', '143022.065000', '143022.525000', '143022.985000', '143023.445000', '143023.905000', '143024.365000', '143024.825000', '143025.285000', '143025.745000', '143026.205000', '143026.665000', '143027.125000', '143027.585000', '143028.045000', '143028.505000', '143028.965000', '143029.425000', '143029.885000', '143030.345000', '143030.805000', '143031.265000', '143031.725000', '143032.185000', '143032.645000', '143033.105000', '143033.565000', '143034.025000', '143034.485000', '143034.945000', '143035.405000', '143035.865000', '143036.325000', '143036.785000', '143037.245000', '143037.705000', '143038.165000', '143038.625000', '143039.085000', '143039.545000', '143040.005000', '143040.465000', '143040.925000', '143041.385000', '143041.845000', '143042.305000', '143042.765000', '143043.225000', '143043.685000', '143044.145000', '143044.605000', '143045.065000', '143045.525000', '143045.985000', '143046.445000', '143046.905000', '143047.365000', '143047.825000', '143048.285000', '143048.745000', '143049.205000', '143049.665000', '143050.125000', '143050.585000', '143051.045000', '143051.505000', '143051.965000', '143052.425000', '143052.885000', '143053.345000', '143053.805000', '143054.265000', '143054.725000', '143055.185000', '143055.645000', '143056.105000', '143056.565000', '143057.025000', '143057.485000', '143057.945000', '143058.405000', '143058.865000', '143059.325000', '143059.785000', '143100.245000', '143100.705000', '143101.165000', '143101.625000', '143102.085000', '143102.545000', '143103.005000', '143103.465000', '143103.925000', '143104.385000', '143104.845000', '143105.305000', '143105.765000', '143106.225000', '143106.685000', '143107.145000', '143107.605000', '143108.065000', '143108.525000', '143108.985000', '143109.445000', '143109.905000', '143110.365000', '143110.825000', '143111.285000', '143111.745000', '143112.205000', '143112.665000', '143113.125000', '143113.585000', '143114.045000', '143114.505000', '143114.965000', '143115.425000', '143115.885000', '143116.345000', '143116.805000', '143117.265000', '143117.725000', '143118.185000', '143118.645000', '143119.105000', '143119.565000', '143120.025000', '143120.485000', '143120.945000', '143121.405000', '143121.865000', '143122.325000', '143122.785000', '143123.245000', '143123.705000', '143124.165000', '143124.625000', '143125.085000', '143125.545000', '143126.005000', '143126.465000', '143126.925000', '143127.385000', '143127.845000', '143128.305000', '143128.765000', '143129.225000', '143129.685000', '143130.145000', '143130.605000', '143131.065000', '143131.525000', '143131.985000', '143132.445000', '143132.905000', '143133.365000', '143133.825000', '143134.285000', '143134.745000', '143135.205000', '143135.665000', '143136.125000', '143136.585000', '143137.045000', '143137.505000', '143137.965000', '143138.425000', '143138.885000', '143139.345000', '143139.805000', '143140.265000', '143140.725000', '143141.185000', '143141.645000', '143142.105000', '143142.565000', '143143.025000', '143143.485000', '143143.945000', '143144.405000', '143144.865000', '143145.325000', '143145.785000', '143146.245000', '143146.705000', '143147.165000', '143147.625000', '143148.085000', '143148.545000', '143149.005000', '143149.465000', '143149.925000', '143150.385000', '143150.845000', '143151.305000', '143151.765000', '143152.225000', '143152.685000', '143153.145000', '143153.605000', '143154.065000', '143154.525000', '143154.985000', '143155.445000', '143155.905000', '143156.365000', '143156.825000', '143157.285000', '143157.745000', '143158.205000', '143158.665000', '143159.125000', '143159.585000', '143200.045000', '143200.505000', '143200.965000', '143201.425000', '143201.885000', '143202.345000', '143202.805000', '143203.265000', '143203.725000', '143204.185000', '143204.645000', '143205.105000', '143205.565000', '143206.025000', '143206.485000', '143206.945000', '143207.405000', '143207.865000', '143208.325000', '143208.785000', '143209.245000', '143209.705000', '143210.165000', '143210.625000', '143211.085000', '143211.545000', '143212.005000', '143212.465000', '143212.925000', '143213.385000', '143213.845000', '143214.305000', '143214.765000', '143215.225000', '143215.685000', '143216.145000', '143216.605000', '143217.065000', '143217.525000', '143217.985000', '143218.445000', '143218.905000', '143219.365000', '143219.825000', '143220.285000', '143220.745000', '143221.205000', '143221.665000', '143222.125000', '143222.585000', '143223.045000', '143223.505000', '143223.965000', '143224.425000', '143224.885000', '143225.345000', '143225.805000', '143226.265000', '143226.725000', '143227.185000', '143227.645000', '143228.105000', '143228.565000', '143229.025000', '143229.485000', '143229.945000', '143230.405000', '143230.865000', '143231.325000', '143231.785000', '143232.245000', '143232.705000', '143233.165000', '143233.625000', '143234.085000', '143234.545000', '143235.005000'], 'ContentTime': ['142219.915000', '142219.918000', '142219.921000', '142219.924000', '142219.927000', '142219.930000', '142219.933000', '142219.936000', '142219.938000', '142219.941000', '142219.944000', '142219.947000', '142219.950000', '142219.953000', '142219.956000', '142219.959000', '142219.962000', '142219.965000', '142219.968000', '142219.970000', '142219.973000', '142219.976000', '142219.979000', '142219.982000', '142219.985000', '142219.988000', '142219.991000', '142219.994000', '142219.997000', '142220.001000', '142220.003000', '142220.006000', '142220.009000', '142220.012000', '142220.022000', '142220.026000', '142220.029000', '142239.877000', '142239.880000', '142239.883000', '142239.886000', '142239.889000', '142239.892000', '142239.894000', '142239.897000', '142239.900000', '142239.903000', '142239.906000', '142239.909000', '142239.912000', '142239.915000', '142239.918000', '142239.921000', '142239.923000', '142239.926000', '142239.929000', '142239.932000', '142239.935000', '142239.938000', '142239.941000', '142239.944000', '142239.947000', '142239.950000', '142239.952000', '142239.955000', '142239.958000', '142239.961000', '142239.964000', '142239.967000', '142239.970000', '142239.972000', '142239.975000', '142239.978000', '142239.981000', '142239.984000', '142239.987000', '142239.990000', '142239.993000', '142239.996000', '142239.998000', '142240.002000', '142259.878000', '142259.881000', '142259.893000', '142259.896000', '142259.898000', '142259.901000', '142259.904000', '142259.907000', '142259.910000', '142259.913000', '142259.916000', '142259.919000', '142259.921000', '142259.924000', '142259.927000', '142259.930000', '142259.933000', '142259.936000', '142259.939000', '142259.942000', '142259.951000', '142259.954000', '142259.956000', '142259.959000', '142259.962000', '142259.965000', '142259.968000', '142259.971000', '142259.974000', '142259.977000', '142259.979000', '142259.982000', '142259.985000', '142259.988000', '142259.991000', '142259.994000', '142259.997000', '142300.001000', '142300.004000', '142300.007000', '142300.010000', '142300.013000', '142300.016000', '142319.878000', '142319.881000', '142319.884000', '142319.887000', '142319.890000', '142319.893000', '142319.896000', '142319.899000', '142319.901000', '142319.904000', '142319.907000', '142319.910000', '142319.913000', '142319.916000', '142319.919000', '142319.922000', '142319.925000', '142319.928000', '142319.931000', '142319.933000', '142319.936000', '142319.939000', '142319.942000', '142319.945000', '142319.948000', '142319.951000', '142319.954000', '142319.956000', '142319.959000', '142319.962000', '142319.965000', '142319.968000', '142319.971000', '142319.974000', '142319.977000', '142319.980000', '142319.983000', '142319.986000', '142319.989000', '142319.992000', '142319.994000', '142319.997000', '142320.001000', '142320.004000', '142339.878000', '142339.881000', '142339.884000', '142339.887000', '142339.890000', '142339.893000', '142339.896000', '142339.899000', '142339.902000', '142339.905000', '142339.908000', '142339.911000', '142339.914000', '142339.917000', '142339.920000', '142339.923000', '142339.926000', '142339.928000', '142339.931000', '142339.934000', '142339.937000', '142339.940000', '142339.943000', '142339.946000', '142339.949000', '142339.952000', '142339.955000', '142339.957000', '142339.960000', '142339.963000', '142339.966000', '142339.969000', '142339.972000', '142339.975000', '142339.978000', '142339.981000', '142339.984000', '142339.987000', '142339.990000', '142339.993000', '142339.995000', '142339.998000', '142340.002000', '142359.878000', '142359.881000', '142359.884000', '142359.887000', '142359.890000', '142359.893000', '142359.896000', '142359.898000', '142359.901000', '142359.904000', '142359.907000', '142359.910000', '142359.913000', '142359.916000', '142359.919000', '142359.922000', '142359.925000', '142359.928000', '142359.931000', '142359.934000', '142359.936000', '142359.939000', '142359.942000', '142359.945000', '142359.948000', '142359.951000', '142359.954000', '142359.957000', '142359.960000', '142359.963000', '142359.966000', '142359.968000', '142359.971000', '142359.974000', '142359.977000', '142359.980000', '142359.983000', '142359.986000', '142359.989000', '142359.992000', '142359.995000', '142359.997000', '142400.001000', '142400.004000', '142419.878000', '142419.881000', '142419.884000', '142419.887000', '142419.890000', '142419.893000', '142419.896000', '142419.899000', '142419.902000', '142419.905000', '142419.907000', '142419.910000', '142419.913000', '142419.916000', '142419.919000', '142419.922000', '142419.925000', '142419.928000', '142419.931000', '142419.934000', '142419.937000', '142419.940000', '142419.943000', '142419.946000', '142419.948000', '142419.951000', '142419.954000', '142419.957000', '142419.960000', '142419.963000', '142419.966000', '142419.969000', '142419.972000', '142419.975000', '142419.978000', '142419.981000', '142419.984000', '142419.987000', '142419.989000', '142419.992000', '142419.995000', '142419.998000', '142420.028000', '142439.878000', '142439.881000', '142439.884000', '142439.887000', '142439.892000', '142439.895000', '142439.898000', '142439.901000', '142439.904000', '142439.907000', '142439.910000', '142439.913000', '142439.916000', '142439.919000', '142439.922000', '142439.924000', '142439.927000', '142439.930000', '142439.933000', '142439.936000', '142439.939000', '142439.942000', '142439.945000', '142439.948000', '142439.950000', '142439.953000', '142439.956000', '142439.959000', '142439.962000', '142439.965000', '142439.968000', '142439.971000', '142439.974000', '142439.977000', '142439.980000', '142439.982000', '142439.985000', '142439.988000', '142439.991000', '142439.994000', '142439.997000', '142440.001000', '142440.004000', '142459.877000', '142459.880000', '142459.883000', '142459.886000', '142459.889000', '142459.892000', '142459.895000', '142459.898000', '142459.901000', '142459.904000', '142459.907000', '142459.910000', '142459.912000', '142459.915000', '142459.918000', '142459.921000', '142459.924000', '142459.927000', '142459.930000', '142459.933000', '142459.936000', '142459.939000', '142459.942000', '142459.945000', '142459.947000', '142459.950000', '142459.953000', '142459.956000', '142459.959000', '142459.962000', '142459.965000', '142459.968000', '142459.971000', '142459.974000', '142459.977000', '142459.980000', '142459.983000', '142459.986000', '142459.989000', '142459.992000', '142459.995000', '142459.998000', '142500.002000', '142500.005000', '142519.878000', '142519.881000', '142519.884000', '142519.887000', '142519.891000', '142519.894000', '142519.897000', '142519.900000', '142519.903000', '142519.906000', '142519.909000', '142519.912000', '142519.915000', '142519.918000', '142519.921000', '142519.924000', '142519.927000', '142519.930000', '142519.932000', '142519.935000', '142519.938000', '142519.941000', '142519.944000', '142519.947000', '142519.950000', '142519.953000', '142519.956000', '142519.959000', '142519.962000', '142519.965000', '142519.968000', '142519.971000', '142519.974000', '142519.977000', '142519.980000', '142519.983000', '142519.986000', '142519.989000', '142519.992000', '142519.995000', '142519.998000', '142520.001000', '142520.004000', '142539.878000', '142539.881000', '142539.884000', '142539.887000', '142539.890000', '142539.893000', '142539.896000', '142539.899000', '142539.902000', '142539.905000', '142539.908000', '142539.911000', '142539.914000', '142539.917000', '142539.920000', '142539.923000', '142539.926000', '142539.929000', '142539.932000', '142539.935000', '142539.938000', '142539.941000', '142539.943000', '142539.946000', '142539.949000', '142539.952000', '142539.955000', '142539.958000', '142539.961000', '142539.964000', '142539.967000', '142539.970000', '142539.973000', '142539.976000', '142539.979000', '142539.981000', '142539.984000', '142539.987000', '142539.990000', '142539.993000', '142539.996000', '142540.000000', '142540.003000', '142540.006000', '142559.878000', '142559.881000', '142559.884000', '142559.887000', '142559.890000', '142559.893000', '142559.896000', '142559.899000', '142559.902000', '142559.905000', '142559.908000', '142559.911000', '142559.914000', '142559.917000', '142559.920000', '142559.923000', '142559.927000', '142559.930000', '142559.933000', '142559.936000', '142559.939000', '142559.942000', '142559.945000', '142559.948000', '142559.962000', '142559.965000', '142559.968000', '142559.971000', '142559.974000', '142559.977000', '142559.980000', '142559.983000', '142559.986000', '142559.989000', '142559.992000', '142559.995000', '142559.997000', '142600.001000', '142600.004000', '142600.007000', '142600.010000', '142600.013000', '142600.016000', '142619.878000', '142619.881000', '142619.884000', '142619.887000', '142619.890000', '142619.893000', '142619.896000', '142619.898000', '142619.901000', '142619.904000', '142619.907000', '142619.910000', '142619.913000', '142619.916000', '142619.919000', '142619.922000', '142619.925000', '142619.928000', '142619.931000', '142619.934000', '142619.937000', '142619.940000', '142619.942000', '142619.945000', '142619.948000', '142619.951000', '142619.954000', '142619.957000', '142619.960000', '142619.963000', '142619.966000', '142619.969000', '142619.972000', '142619.975000', '142619.978000', '142619.980000', '142619.983000', '142619.986000', '142619.989000', '142619.992000', '142619.995000', '142619.998000', '142620.002000', '142620.005000', '142639.878000', '142639.881000', '142639.884000', '142639.887000', '142639.890000', '142639.893000', '142639.896000', '142639.899000', '142639.902000', '142639.905000', '142639.908000', '142639.911000', '142639.913000', '142639.916000', '142639.929000', '142639.934000', '142639.937000', '142639.940000', '142639.943000', '142639.946000', '142639.949000', '142639.952000', '142639.955000', '142639.958000', '142639.961000', '142639.964000', '142639.967000', '142639.970000', '142639.972000', '142639.975000', '142639.978000', '142639.981000', '142639.984000', '142639.987000', '142639.990000', '142639.993000', '142639.996000', '142640.000000', '142640.003000', '142640.006000', '142640.009000', '142640.011000', '142640.014000', '142659.878000', '142659.881000', '142659.884000', '142659.887000', '142659.890000', '142659.893000', '142659.896000', '142659.899000', '142659.902000', '142659.905000', '142659.907000', '142659.910000', '142659.913000', '142659.916000', '142659.919000', '142659.922000', '142659.925000', '142659.928000', '142659.931000', '142659.934000', '142659.936000', '142659.939000', '142659.942000', '142659.945000', '142659.948000', '142659.951000', '142659.954000', '142659.957000', '142659.960000', '142659.963000', '142659.965000', '142659.968000', '142659.971000', '142659.974000', '142659.977000', '142659.980000', '142659.983000', '142659.986000', '142659.989000', '142659.992000', '142659.995000', '142659.998000', '142700.002000', '142700.004000', '142719.877000', '142719.880000', '142719.883000', '142719.886000', '142719.889000', '142719.892000', '142719.895000', '142719.898000', '142719.901000', '142719.904000', '142719.907000', '142719.910000', '142719.912000', '142719.915000', '142719.918000', '142719.921000', '142719.924000', '142719.927000', '142719.930000', '142719.933000', '142719.936000', '142719.939000', '142719.942000', '142719.945000', '142719.948000', '142719.951000', '142719.953000', '142719.956000', '142719.959000', '142719.963000', '142719.968000', '142719.971000', '142719.974000', '142719.977000', '142719.980000', '142719.983000', '142719.986000', '142719.989000', '142719.992000', '142719.995000', '142719.997000', '142720.001000', '142720.004000', '142739.878000', '142739.881000', '142739.884000', '142739.887000', '142739.890000', '142739.910000', '142739.913000', '142739.916000', '142739.919000', '142739.922000', '142739.925000', '142739.928000', '142739.931000', '142739.934000', '142739.937000', '142739.940000', '142739.943000', '142739.946000', '142739.948000', '142739.951000', '142739.954000', '142739.957000', '142739.960000', '142739.965000', '142739.968000', '142739.971000', '142739.974000', '142739.977000', '142739.980000', '142739.983000', '142739.986000', '142739.988000', '142739.991000', '142739.994000', '142739.997000', '142740.000000', '142740.003000', '142740.006000', '142740.009000', '142740.012000', '142740.015000', '142740.018000', '142740.021000', '142740.024000', '142759.878000', '142759.881000', '142759.884000', '142759.887000', '142759.890000', '142759.893000', '142759.896000', '142759.899000', '142759.902000', '142759.905000', '142759.908000', '142759.911000', '142759.915000', '142759.918000', '142759.921000', '142759.924000', '142759.927000', '142759.930000', '142759.933000', '142759.936000', '142759.939000', '142759.941000', '142759.944000', '142759.947000', '142759.950000', '142759.953000', '142759.956000', '142759.959000', '142759.962000', '142759.965000', '142759.968000', '142759.971000', '142759.974000', '142759.977000', '142759.980000', '142759.982000', '142759.985000', '142759.988000', '142759.991000', '142759.994000', '142759.997000', '142800.001000', '142800.004000', '142819.878000', '142819.881000', '142819.884000', '142819.887000', '142819.890000', '142819.893000', '142819.896000', '142819.899000', '142819.902000', '142819.905000', '142819.907000', '142819.910000', '142819.913000', '142819.916000', '142819.919000', '142819.922000', '142819.925000', '142819.928000', '142819.931000', '142819.934000', '142819.937000', '142819.940000', '142819.943000', '142819.945000', '142819.948000', '142819.951000', '142819.954000', '142819.957000', '142819.960000', '142819.963000', '142819.966000', '142819.969000', '142819.972000', '142819.975000', '142819.978000', '142819.981000', '142819.983000', '142819.986000', '142819.989000', '142819.992000', '142819.995000', '142819.998000', '142820.002000', '142820.005000', '142839.878000', '142839.881000', '142839.884000', '142839.887000', '142839.890000', '142839.893000', '142839.896000', '142839.899000', '142839.902000', '142839.905000', '142839.908000', '142839.911000', '142839.913000', '142839.916000', '142839.919000', '142839.922000', '142839.925000', '142839.928000', '142839.931000', '142839.934000', '142839.937000', '142839.940000', '142839.943000', '142839.946000', '142839.948000', '142839.951000', '142839.954000', '142839.957000', '142839.960000', '142839.963000', '142839.966000', '142839.969000', '142839.972000', '142839.975000', '142839.978000', '142839.981000', '142839.984000', '142839.986000', '142839.989000', '142839.992000', '142839.995000', '142839.998000', '142840.002000', '142859.878000', '142859.881000', '142859.895000', '142859.898000', '142859.901000', '142859.904000', '142859.907000', '142859.910000', '142859.913000', '142859.916000', '142859.918000', '142859.921000', '142859.924000', '142859.927000', '142859.930000', '142859.933000', '142859.936000', '142859.939000', '142859.942000', '142859.945000', '142859.948000', '142859.951000', '142859.954000', '142859.957000', '142859.959000', '142859.962000', '142859.965000', '142859.968000', '142859.971000', '142859.974000', '142859.977000', '142859.980000', '142859.983000', '142859.986000', '142859.989000', '142859.991000', '142859.994000', '142859.997000', '142900.001000', '142900.004000', '142900.007000', '142900.010000', '142900.013000', '142900.016000', '142919.878000', '142919.881000', '142919.884000', '142919.887000', '142919.890000', '142919.893000', '142919.896000', '142919.899000', '142919.902000', '142919.905000', '142919.907000', '142919.910000', '142919.913000', '142919.916000', '142919.919000', '142919.922000', '142919.925000', '142919.928000', '142919.931000', '142919.934000', '142919.937000', '142919.940000', '142919.943000', '142919.946000', '142919.950000', '142919.953000', '142919.956000', '142919.959000', '142919.962000', '142919.965000', '142919.968000', '142919.971000', '142919.974000', '142919.977000', '142919.980000', '142919.983000', '142919.986000', '142919.989000', '142919.991000', '142919.994000', '142919.997000', '142920.001000', '142920.005000', '142939.877000', '142939.880000', '142939.883000', '142939.886000', '142939.889000', '142939.892000', '142939.895000', '142939.898000', '142939.900000', '142939.903000', '142939.906000', '142939.909000', '142939.912000', '142939.915000', '142939.918000', '142939.921000', '142939.924000', '142939.927000', '142939.930000', '142939.933000', '142939.936000', '142939.939000', '142939.942000', '142939.945000', '142939.948000', '142939.951000', '142939.953000', '142939.956000', '142939.959000', '142939.962000', '142939.965000', '142939.968000', '142939.971000', '142939.974000', '142939.977000', '142939.980000', '142939.983000', '142939.985000', '142939.988000', '142939.991000', '142939.994000', '142939.997000', '142940.000000', '142940.003000', '142959.878000', '142959.881000', '142959.884000', '142959.887000', '142959.890000', '142959.893000', '142959.896000', '142959.899000', '142959.902000', '142959.905000', '142959.907000', '142959.910000', '142959.913000', '142959.916000', '142959.919000', '142959.922000', '142959.925000', '142959.928000', '142959.931000', '142959.934000', '142959.937000', '142959.939000', '142959.942000', '142959.945000', '142959.948000', '142959.951000', '142959.954000', '142959.957000', '142959.960000', '142959.963000', '142959.966000', '142959.969000', '142959.971000', '142959.974000', '142959.977000', '142959.980000', '142959.983000', '142959.986000', '142959.989000', '142959.992000', '142959.995000', '142959.998000', '143000.002000', '143019.878000', '143019.881000', '143019.884000', '143019.887000', '143019.890000', '143019.893000', '143019.896000', '143019.899000', '143019.902000', '143019.905000', '143019.908000', '143019.911000', '143019.914000', '143019.933000', '143019.936000', '143019.939000', '143019.942000', '143019.945000', '143019.948000', '143019.951000', '143019.954000', '143019.957000', '143019.960000', '143019.963000', '143019.966000', '143019.968000', '143019.971000', '143019.974000', '143019.977000', '143019.980000', '143019.983000', '143019.986000', '143019.989000', '143019.992000', '143019.995000', '143019.998000', '143020.002000', '143020.005000', '143020.008000', '143020.010000', '143020.013000', '143020.016000', '143020.019000', '143020.022000', '143039.878000', '143039.881000', '143039.884000', '143039.887000', '143039.890000', '143039.893000', '143039.896000', '143039.899000', '143039.902000', '143039.905000', '143039.908000', '143039.910000', '143039.913000', '143039.916000', '143039.919000', '143039.922000', '143039.925000', '143039.928000', '143039.931000', '143039.934000', '143039.937000', '143039.940000', '143039.943000', '143039.946000', '143039.949000', '143039.951000', '143039.954000', '143039.957000', '143039.960000', '143039.963000', '143039.966000', '143039.969000', '143039.972000', '143039.975000', '143039.978000', '143039.980000', '143039.983000', '143039.987000', '143039.991000', '143039.994000', '143039.997000', '143040.001000', '143040.004000', '143059.878000', '143059.881000', '143059.884000', '143059.887000', '143059.890000', '143059.893000', '143059.896000', '143059.899000', '143059.902000', '143059.905000', '143059.908000', '143059.911000', '143059.913000', '143059.916000', '143059.919000', '143059.922000', '143059.925000', '143059.928000', '143059.931000', '143059.934000', '143059.937000', '143059.940000', '143059.943000', '143059.945000', '143059.948000', '143059.951000', '143059.954000', '143059.957000', '143059.960000', '143059.963000', '143059.966000', '143059.969000', '143059.972000', '143059.975000', '143059.978000', '143059.981000', '143059.984000', '143059.986000', '143059.989000', '143059.992000', '143059.995000', '143059.998000', '143100.002000', '143100.005000', '143119.878000', '143119.881000', '143119.884000', '143119.887000', '143119.890000', '143119.893000', '143119.896000', '143119.899000', '143119.902000', '143119.905000', '143119.908000', '143119.911000', '143119.913000', '143119.916000', '143119.919000', '143119.922000', '143119.925000', '143119.928000', '143119.931000', '143119.934000', '143119.937000', '143119.940000', '143119.943000', '143119.946000', '143119.949000', '143119.951000', '143119.954000', '143119.957000', '143119.960000', '143119.963000', '143119.966000', '143119.969000', '143119.972000', '143119.975000', '143119.978000', '143119.981000', '143119.984000', '143119.987000', '143119.989000', '143119.992000', '143119.995000', '143119.998000', '143120.002000', '143139.878000', '143139.881000', '143139.884000', '143139.887000', '143139.890000', '143139.893000', '143139.896000', '143139.899000', '143139.901000', '143139.904000', '143139.907000', '143139.910000', '143139.913000', '143139.916000', '143139.919000', '143139.922000', '143139.925000', '143139.928000', '143139.931000', '143139.934000', '143139.937000', '143139.940000', '143139.943000', '143139.946000', '143139.949000', '143139.952000', '143139.955000', '143139.958000', '143139.960000', '143139.963000', '143139.966000', '143139.969000', '143139.972000', '143139.975000', '143139.978000', '143139.981000', '143139.984000', '143139.987000', '143139.990000', '143139.993000', '143139.995000', '143139.998000', '143140.002000', '143140.005000', '143159.877000', '143159.880000', '143159.883000', '143159.886000', '143159.889000', '143159.892000', '143159.895000', '143159.898000', '143159.901000', '143159.904000', '143159.907000', '143159.910000', '143159.912000', '143159.915000', '143159.918000', '143159.921000', '143159.924000', '143159.927000', '143159.930000', '143159.933000', '143159.936000', '143159.939000', '143159.942000', '143159.945000', '143159.948000', '143159.951000', '143159.954000', '143159.956000', '143159.959000', '143159.962000', '143159.965000', '143159.968000', '143159.971000', '143159.974000', '143159.977000', '143159.980000', '143159.983000', '143159.986000', '143159.988000', '143159.991000', '143159.994000', '143159.997000', '143200.001000', '143219.878000', '143219.881000', '143219.884000', '143219.887000', '143219.890000', '143219.893000', '143219.896000', '143219.899000', '143219.902000', '143219.905000', '143219.908000', '143219.911000', '143219.914000', '143219.916000', '143219.919000', '143219.922000', '143219.925000', '143219.928000', '143219.931000', '143219.934000', '143219.937000', '143219.940000', '143219.943000', '143219.946000', '143219.949000', '143219.952000', '143219.955000', '143219.957000', '143219.960000', '143219.963000', '143219.966000', '143219.969000', '143219.972000', '143219.975000', '143219.978000', '143219.981000', '143219.984000', '143219.987000', '143219.990000', '143219.993000', '143219.996000', '143220.000000', '143220.003000', '143235.582000', '143235.586000', '143235.589000', '143235.592000', '143235.595000', '143235.598000', '143235.601000', '143235.605000', '143235.608000', '143235.611000', '143235.614000', '143235.617000', '143235.620000', '143235.623000', '143235.626000', '143235.629000', '143235.632000', '143235.635000', '143235.639000', '143235.642000', '143235.645000', '143235.648000', '143235.651000', '143235.654000', '143235.657000', '143235.660000', '143235.663000', '143235.666000', '143235.669000', '143235.671000', '143235.674000', '143235.677000', '143235.680000', '143235.683000', '143235.686000'], 'InstanceCreationTime': ['142219.915000', '142219.918000', '142219.921000', '142219.924000', '142219.927000', '142219.930000', '142219.933000', '142219.936000', '142219.938000', '142219.941000', '142219.944000', '142219.947000', '142219.950000', '142219.953000', '142219.956000', '142219.959000', '142219.962000', '142219.965000', '142219.968000', '142219.970000', '142219.973000', '142219.976000', '142219.979000', '142219.982000', '142219.985000', '142219.988000', '142219.991000', '142219.994000', '142219.997000', '142220.001000', '142220.003000', '142220.006000', '142220.009000', '142220.012000', '142220.022000', '142220.026000', '142220.029000', '142239.877000', '142239.880000', '142239.883000', '142239.886000', '142239.889000', '142239.892000', '142239.894000', '142239.897000', '142239.900000', '142239.903000', '142239.906000', '142239.909000', '142239.912000', '142239.915000', '142239.918000', '142239.921000', '142239.923000', '142239.926000', '142239.929000', '142239.932000', '142239.935000', '142239.938000', '142239.941000', '142239.944000', '142239.947000', '142239.950000', '142239.952000', '142239.955000', '142239.958000', '142239.961000', '142239.964000', '142239.967000', '142239.970000', '142239.972000', '142239.975000', '142239.978000', '142239.981000', '142239.984000', '142239.987000', '142239.990000', '142239.993000', '142239.996000', '142239.998000', '142240.002000', '142259.878000', '142259.881000', '142259.893000', '142259.896000', '142259.898000', '142259.901000', '142259.904000', '142259.907000', '142259.910000', '142259.913000', '142259.916000', '142259.919000', '142259.921000', '142259.924000', '142259.927000', '142259.930000', '142259.933000', '142259.936000', '142259.939000', '142259.942000', '142259.951000', '142259.954000', '142259.956000', '142259.959000', '142259.962000', '142259.965000', '142259.968000', '142259.971000', '142259.974000', '142259.977000', '142259.979000', '142259.982000', '142259.985000', '142259.988000', '142259.991000', '142259.994000', '142259.997000', '142300.001000', '142300.004000', '142300.007000', '142300.010000', '142300.013000', '142300.016000', '142319.878000', '142319.881000', '142319.884000', '142319.887000', '142319.890000', '142319.893000', '142319.896000', '142319.899000', '142319.901000', '142319.904000', '142319.907000', '142319.910000', '142319.913000', '142319.916000', '142319.919000', '142319.922000', '142319.925000', '142319.928000', '142319.931000', '142319.933000', '142319.936000', '142319.939000', '142319.942000', '142319.945000', '142319.948000', '142319.951000', '142319.954000', '142319.956000', '142319.959000', '142319.962000', '142319.965000', '142319.968000', '142319.971000', '142319.974000', '142319.977000', '142319.980000', '142319.983000', '142319.986000', '142319.989000', '142319.992000', '142319.994000', '142319.997000', '142320.001000', '142320.004000', '142339.878000', '142339.881000', '142339.884000', '142339.887000', '142339.890000', '142339.893000', '142339.896000', '142339.899000', '142339.902000', '142339.905000', '142339.908000', '142339.911000', '142339.914000', '142339.917000', '142339.920000', '142339.923000', '142339.926000', '142339.928000', '142339.931000', '142339.934000', '142339.937000', '142339.940000', '142339.943000', '142339.946000', '142339.949000', '142339.952000', '142339.955000', '142339.957000', '142339.960000', '142339.963000', '142339.966000', '142339.969000', '142339.972000', '142339.975000', '142339.978000', '142339.981000', '142339.984000', '142339.987000', '142339.990000', '142339.993000', '142339.995000', '142339.998000', '142340.002000', '142359.878000', '142359.881000', '142359.884000', '142359.887000', '142359.890000', '142359.893000', '142359.896000', '142359.898000', '142359.901000', '142359.904000', '142359.907000', '142359.910000', '142359.913000', '142359.916000', '142359.919000', '142359.922000', '142359.925000', '142359.928000', '142359.931000', '142359.934000', '142359.936000', '142359.939000', '142359.942000', '142359.945000', '142359.948000', '142359.951000', '142359.954000', '142359.957000', '142359.960000', '142359.963000', '142359.966000', '142359.968000', '142359.971000', '142359.974000', '142359.977000', '142359.980000', '142359.983000', '142359.986000', '142359.989000', '142359.992000', '142359.995000', '142359.997000', '142400.001000', '142400.004000', '142419.878000', '142419.881000', '142419.884000', '142419.887000', '142419.890000', '142419.893000', '142419.896000', '142419.899000', '142419.902000', '142419.905000', '142419.907000', '142419.910000', '142419.913000', '142419.916000', '142419.919000', '142419.922000', '142419.925000', '142419.928000', '142419.931000', '142419.934000', '142419.937000', '142419.940000', '142419.943000', '142419.946000', '142419.948000', '142419.951000', '142419.954000', '142419.957000', '142419.960000', '142419.963000', '142419.966000', '142419.969000', '142419.972000', '142419.975000', '142419.978000', '142419.981000', '142419.984000', '142419.987000', '142419.989000', '142419.992000', '142419.995000', '142419.998000', '142420.028000', '142439.878000', '142439.881000', '142439.884000', '142439.887000', '142439.892000', '142439.895000', '142439.898000', '142439.901000', '142439.904000', '142439.907000', '142439.910000', '142439.913000', '142439.916000', '142439.919000', '142439.922000', '142439.924000', '142439.927000', '142439.930000', '142439.933000', '142439.936000', '142439.939000', '142439.942000', '142439.945000', '142439.948000', '142439.950000', '142439.953000', '142439.956000', '142439.959000', '142439.962000', '142439.965000', '142439.968000', '142439.971000', '142439.974000', '142439.977000', '142439.980000', '142439.982000', '142439.985000', '142439.988000', '142439.991000', '142439.994000', '142439.997000', '142440.001000', '142440.004000', '142459.877000', '142459.880000', '142459.883000', '142459.886000', '142459.889000', '142459.892000', '142459.895000', '142459.898000', '142459.901000', '142459.904000', '142459.907000', '142459.910000', '142459.912000', '142459.915000', '142459.918000', '142459.921000', '142459.924000', '142459.927000', '142459.930000', '142459.933000', '142459.936000', '142459.939000', '142459.942000', '142459.945000', '142459.947000', '142459.950000', '142459.953000', '142459.956000', '142459.959000', '142459.962000', '142459.965000', '142459.968000', '142459.971000', '142459.974000', '142459.977000', '142459.980000', '142459.983000', '142459.986000', '142459.989000', '142459.992000', '142459.995000', '142459.998000', '142500.002000', '142500.005000', '142519.878000', '142519.881000', '142519.884000', '142519.887000', '142519.891000', '142519.894000', '142519.897000', '142519.900000', '142519.903000', '142519.906000', '142519.909000', '142519.912000', '142519.915000', '142519.918000', '142519.921000', '142519.924000', '142519.927000', '142519.930000', '142519.932000', '142519.935000', '142519.938000', '142519.941000', '142519.944000', '142519.947000', '142519.950000', '142519.953000', '142519.956000', '142519.959000', '142519.962000', '142519.965000', '142519.968000', '142519.971000', '142519.974000', '142519.977000', '142519.980000', '142519.983000', '142519.986000', '142519.989000', '142519.992000', '142519.995000', '142519.998000', '142520.001000', '142520.004000', '142539.878000', '142539.881000', '142539.884000', '142539.887000', '142539.890000', '142539.893000', '142539.896000', '142539.899000', '142539.902000', '142539.905000', '142539.908000', '142539.911000', '142539.914000', '142539.917000', '142539.920000', '142539.923000', '142539.926000', '142539.929000', '142539.932000', '142539.935000', '142539.938000', '142539.941000', '142539.943000', '142539.946000', '142539.949000', '142539.952000', '142539.955000', '142539.958000', '142539.961000', '142539.964000', '142539.967000', '142539.970000', '142539.973000', '142539.976000', '142539.979000', '142539.981000', '142539.984000', '142539.987000', '142539.990000', '142539.993000', '142539.996000', '142540.000000', '142540.003000', '142540.006000', '142559.878000', '142559.881000', '142559.884000', '142559.887000', '142559.890000', '142559.893000', '142559.896000', '142559.899000', '142559.902000', '142559.905000', '142559.908000', '142559.911000', '142559.914000', '142559.917000', '142559.920000', '142559.923000', '142559.927000', '142559.930000', '142559.933000', '142559.936000', '142559.939000', '142559.942000', '142559.945000', '142559.948000', '142559.962000', '142559.965000', '142559.968000', '142559.971000', '142559.974000', '142559.977000', '142559.980000', '142559.983000', '142559.986000', '142559.989000', '142559.992000', '142559.995000', '142559.997000', '142600.001000', '142600.004000', '142600.007000', '142600.010000', '142600.013000', '142600.016000', '142619.878000', '142619.881000', '142619.884000', '142619.887000', '142619.890000', '142619.893000', '142619.896000', '142619.898000', '142619.901000', '142619.904000', '142619.907000', '142619.910000', '142619.913000', '142619.916000', '142619.919000', '142619.922000', '142619.925000', '142619.928000', '142619.931000', '142619.934000', '142619.937000', '142619.940000', '142619.942000', '142619.945000', '142619.948000', '142619.951000', '142619.954000', '142619.957000', '142619.960000', '142619.963000', '142619.966000', '142619.969000', '142619.972000', '142619.975000', '142619.978000', '142619.980000', '142619.983000', '142619.986000', '142619.989000', '142619.992000', '142619.995000', '142619.998000', '142620.002000', '142620.005000', '142639.878000', '142639.881000', '142639.884000', '142639.887000', '142639.890000', '142639.893000', '142639.896000', '142639.899000', '142639.902000', '142639.905000', '142639.908000', '142639.911000', '142639.913000', '142639.916000', '142639.929000', '142639.934000', '142639.937000', '142639.940000', '142639.943000', '142639.946000', '142639.949000', '142639.952000', '142639.955000', '142639.958000', '142639.961000', '142639.964000', '142639.967000', '142639.970000', '142639.972000', '142639.975000', '142639.978000', '142639.981000', '142639.984000', '142639.987000', '142639.990000', '142639.993000', '142639.996000', '142640.000000', '142640.003000', '142640.006000', '142640.009000', '142640.011000', '142640.014000', '142659.878000', '142659.881000', '142659.884000', '142659.887000', '142659.890000', '142659.893000', '142659.896000', '142659.899000', '142659.902000', '142659.905000', '142659.907000', '142659.910000', '142659.913000', '142659.916000', '142659.919000', '142659.922000', '142659.925000', '142659.928000', '142659.931000', '142659.934000', '142659.936000', '142659.939000', '142659.942000', '142659.945000', '142659.948000', '142659.951000', '142659.954000', '142659.957000', '142659.960000', '142659.963000', '142659.965000', '142659.968000', '142659.971000', '142659.974000', '142659.977000', '142659.980000', '142659.983000', '142659.986000', '142659.989000', '142659.992000', '142659.995000', '142659.998000', '142700.002000', '142700.004000', '142719.877000', '142719.880000', '142719.883000', '142719.886000', '142719.889000', '142719.892000', '142719.895000', '142719.898000', '142719.901000', '142719.904000', '142719.907000', '142719.910000', '142719.912000', '142719.915000', '142719.918000', '142719.921000', '142719.924000', '142719.927000', '142719.930000', '142719.933000', '142719.936000', '142719.939000', '142719.942000', '142719.945000', '142719.948000', '142719.951000', '142719.953000', '142719.956000', '142719.959000', '142719.963000', '142719.968000', '142719.971000', '142719.974000', '142719.977000', '142719.980000', '142719.983000', '142719.986000', '142719.989000', '142719.992000', '142719.995000', '142719.997000', '142720.001000', '142720.004000', '142739.878000', '142739.881000', '142739.884000', '142739.887000', '142739.890000', '142739.910000', '142739.913000', '142739.916000', '142739.919000', '142739.922000', '142739.925000', '142739.928000', '142739.931000', '142739.934000', '142739.937000', '142739.940000', '142739.943000', '142739.946000', '142739.948000', '142739.951000', '142739.954000', '142739.957000', '142739.960000', '142739.965000', '142739.968000', '142739.971000', '142739.974000', '142739.977000', '142739.980000', '142739.983000', '142739.986000', '142739.988000', '142739.991000', '142739.994000', '142739.997000', '142740.000000', '142740.003000', '142740.006000', '142740.009000', '142740.012000', '142740.015000', '142740.018000', '142740.021000', '142740.024000', '142759.878000', '142759.881000', '142759.884000', '142759.887000', '142759.890000', '142759.893000', '142759.896000', '142759.899000', '142759.902000', '142759.905000', '142759.908000', '142759.911000', '142759.915000', '142759.918000', '142759.921000', '142759.924000', '142759.927000', '142759.930000', '142759.933000', '142759.936000', '142759.939000', '142759.941000', '142759.944000', '142759.947000', '142759.950000', '142759.953000', '142759.956000', '142759.959000', '142759.962000', '142759.965000', '142759.968000', '142759.971000', '142759.974000', '142759.977000', '142759.980000', '142759.982000', '142759.985000', '142759.988000', '142759.991000', '142759.994000', '142759.997000', '142800.001000', '142800.004000', '142819.878000', '142819.881000', '142819.884000', '142819.887000', '142819.890000', '142819.893000', '142819.896000', '142819.899000', '142819.902000', '142819.905000', '142819.907000', '142819.910000', '142819.913000', '142819.916000', '142819.919000', '142819.922000', '142819.925000', '142819.928000', '142819.931000', '142819.934000', '142819.937000', '142819.940000', '142819.943000', '142819.945000', '142819.948000', '142819.951000', '142819.954000', '142819.957000', '142819.960000', '142819.963000', '142819.966000', '142819.969000', '142819.972000', '142819.975000', '142819.978000', '142819.981000', '142819.983000', '142819.986000', '142819.989000', '142819.992000', '142819.995000', '142819.998000', '142820.002000', '142820.005000', '142839.878000', '142839.881000', '142839.884000', '142839.887000', '142839.890000', '142839.893000', '142839.896000', '142839.899000', '142839.902000', '142839.905000', '142839.908000', '142839.911000', '142839.913000', '142839.916000', '142839.919000', '142839.922000', '142839.925000', '142839.928000', '142839.931000', '142839.934000', '142839.937000', '142839.940000', '142839.943000', '142839.946000', '142839.948000', '142839.951000', '142839.954000', '142839.957000', '142839.960000', '142839.963000', '142839.966000', '142839.969000', '142839.972000', '142839.975000', '142839.978000', '142839.981000', '142839.984000', '142839.986000', '142839.989000', '142839.992000', '142839.995000', '142839.998000', '142840.002000', '142859.878000', '142859.881000', '142859.895000', '142859.898000', '142859.901000', '142859.904000', '142859.907000', '142859.910000', '142859.913000', '142859.916000', '142859.918000', '142859.921000', '142859.924000', '142859.927000', '142859.930000', '142859.933000', '142859.936000', '142859.939000', '142859.942000', '142859.945000', '142859.948000', '142859.951000', '142859.954000', '142859.957000', '142859.959000', '142859.962000', '142859.965000', '142859.968000', '142859.971000', '142859.974000', '142859.977000', '142859.980000', '142859.983000', '142859.986000', '142859.989000', '142859.991000', '142859.994000', '142859.997000', '142900.001000', '142900.004000', '142900.007000', '142900.010000', '142900.013000', '142900.016000', '142919.878000', '142919.881000', '142919.884000', '142919.887000', '142919.890000', '142919.893000', '142919.896000', '142919.899000', '142919.902000', '142919.905000', '142919.907000', '142919.910000', '142919.913000', '142919.916000', '142919.919000', '142919.922000', '142919.925000', '142919.928000', '142919.931000', '142919.934000', '142919.937000', '142919.940000', '142919.943000', '142919.946000', '142919.950000', '142919.953000', '142919.956000', '142919.959000', '142919.962000', '142919.965000', '142919.968000', '142919.971000', '142919.974000', '142919.977000', '142919.980000', '142919.983000', '142919.986000', '142919.989000', '142919.991000', '142919.994000', '142919.997000', '142920.001000', '142920.005000', '142939.877000', '142939.880000', '142939.883000', '142939.886000', '142939.889000', '142939.892000', '142939.895000', '142939.898000', '142939.900000', '142939.903000', '142939.906000', '142939.909000', '142939.912000', '142939.915000', '142939.918000', '142939.921000', '142939.924000', '142939.927000', '142939.930000', '142939.933000', '142939.936000', '142939.939000', '142939.942000', '142939.945000', '142939.948000', '142939.951000', '142939.953000', '142939.956000', '142939.959000', '142939.962000', '142939.965000', '142939.968000', '142939.971000', '142939.974000', '142939.977000', '142939.980000', '142939.983000', '142939.985000', '142939.988000', '142939.991000', '142939.994000', '142939.997000', '142940.000000', '142940.003000', '142959.878000', '142959.881000', '142959.884000', '142959.887000', '142959.890000', '142959.893000', '142959.896000', '142959.899000', '142959.902000', '142959.905000', '142959.907000', '142959.910000', '142959.913000', '142959.916000', '142959.919000', '142959.922000', '142959.925000', '142959.928000', '142959.931000', '142959.934000', '142959.937000', '142959.939000', '142959.942000', '142959.945000', '142959.948000', '142959.951000', '142959.954000', '142959.957000', '142959.960000', '142959.963000', '142959.966000', '142959.969000', '142959.971000', '142959.974000', '142959.977000', '142959.980000', '142959.983000', '142959.986000', '142959.989000', '142959.992000', '142959.995000', '142959.998000', '143000.002000', '143019.878000', '143019.881000', '143019.884000', '143019.887000', '143019.890000', '143019.893000', '143019.896000', '143019.899000', '143019.902000', '143019.905000', '143019.908000', '143019.911000', '143019.914000', '143019.933000', '143019.936000', '143019.939000', '143019.942000', '143019.945000', '143019.948000', '143019.951000', '143019.954000', '143019.957000', '143019.960000', '143019.963000', '143019.966000', '143019.968000', '143019.971000', '143019.974000', '143019.977000', '143019.980000', '143019.983000', '143019.986000', '143019.989000', '143019.992000', '143019.995000', '143019.998000', '143020.002000', '143020.005000', '143020.008000', '143020.010000', '143020.013000', '143020.016000', '143020.019000', '143020.022000', '143039.878000', '143039.881000', '143039.884000', '143039.887000', '143039.890000', '143039.893000', '143039.896000', '143039.899000', '143039.902000', '143039.905000', '143039.908000', '143039.910000', '143039.913000', '143039.916000', '143039.919000', '143039.922000', '143039.925000', '143039.928000', '143039.931000', '143039.934000', '143039.937000', '143039.940000', '143039.943000', '143039.946000', '143039.949000', '143039.951000', '143039.954000', '143039.957000', '143039.960000', '143039.963000', '143039.966000', '143039.969000', '143039.972000', '143039.975000', '143039.978000', '143039.980000', '143039.983000', '143039.987000', '143039.991000', '143039.994000', '143039.997000', '143040.001000', '143040.004000', '143059.878000', '143059.881000', '143059.884000', '143059.887000', '143059.890000', '143059.893000', '143059.896000', '143059.899000', '143059.902000', '143059.905000', '143059.908000', '143059.911000', '143059.913000', '143059.916000', '143059.919000', '143059.922000', '143059.925000', '143059.928000', '143059.931000', '143059.934000', '143059.937000', '143059.940000', '143059.943000', '143059.945000', '143059.948000', '143059.951000', '143059.954000', '143059.957000', '143059.960000', '143059.963000', '143059.966000', '143059.969000', '143059.972000', '143059.975000', '143059.978000', '143059.981000', '143059.984000', '143059.986000', '143059.989000', '143059.992000', '143059.995000', '143059.998000', '143100.002000', '143100.005000', '143119.878000', '143119.881000', '143119.884000', '143119.887000', '143119.890000', '143119.893000', '143119.896000', '143119.899000', '143119.902000', '143119.905000', '143119.908000', '143119.911000', '143119.913000', '143119.916000', '143119.919000', '143119.922000', '143119.925000', '143119.928000', '143119.931000', '143119.934000', '143119.937000', '143119.940000', '143119.943000', '143119.946000', '143119.949000', '143119.951000', '143119.954000', '143119.957000', '143119.960000', '143119.963000', '143119.966000', '143119.969000', '143119.972000', '143119.975000', '143119.978000', '143119.981000', '143119.984000', '143119.987000', '143119.989000', '143119.992000', '143119.995000', '143119.998000', '143120.002000', '143139.878000', '143139.881000', '143139.884000', '143139.887000', '143139.890000', '143139.893000', '143139.896000', '143139.899000', '143139.901000', '143139.904000', '143139.907000', '143139.910000', '143139.913000', '143139.916000', '143139.919000', '143139.922000', '143139.925000', '143139.928000', '143139.931000', '143139.934000', '143139.937000', '143139.940000', '143139.943000', '143139.946000', '143139.949000', '143139.952000', '143139.955000', '143139.958000', '143139.960000', '143139.963000', '143139.966000', '143139.969000', '143139.972000', '143139.975000', '143139.978000', '143139.981000', '143139.984000', '143139.987000', '143139.990000', '143139.993000', '143139.995000', '143139.998000', '143140.002000', '143140.005000', '143159.877000', '143159.880000', '143159.883000', '143159.886000', '143159.889000', '143159.892000', '143159.895000', '143159.898000', '143159.901000', '143159.904000', '143159.907000', '143159.910000', '143159.912000', '143159.915000', '143159.918000', '143159.921000', '143159.924000', '143159.927000', '143159.930000', '143159.933000', '143159.936000', '143159.939000', '143159.942000', '143159.945000', '143159.948000', '143159.951000', '143159.954000', '143159.956000', '143159.959000', '143159.962000', '143159.965000', '143159.968000', '143159.971000', '143159.974000', '143159.977000', '143159.980000', '143159.983000', '143159.986000', '143159.988000', '143159.991000', '143159.994000', '143159.997000', '143200.001000', '143219.878000', '143219.881000', '143219.884000', '143219.887000', '143219.890000', '143219.893000', '143219.896000', '143219.899000', '143219.902000', '143219.905000', '143219.908000', '143219.911000', '143219.914000', '143219.916000', '143219.919000', '143219.922000', '143219.925000', '143219.928000', '143219.931000', '143219.934000', '143219.937000', '143219.940000', '143219.943000', '143219.946000', '143219.949000', '143219.952000', '143219.955000', '143219.957000', '143219.960000', '143219.963000', '143219.966000', '143219.969000', '143219.972000', '143219.975000', '143219.978000', '143219.981000', '143219.984000', '143219.987000', '143219.990000', '143219.993000', '143219.996000', '143220.000000', '143220.003000', '143235.582000', '143235.586000', '143235.589000', '143235.592000', '143235.595000', '143235.598000', '143235.601000', '143235.605000', '143235.608000', '143235.611000', '143235.614000', '143235.617000', '143235.620000', '143235.623000', '143235.626000', '143235.629000', '143235.632000', '143235.635000', '143235.639000', '143235.642000', '143235.645000', '143235.648000', '143235.651000', '143235.654000', '143235.657000', '143235.660000', '143235.663000', '143235.666000', '143235.669000', '143235.671000', '143235.674000', '143235.677000', '143235.680000', '143235.683000', '143235.686000'], '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': [9888, 13369, 9680, 12506, 17505, 10335, 15826, 10571, 14078, 10226, 11833, 20821, 10366, 16060, 9924, 10997, 13462, 10255, 13494, 10795, 11953, 9824, 10907, 10407, 10816, 13741, 10318, 12396, 10104, 11426, 8831, 11095, 9409, 10401, 15056, 10696, 14564, 9978, 12104, 10053, 11787, 10008, 11570, 15884, 10310, 17364, 10417, 14993, 10855, 13791, 10248, 12418, 10132, 11792, 8960, 11331, 20065, 10629, 14266, 10430, 13115, 10757, 12766, 10772, 12262, 10380, 13025, 10052, 13067, 10685, 12760, 9912, 11867, 8877, 11577, 18150, 10891, 14620, 10422, 11499, 9745, 11159, 8714, 10647, 9505, 10508, 9384, 10719, 10681, 10752, 14592, 11123, 13686, 10753, 13788, 10834, 14435, 10926, 13216, 10703, 12350, 9962, 12464, 10471, 12920, 10628, 12284, 10413, 12852, 11052, 14249, 11351, 13851, 10642, 12559, 10737, 11062, 10750, 10485, 11356, 9873, 11608, 10502, 12590, 10429, 12996, 10444, 13230, 10365, 13734, 11086, 13447, 9596, 9365, 11444, 10726, 13447, 10503, 14620, 10484, 10187, 11632, 10792, 14661, 10681, 13727, 10709, 10636, 13434, 10581, 15349, 10534, 16586, 10644, 11693, 11777, 10785, 14334, 9918, 15593, 10828, 10468, 11045, 10739, 13136, 10418, 14271, 10483, 14717, 10337, 9702, 10529, 10936, 12222, 11300, 13335, 10410, 13435, 10577, 9858, 10977, 10610, 11806, 11294, 12657, 10315, 14209, 10671, 15353, 10682, 10626, 10851, 11013, 12151, 10997, 13434, 10903, 14344, 11094, 14438, 10903, 13728, 10892, 13595, 10581, 13068, 10937, 13572, 11282, 13122, 11423, 13096, 11739, 12927, 11637, 10843, 9799, 10463, 10783, 10592, 12699, 10724, 12622, 11000, 13382, 11419, 14471, 11445, 11446, 9674, 8846, 10777, 10422, 12549, 10393, 13094, 10475, 13894, 10703, 13961, 10675, 13570, 10884, 13401, 10435, 13600, 10509, 12582, 10750, 12318, 11175, 12800, 10778, 12430, 9506, 11129, 19232, 11542, 15690, 11688, 13420, 11685, 12420, 10703, 11401, 9628, 10323, 9229, 10333, 8707, 10722, 8521, 10614, 8838, 11014, 8920, 11239, 9311, 10824, 8834, 11429, 11001, 11261, 19394, 11695, 16418, 11658, 15118, 11587, 14966, 10968, 12378, 10486, 11265, 9000, 11198, 17471, 11850, 13666, 9584, 11794, 12554, 12329, 12003, 9732, 10338, 9506, 11025, 9665, 11734, 15095, 12145, 19956, 11718, 16247, 14612, 11463, 19279, 11219, 12178, 9105, 9664, 7811, 10091, 7667, 11240, 10914, 11478, 13539, 11217, 15308, 10539, 12684, 20915, 11396, 12513, 18674, 11990, 15278, 9762, 11438, 15808, 11659, 12291, 9648, 11106, 9472, 11424, 15051, 9206, 11502, 15411, 11296, 11864, 13164, 11610, 13641, 9634, 10236, 8907, 11657, 13575, 11894, 13444, 9905, 10377, 9794, 10186, 8498, 11938, 10117, 11537, 12334, 11759, 14895, 11938, 14579, 11277, 12664, 10986, 12967, 21477, 12760, 12931, 19869, 11873, 14107, 16634, 11458, 14662, 11344, 11420, 10504, 11234, 9923, 11352, 15809, 11815, 12963, 20243, 11610, 14212, 12638, 11185, 17487, 10970, 10969, 10432, 11226, 11647, 12024, 14214, 11514, 12537, 10724, 11062, 16969, 12042, 14420, 11974, 11417, 17089, 10837, 11072, 18105, 11921, 12263, 10314, 11204, 15279, 11382, 11221, 13782, 12050, 12679, 10345, 11350, 16157, 11198, 10954, 10548, 11724, 14723, 11205, 11194, 15027, 12068, 13514, 11034, 10703, 10119, 11541, 15758, 11120, 11914, 9966, 11510, 17094, 11987, 12165, 14855, 11704, 15500, 11183, 11350, 11096, 11785, 15364, 11578, 11343, 9926, 11181, 16696, 11382, 11919, 10443, 11316, 17214, 11725, 12384, 11770, 11641, 14802, 11496, 11095, 9554, 11856, 14928, 11501, 12020, 10397, 11518, 16778, 11797, 12181, 10054, 11412, 15844, 11646, 11767, 9347, 11636, 15337, 11427, 11600, 10217, 11563, 16222, 11808, 11535, 9695, 11307, 16358, 11611, 12453, 10227, 11169, 17074, 11940, 12951, 10639, 11527, 17250, 12006, 13751, 11174, 11102, 18001, 11577, 12516, 10071, 11319, 16665, 10928, 11328, 17807, 12024, 12729, 9982, 11367, 15369, 10752, 11031, 16228, 11339, 11379, 12033, 11839, 12711, 8864, 11592, 14707, 11214, 10949, 9546, 11394, 10663, 11262, 13863, 10992, 11431, 9630, 12000, 17326, 11137, 12451, 14085, 11821, 16859, 11773, 13305, 10175, 12008, 18098, 12200, 14754, 10703, 11420, 19511, 12014, 13381, 11494, 12039, 10462, 10956, 9750, 10584, 10231, 11243, 16551, 11928, 19234, 11863, 15190, 11214, 11580, 20932, 16356, 16246, 13164, 12273, 11383, 10957, 16357, 11782, 16616, 11329, 12889, 11265, 11221, 9996, 10803, 11903, 10942, 14405, 11458, 13315, 11236, 11153, 11292, 10843, 9884, 11074, 16358, 11607, 14021, 11081, 13014, 11511, 11828, 10847, 11016, 9452, 10842, 15414, 11139, 13795, 11238, 10861, 9558, 10781, 15830, 11571, 13820, 11452, 11506, 11539, 11097, 10233, 11026, 16558, 11379, 13371, 11294, 12594, 11222, 11935, 11064, 11369, 10398, 11110, 12591, 11306, 16197, 11435, 14124, 11203, 13069, 11259, 13037, 11431, 13027, 11402, 12193, 11087, 11220, 10392, 10896, 9464, 11122, 13825, 11335, 13921, 11633, 12645, 11170, 12266, 11444, 12586, 10956, 11507, 10826, 10995, 10138, 10890, 9820, 10927, 10728, 11440, 16488, 11028, 15078, 11532, 13293, 11293, 11429, 10959, 11041, 9794, 11170, 11781, 11442, 12298, 11171, 14397, 11116, 13179, 11106, 11961, 11049, 10920, 10597, 11066, 17093, 10946, 13967, 11272, 12812, 11256, 11959, 11357, 11453, 11125, 11136, 10594, 10699, 10198, 10855, 10769, 11296, 14528, 11472, 13551, 11630, 12185, 10985, 11910, 11256, 11756, 11013, 10583, 10359, 10719, 9635, 11115, 14073, 11398, 14177, 11260, 13602, 11360, 13496, 11638, 11591, 11328, 12105, 11146, 11224, 10557, 10786, 9698, 11166, 12384, 9476, 14377, 11695, 10115, 9746, 11700, 12467, 11850, 13448, 11770, 14696, 11699, 15446, 11785, 14452, 11887, 14724, 11759, 16540, 11476, 12993, 11425, 11593, 11412, 10807, 10554, 9861, 10222, 10647, 9229, 11300, 11659, 11806, 13087, 11774, 13368, 11753, 13624, 11201, 12039, 11228, 11753, 10694, 10521, 10128, 10307, 9987, 10898, 9622, 11403, 16650, 11737, 15624, 11682, 13839, 11790, 14118, 11300, 12796, 11179, 12827, 11232, 11407, 10383, 11414, 13417, 11625, 14941, 11533, 13599, 12106, 12866, 11676, 10965, 10858, 11069, 9623, 11455, 15780, 11624, 13656, 11553, 13152, 11292, 12719, 11447, 11169, 11200, 10686, 10456, 10957, 9553, 11402, 9910, 11601, 10031, 11197, 11594, 11640, 16176, 11870, 13106, 11519, 13644, 11601, 14735, 11678, 12746, 11272, 12408, 11146, 11223, 12767, 11665, 12784, 11830, 13904, 11419, 13044, 11264, 11708, 11050, 10887, 9776, 11187, 14499, 11864, 13631, 11416, 13540, 11484, 10828, 9660, 11042, 9246, 11370, 13720, 11580, 13501, 11262, 11329, 11445, 11041, 10995, 11067, 9679, 11258, 10461, 11174, 15060, 11331, 14659, 11644, 12759, 10803, 10924, 17067, 11480, 14829, 11506, 11628, 10199, 11072, 12492, 11392, 13647, 11142, 11911, 11190, 10896, 10041, 10848, 16231, 11609, 12818, 11380, 10530, 10654, 10836, 9810, 11186, 14512, 11606, 12460, 11476, 12307, 11357, 11987, 11186, 11043, 10962, 10981, 10843, 11131, 9723, 10541, 9288, 10991, 10330, 11360, 18011, 11550, 14317, 10988, 12553, 10084, 11270, 18444, 11444, 13149, 11335, 12310, 11014, 11551, 10260, 10401, 9879, 10964, 11082, 11398, 15447, 11092, 11059, 17551, 11821, 13138, 11574, 12089, 11548, 12223, 10880, 10988, 10380, 10609, 9839, 11310, 9532, 11137, 11177, 11102, 15336, 11330, 14944, 10935, 11253, 9705, 10886, 10827, 11097, 16587, 11602, 13051, 11218, 11779, 11044, 11480, 10504, 11587, 10720, 11045, 10277, 10840, 10526, 11156, 11830, 11047, 15403, 11300, 14258, 11125, 13208, 10898, 11945, 11008, 11204, 9974, 10174, 9859, 10968, 8776, 10893, 14950, 11608, 14090, 11178, 11978, 10706, 10833, 9389, 11346, 15231, 11304, 13364, 11580, 12947, 11024, 12284, 11024, 10964, 10730, 10666, 9955, 10981, 12283, 11392, 13141, 11450, 13488, 11042, 13700, 11223, 11539, 11196, 10323, 10249, 10628, 9258, 11280, 9172, 10742, 9739, 10953, 15046, 11425, 13666, 11437, 12066, 11223, 12190, 10565, 12117, 10965, 10896, 10176, 10567, 9421, 11358, 15943, 11482, 13545, 11581, 13004, 11539, 12919, 10948, 11532, 11077, 12240, 10953, 11905, 10962, 10824, 10356, 10708, 10135, 10780, 10101, 10583, 13203, 11255, 17066, 11022, 16569, 11457, 13778, 11093, 12813, 10811, 12215, 11061, 12185, 11016, 11386, 11002, 11446, 10907, 10946, 10849, 10997, 9691, 10668, 9461, 11334, 14810, 11739, 12213, 11274, 11707, 11476, 12709, 11257, 11865, 11071, 12872, 10671, 12670, 10748, 11397, 10015, 10782, 9957, 10887, 9168, 11214, 9311, 11061, 13293, 11232, 15708, 11358, 13269, 11519, 13203, 11033, 13839, 11133, 12976, 10541, 11202, 9960, 11139, 12866, 11172, 15048, 11159, 12909, 10858, 13294, 11003, 13551, 11056, 11665, 10776, 11265, 10636, 11209, 10254, 10716, 10228, 10899, 10363, 10977, 16965, 11471, 13595, 10752, 12625, 10877, 12073, 10326, 10442, 9788, 10614, 8694, 10754, 12910, 11399, 15703, 11031, 12482, 10593, 11374, 10064, 10928, 17469, 11058, 13122, 10755, 11797, 10837, 10992, 9288, 10960, 10741, 10915, 13422, 11141, 12717, 10273, 10953, 12282, 11280, 9170, 11021, 8636, 11109, 8902, 10963, 16046, 11094, 13791, 20175, 11570, 14386, 19712, 10496, 15982, 10715, 11399, 15273, 10907, 11543, 9671, 10478, 14444, 10762, 10837, 9937, 10462, 14900, 10571, 11632, 18696, 11013, 12045, 9906, 11000, 13955, 10667, 11086, 9318, 10708, 13563, 10360, 10673, 14421, 11094, 12162, 9486, 10909, 14368, 10547, 10759, 9866, 10860, 13645, 11059, 11181, 8836, 10857, 15627, 11313, 12116, 9730, 10285, 16627, 10713, 13205, 10024, 10275, 14517, 11099, 14055, 10182, 10482, 9939, 10598, 15283, 10129, 11463, 17270, 10929, 13859, 9938, 10649, 17941, 11187, 13172, 9926, 10295, 13296, 10513, 12585, 9914, 10382, 9083, 10407, 14839, 10380, 11618, 18931, 10821, 13630, 10370, 11226, 17891, 10586, 12990, 9918, 10801, 14930, 10259, 13408, 10189, 10703, 8417, 10424, 13527, 10225, 11490, 10651, 10349, 15753], 'WindowCenter': [4441.0, 4459.0, 4415.0, 4434.0, 4448.0, 4400.0, 4426.0, 4395.0, 4414.0, 4383.0, 4406.0, 4443.0, 4373.0, 4410.0, 4372.0, 4383.0, 4401.0, 4383.0, 4401.0, 4380.0, 4392.0, 4371.0, 4395.0, 4383.0, 4395.0, 4401.0, 4384.0, 4404.0, 4381.0, 4404.0, 4374.0, 4395.0, 4373.0, 4395.0, 4424.0, 4396.0, 4427.0, 4385.0, 4404.0, 4384.0, 4405.0, 4382.0, 4393.0, 4424.0, 4385.0, 4422.0, 4384.0, 4413.0, 4392.0, 4414.0, 4382.0, 4392.0, 4369.0, 4394.0, 4359.0, 4393.0, 4434.0, 4383.0, 4400.0, 4383.0, 4402.0, 4394.0, 4403.0, 4392.0, 4403.0, 4382.0, 4404.0, 4384.0, 4404.0, 4395.0, 4404.0, 4372.0, 4394.0, 4361.0, 4392.0, 4424.0, 4382.0, 4402.0, 4370.0, 4380.0, 4361.0, 4381.0, 4362.0, 4385.0, 4373.0, 4395.0, 4375.0, 4395.0, 4384.0, 4394.0, 4425.0, 4397.0, 4415.0, 4394.0, 4415.0, 4394.0, 4413.0, 4397.0, 4403.0, 4382.0, 4405.0, 4382.0, 4402.0, 4382.0, 4405.0, 4385.0, 4405.0, 4396.0, 4405.0, 4407.0, 4423.0, 4407.0, 4415.0, 4396.0, 4404.0, 4397.0, 4395.0, 4397.0, 4395.0, 4396.0, 4385.0, 4405.0, 4396.0, 4406.0, 4397.0, 4404.0, 4385.0, 4403.0, 4386.0, 4415.0, 4407.0, 4416.0, 4387.0, 4375.0, 4405.0, 4407.0, 4417.0, 4397.0, 4426.0, 4397.0, 4385.0, 4407.0, 4399.0, 4425.0, 4395.0, 4414.0, 4396.0, 4395.0, 4416.0, 4385.0, 4424.0, 4385.0, 4422.0, 4385.0, 4394.0, 4394.0, 4383.0, 4413.0, 4374.0, 4413.0, 4393.0, 4382.0, 4391.0, 4382.0, 4401.0, 4383.0, 4414.0, 4395.0, 4413.0, 4383.0, 4372.0, 4383.0, 4382.0, 4393.0, 4393.0, 4403.0, 4384.0, 4403.0, 4385.0, 4383.0, 4382.0, 4384.0, 4392.0, 4393.0, 4403.0, 4384.0, 4412.0, 4382.0, 4413.0, 4385.0, 4381.0, 4384.0, 4383.0, 4391.0, 4383.0, 4401.0, 4383.0, 4413.0, 4382.0, 4413.0, 4394.0, 4403.0, 4383.0, 4401.0, 4383.0, 4402.0, 4383.0, 4404.0, 4395.0, 4404.0, 4396.0, 4405.0, 4407.0, 4403.0, 4408.0, 4395.0, 4384.0, 4395.0, 4397.0, 4397.0, 4415.0, 4398.0, 4417.0, 4397.0, 4417.0, 4408.0, 4427.0, 4409.0, 4404.0, 4389.0, 4374.0, 4407.0, 4397.0, 4419.0, 4399.0, 4419.0, 4398.0, 4418.0, 4397.0, 4425.0, 4397.0, 4417.0, 4394.0, 4416.0, 4394.0, 4416.0, 4395.0, 4406.0, 4396.0, 4406.0, 4395.0, 4407.0, 4394.0, 4406.0, 4374.0, 4394.0, 4434.0, 4394.0, 4413.0, 4394.0, 4403.0, 4392.0, 4403.0, 4384.0, 4395.0, 4374.0, 4384.0, 4374.0, 4386.0, 4365.0, 4397.0, 4377.0, 4399.0, 4377.0, 4409.0, 4388.0, 4410.0, 4389.0, 4409.0, 4378.0, 4420.0, 4408.0, 4410.0, 4460.0, 4408.0, 4437.0, 4407.0, 4426.0, 4407.0, 4428.0, 4397.0, 4406.0, 4385.0, 4395.0, 4375.0, 4407.0, 4438.0, 4409.0, 4414.0, 4384.0, 4405.0, 4415.0, 4417.0, 4419.0, 4397.0, 4410.0, 4396.0, 4410.0, 4388.0, 4419.0, 4428.0, 4421.0, 4448.0, 4407.0, 4426.0, 4413.0, 4395.0, 4434.0, 4382.0, 4391.0, 4360.0, 4371.0, 4354.0, 4397.0, 4368.0, 4421.0, 4408.0, 4420.0, 4426.0, 4410.0, 4439.0, 4399.0, 4420.0, 4449.0, 4398.0, 4407.0, 4434.0, 4396.0, 4415.0, 4372.0, 4395.0, 4422.0, 4394.0, 4406.0, 4386.0, 4408.0, 4386.0, 4423.0, 4455.0, 4387.0, 4407.0, 4438.0, 4406.0, 4405.0, 4404.0, 4407.0, 4417.0, 4386.0, 4395.0, 4375.0, 4407.0, 4416.0, 4407.0, 4428.0, 4385.0, 4397.0, 4384.0, 4397.0, 4377.0, 4419.0, 4398.0, 4410.0, 4419.0, 4420.0, 4438.0, 4417.0, 4439.0, 4407.0, 4416.0, 4408.0, 4420.0, 4461.0, 4405.0, 4406.0, 4432.0, 4392.0, 4404.0, 4410.0, 4381.0, 4400.0, 4381.0, 4392.0, 4380.0, 4392.0, 4383.0, 4392.0, 4422.0, 4405.0, 4414.0, 4434.0, 4393.0, 4401.0, 4390.0, 4381.0, 4421.0, 4381.0, 4380.0, 4368.0, 4390.0, 4390.0, 4401.0, 4414.0, 4392.0, 4404.0, 4383.0, 4395.0, 4424.0, 4405.0, 4415.0, 4391.0, 4392.0, 4411.0, 4379.0, 4382.0, 4421.0, 4390.0, 4390.0, 4370.0, 4394.0, 4409.0, 4392.0, 4394.0, 4401.0, 4393.0, 4403.0, 4371.0, 4393.0, 4423.0, 4391.0, 4385.0, 4379.0, 4393.0, 4412.0, 4382.0, 4394.0, 4413.0, 4404.0, 4403.0, 4382.0, 4384.0, 4381.0, 4393.0, 4423.0, 4393.0, 4393.0, 4371.0, 4393.0, 4424.0, 4392.0, 4404.0, 4412.0, 4392.0, 4411.0, 4381.0, 4382.0, 4381.0, 4393.0, 4412.0, 4392.0, 4393.0, 4372.0, 4393.0, 4423.0, 4391.0, 4393.0, 4381.0, 4393.0, 4420.0, 4393.0, 4403.0, 4391.0, 4392.0, 4410.0, 4392.0, 4393.0, 4371.0, 4402.0, 4412.0, 4393.0, 4404.0, 4381.0, 4394.0, 4423.0, 4393.0, 4405.0, 4372.0, 4394.0, 4422.0, 4393.0, 4405.0, 4374.0, 4396.0, 4422.0, 4394.0, 4405.0, 4382.0, 4394.0, 4424.0, 4394.0, 4394.0, 4373.0, 4395.0, 4423.0, 4394.0, 4404.0, 4383.0, 4395.0, 4424.0, 4394.0, 4405.0, 4383.0, 4395.0, 4423.0, 4394.0, 4404.0, 4382.0, 4394.0, 4423.0, 4393.0, 4404.0, 4372.0, 4394.0, 4424.0, 4380.0, 4382.0, 4422.0, 4393.0, 4403.0, 4372.0, 4395.0, 4413.0, 4383.0, 4383.0, 4412.0, 4382.0, 4394.0, 4391.0, 4393.0, 4403.0, 4360.0, 4393.0, 4413.0, 4395.0, 4394.0, 4373.0, 4407.0, 4395.0, 4408.0, 4418.0, 4409.0, 4408.0, 4386.0, 4418.0, 4438.0, 4397.0, 4408.0, 4416.0, 4407.0, 4436.0, 4404.0, 4417.0, 4383.0, 4406.0, 4434.0, 4406.0, 4414.0, 4384.0, 4396.0, 4434.0, 4394.0, 4403.0, 4393.0, 4403.0, 4383.0, 4396.0, 4385.0, 4397.0, 4394.0, 4409.0, 4435.0, 4405.0, 4448.0, 4393.0, 4413.0, 4383.0, 4395.0, 4434.0, 4421.0, 4412.0, 4393.0, 4391.0, 4380.0, 4382.0, 4411.0, 4392.0, 4411.0, 4381.0, 4391.0, 4379.0, 4380.0, 4360.0, 4381.0, 4379.0, 4382.0, 4400.0, 4381.0, 4402.0, 4380.0, 4383.0, 4378.0, 4379.0, 4371.0, 4383.0, 4412.0, 4382.0, 4400.0, 4381.0, 4391.0, 4381.0, 4380.0, 4370.0, 4381.0, 4360.0, 4382.0, 4401.0, 4382.0, 4401.0, 4381.0, 4371.0, 4359.0, 4381.0, 4410.0, 4381.0, 4401.0, 4379.0, 4380.0, 4380.0, 4381.0, 4370.0, 4383.0, 4412.0, 4382.0, 4390.0, 4382.0, 4391.0, 4382.0, 4393.0, 4383.0, 4393.0, 4371.0, 4383.0, 4391.0, 4385.0, 4413.0, 4393.0, 4401.0, 4381.0, 4391.0, 4383.0, 4402.0, 4394.0, 4394.0, 4383.0, 4393.0, 4382.0, 4383.0, 4374.0, 4384.0, 4362.0, 4394.0, 4402.0, 4383.0, 4403.0, 4393.0, 4403.0, 4384.0, 4393.0, 4393.0, 4394.0, 4381.0, 4393.0, 4382.0, 4384.0, 4371.0, 4385.0, 4374.0, 4384.0, 4383.0, 4394.0, 4413.0, 4383.0, 4413.0, 4383.0, 4392.0, 4381.0, 4382.0, 4371.0, 4380.0, 4371.0, 4383.0, 4378.0, 4382.0, 4391.0, 4382.0, 4402.0, 4383.0, 4392.0, 4381.0, 4381.0, 4378.0, 4380.0, 4371.0, 4382.0, 4410.0, 4371.0, 4390.0, 4380.0, 4390.0, 4382.0, 4380.0, 4381.0, 4380.0, 4382.0, 4382.0, 4383.0, 4384.0, 4372.0, 4383.0, 4379.0, 4383.0, 4402.0, 4393.0, 4401.0, 4381.0, 4390.0, 4382.0, 4392.0, 4394.0, 4393.0, 4382.0, 4383.0, 4372.0, 4384.0, 4373.0, 4395.0, 4403.0, 4393.0, 4402.0, 4383.0, 4403.0, 4394.0, 4403.0, 4383.0, 4382.0, 4382.0, 4392.0, 4381.0, 4384.0, 4383.0, 4383.0, 4362.0, 4383.0, 4392.0, 4373.0, 4403.0, 4393.0, 4383.0, 4376.0, 4405.0, 4406.0, 4396.0, 4405.0, 4394.0, 4414.0, 4395.0, 4414.0, 4396.0, 4401.0, 4394.0, 4403.0, 4393.0, 4424.0, 4383.0, 4392.0, 4382.0, 4381.0, 4382.0, 4382.0, 4372.0, 4373.0, 4372.0, 4384.0, 4363.0, 4396.0, 4394.0, 4396.0, 4405.0, 4405.0, 4404.0, 4395.0, 4415.0, 4396.0, 4394.0, 4394.0, 4395.0, 4383.0, 4385.0, 4384.0, 4385.0, 4374.0, 4396.0, 4375.0, 4396.0, 4426.0, 4396.0, 4412.0, 4395.0, 4403.0, 4395.0, 4413.0, 4395.0, 4404.0, 4392.0, 4404.0, 4384.0, 4394.0, 4373.0, 4394.0, 4401.0, 4394.0, 4402.0, 4394.0, 4403.0, 4395.0, 4404.0, 4383.0, 4383.0, 4383.0, 4384.0, 4363.0, 4396.0, 4413.0, 4384.0, 4402.0, 4382.0, 4393.0, 4384.0, 4394.0, 4381.0, 4383.0, 4383.0, 4373.0, 4374.0, 4384.0, 4373.0, 4392.0, 4372.0, 4394.0, 4372.0, 4384.0, 4393.0, 4395.0, 4421.0, 4392.0, 4403.0, 4395.0, 4403.0, 4394.0, 4414.0, 4396.0, 4393.0, 4383.0, 4393.0, 4383.0, 4383.0, 4390.0, 4383.0, 4391.0, 4393.0, 4401.0, 4382.0, 4402.0, 4382.0, 4393.0, 4381.0, 4382.0, 4371.0, 4384.0, 4403.0, 4393.0, 4402.0, 4393.0, 4403.0, 4382.0, 4383.0, 4361.0, 4383.0, 4361.0, 4394.0, 4403.0, 4395.0, 4405.0, 4395.0, 4383.0, 4393.0, 4384.0, 4383.0, 4395.0, 4374.0, 4385.0, 4371.0, 4385.0, 4413.0, 4384.0, 4404.0, 4383.0, 4393.0, 4371.0, 4381.0, 4411.0, 4382.0, 4401.0, 4380.0, 4380.0, 4359.0, 4381.0, 4380.0, 4382.0, 4401.0, 4382.0, 4381.0, 4382.0, 4383.0, 4361.0, 4381.0, 4412.0, 4382.0, 4392.0, 4380.0, 4372.0, 4371.0, 4383.0, 4372.0, 4394.0, 4412.0, 4393.0, 4391.0, 4395.0, 4394.0, 4395.0, 4395.0, 4396.0, 4395.0, 4395.0, 4396.0, 4395.0, 4397.0, 4376.0, 4386.0, 4375.0, 4396.0, 4385.0, 4396.0, 4437.0, 4396.0, 4414.0, 4384.0, 4406.0, 4373.0, 4385.0, 4425.0, 4393.0, 4393.0, 4384.0, 4393.0, 4381.0, 4394.0, 4383.0, 4385.0, 4373.0, 4386.0, 4383.0, 4395.0, 4415.0, 4382.0, 4383.0, 4423.0, 4382.0, 4389.0, 4383.0, 4392.0, 4394.0, 4392.0, 4385.0, 4385.0, 4384.0, 4386.0, 4375.0, 4397.0, 4376.0, 4395.0, 4395.0, 4397.0, 4415.0, 4396.0, 4416.0, 4385.0, 4384.0, 4363.0, 4385.0, 4383.0, 4395.0, 4425.0, 4395.0, 4403.0, 4393.0, 4394.0, 4395.0, 4394.0, 4388.0, 4396.0, 4385.0, 4396.0, 4385.0, 4396.0, 4386.0, 4397.0, 4393.0, 4396.0, 4413.0, 4395.0, 4415.0, 4396.0, 4403.0, 4384.0, 4393.0, 4383.0, 4384.0, 4374.0, 4383.0, 4371.0, 4385.0, 4353.0, 4384.0, 4413.0, 4395.0, 4404.0, 4384.0, 4394.0, 4373.0, 4384.0, 4363.0, 4382.0, 4413.0, 4383.0, 4391.0, 4383.0, 4394.0, 4384.0, 4394.0, 4383.0, 4382.0, 4382.0, 4384.0, 4372.0, 4384.0, 4392.0, 4383.0, 4393.0, 4383.0, 4402.0, 4383.0, 4403.0, 4384.0, 4382.0, 4382.0, 4373.0, 4372.0, 4384.0, 4364.0, 4395.0, 4363.0, 4383.0, 4373.0, 4393.0, 4414.0, 4396.0, 4402.0, 4395.0, 4393.0, 4395.0, 4395.0, 4385.0, 4395.0, 4385.0, 4385.0, 4374.0, 4385.0, 4374.0, 4394.0, 4425.0, 4395.0, 4404.0, 4395.0, 4404.0, 4396.0, 4404.0, 4386.0, 4396.0, 4395.0, 4395.0, 4395.0, 4396.0, 4385.0, 4384.0, 4385.0, 4386.0, 4374.0, 4396.0, 4385.0, 4385.0, 4404.0, 4385.0, 4424.0, 4383.0, 4424.0, 4394.0, 4403.0, 4383.0, 4393.0, 4383.0, 4393.0, 4384.0, 4391.0, 4383.0, 4381.0, 4383.0, 4394.0, 4385.0, 4383.0, 4384.0, 4384.0, 4363.0, 4385.0, 4375.0, 4396.0, 4415.0, 4394.0, 4393.0, 4395.0, 4394.0, 4407.0, 4418.0, 4397.0, 4405.0, 4398.0, 4407.0, 4397.0, 4407.0, 4386.0, 4396.0, 4374.0, 4385.0, 4374.0, 4395.0, 4375.0, 4395.0, 4364.0, 4396.0, 4404.0, 4396.0, 4424.0, 4395.0, 4404.0, 4395.0, 4403.0, 4385.0, 4405.0, 4395.0, 4404.0, 4371.0, 4383.0, 4372.0, 4384.0, 4393.0, 4384.0, 4412.0, 4383.0, 4393.0, 4384.0, 4403.0, 4384.0, 4405.0, 4385.0, 4383.0, 4383.0, 4383.0, 4383.0, 4394.0, 4384.0, 4385.0, 4373.0, 4383.0, 4371.0, 4385.0, 4425.0, 4394.0, 4403.0, 4384.0, 4393.0, 4382.0, 4395.0, 4385.0, 4385.0, 4373.0, 4383.0, 4363.0, 4396.0, 4404.0, 4395.0, 4415.0, 4382.0, 4391.0, 4383.0, 4394.0, 4373.0, 4383.0, 4424.0, 4382.0, 4391.0, 4383.0, 4392.0, 4382.0, 4384.0, 4362.0, 4384.0, 4381.0, 4382.0, 4403.0, 4393.0, 4404.0, 4372.0, 4384.0, 4394.0, 4394.0, 4361.0, 4384.0, 4352.0, 4395.0, 4363.0, 4397.0, 4426.0, 4394.0, 4418.0, 4435.0, 4383.0, 4404.0, 4420.0, 4370.0, 4411.0, 4369.0, 4380.0, 4398.0, 4369.0, 4380.0, 4359.0, 4372.0, 4402.0, 4380.0, 4382.0, 4359.0, 4381.0, 4401.0, 4371.0, 4383.0, 4420.0, 4369.0, 4381.0, 4358.0, 4381.0, 4390.0, 4382.0, 4383.0, 4360.0, 4372.0, 4390.0, 4371.0, 4383.0, 4399.0, 4383.0, 4393.0, 4362.0, 4383.0, 4403.0, 4381.0, 4383.0, 4374.0, 4396.0, 4403.0, 4396.0, 4396.0, 4365.0, 4397.0, 4426.0, 4397.0, 4407.0, 4373.0, 4387.0, 4437.0, 4397.0, 4406.0, 4385.0, 4385.0, 4413.0, 4397.0, 4428.0, 4387.0, 4397.0, 4374.0, 4397.0, 4426.0, 4386.0, 4407.0, 4425.0, 4394.0, 4405.0, 4374.0, 4386.0, 4435.0, 4395.0, 4405.0, 4373.0, 4386.0, 4403.0, 4386.0, 4404.0, 4386.0, 4397.0, 4376.0, 4399.0, 4427.0, 4400.0, 4408.0, 4436.0, 4396.0, 4416.0, 4373.0, 4395.0, 4426.0, 4384.0, 4405.0, 4374.0, 4395.0, 4412.0, 4384.0, 4414.0, 4384.0, 4383.0, 4353.0, 4384.0, 4405.0, 4386.0, 4407.0, 4385.0, 4387.0, 4426.0], 'WindowWidth': [9793.0, 9807.0, 9737.0, 9760.0, 9772.0, 9705.0, 9736.0, 9689.0, 9715.0, 9668.0, 9702.0, 9757.0, 9651.0, 9698.0, 9648.0, 9666.0, 9688.0, 9667.0, 9686.0, 9659.0, 9676.0, 9648.0, 9684.0, 9667.0, 9685.0, 9688.0, 9669.0, 9695.0, 9663.0, 9698.0, 9656.0, 9685.0, 9653.0, 9686.0, 9725.0, 9689.0, 9732.0, 9672.0, 9697.0, 9668.0, 9698.0, 9665.0, 9683.0, 9724.0, 9671.0, 9723.0, 9669.0, 9709.0, 9678.0, 9708.0, 9663.0, 9676.0, 9643.0, 9680.0, 9629.0, 9681.0, 9741.0, 9665.0, 9687.0, 9666.0, 9690.0, 9683.0, 9692.0, 9678.0, 9691.0, 9665.0, 9696.0, 9670.0, 9697.0, 9685.0, 9695.0, 9651.0, 9681.0, 9633.0, 9676.0, 9726.0, 9662.0, 9689.0, 9644.0, 9655.0, 9631.0, 9660.0, 9635.0, 9672.0, 9653.0, 9685.0, 9657.0, 9687.0, 9669.0, 9684.0, 9727.0, 9691.0, 9713.0, 9686.0, 9712.0, 9685.0, 9709.0, 9690.0, 9694.0, 9664.0, 9696.0, 9665.0, 9691.0, 9666.0, 9699.0, 9672.0, 9696.0, 9687.0, 9697.0, 9704.0, 9724.0, 9705.0, 9713.0, 9689.0, 9697.0, 9691.0, 9688.0, 9693.0, 9687.0, 9689.0, 9673.0, 9699.0, 9689.0, 9703.0, 9691.0, 9697.0, 9672.0, 9694.0, 9674.0, 9713.0, 9707.0, 9716.0, 9676.0, 9661.0, 9701.0, 9707.0, 9720.0, 9692.0, 9731.0, 9691.0, 9674.0, 9705.0, 9696.0, 9727.0, 9687.0, 9710.0, 9688.0, 9687.0, 9715.0, 9672.0, 9723.0, 9672.0, 9722.0, 9673.0, 9683.0, 9682.0, 9666.0, 9704.0, 9654.0, 9709.0, 9680.0, 9664.0, 9674.0, 9663.0, 9687.0, 9663.0, 9709.0, 9686.0, 9707.0, 9665.0, 9648.0, 9664.0, 9661.0, 9677.0, 9679.0, 9693.0, 9669.0, 9694.0, 9670.0, 9667.0, 9665.0, 9668.0, 9679.0, 9678.0, 9693.0, 9668.0, 9704.0, 9666.0, 9710.0, 9671.0, 9662.0, 9668.0, 9666.0, 9676.0, 9665.0, 9690.0, 9664.0, 9707.0, 9663.0, 9707.0, 9682.0, 9691.0, 9666.0, 9688.0, 9665.0, 9689.0, 9666.0, 9696.0, 9685.0, 9694.0, 9688.0, 9700.0, 9705.0, 9696.0, 9707.0, 9685.0, 9672.0, 9686.0, 9690.0, 9690.0, 9715.0, 9694.0, 9719.0, 9692.0, 9717.0, 9708.0, 9733.0, 9711.0, 9700.0, 9682.0, 9658.0, 9708.0, 9692.0, 9725.0, 9699.0, 9724.0, 9694.0, 9721.0, 9691.0, 9730.0, 9691.0, 9717.0, 9683.0, 9715.0, 9682.0, 9716.0, 9686.0, 9702.0, 9688.0, 9701.0, 9686.0, 9704.0, 9683.0, 9702.0, 9656.0, 9684.0, 9744.0, 9684.0, 9708.0, 9682.0, 9693.0, 9678.0, 9692.0, 9670.0, 9686.0, 9655.0, 9670.0, 9656.0, 9676.0, 9647.0, 9693.0, 9667.0, 9697.0, 9667.0, 9711.0, 9683.0, 9716.0, 9684.0, 9713.0, 9670.0, 9730.0, 9710.0, 9714.0, 9789.0, 9709.0, 9748.0, 9706.0, 9731.0, 9705.0, 9735.0, 9691.0, 9702.0, 9673.0, 9687.0, 9658.0, 9706.0, 9753.0, 9711.0, 9711.0, 9669.0, 9700.0, 9717.0, 9721.0, 9728.0, 9698.0, 9717.0, 9693.0, 9716.0, 9684.0, 9728.0, 9739.0, 9729.0, 9770.0, 9705.0, 9734.0, 9706.0, 9685.0, 9740.0, 9662.0, 9674.0, 9631.0, 9649.0, 9629.0, 9691.0, 9657.0, 9732.0, 9711.0, 9729.0, 9733.0, 9716.0, 9755.0, 9697.0, 9730.0, 9775.0, 9693.0, 9703.0, 9736.0, 9686.0, 9713.0, 9651.0, 9686.0, 9720.0, 9684.0, 9702.0, 9675.0, 9708.0, 9675.0, 9738.0, 9787.0, 9680.0, 9707.0, 9750.0, 9701.0, 9700.0, 9696.0, 9704.0, 9719.0, 9675.0, 9687.0, 9661.0, 9706.0, 9715.0, 9705.0, 9737.0, 9675.0, 9691.0, 9670.0, 9693.0, 9665.0, 9727.0, 9695.0, 9714.0, 9724.0, 9727.0, 9750.0, 9720.0, 9755.0, 9708.0, 9720.0, 9709.0, 9729.0, 9798.0, 9700.0, 9700.0, 9736.0, 9676.0, 9695.0, 9697.0, 9658.0, 9684.0, 9659.0, 9674.0, 9657.0, 9678.0, 9667.0, 9681.0, 9721.0, 9699.0, 9712.0, 9742.0, 9677.0, 9692.0, 9668.0, 9660.0, 9716.0, 9657.0, 9655.0, 9638.0, 9672.0, 9670.0, 9690.0, 9709.0, 9678.0, 9696.0, 9666.0, 9685.0, 9724.0, 9699.0, 9714.0, 9673.0, 9676.0, 9701.0, 9652.0, 9661.0, 9718.0, 9669.0, 9670.0, 9643.0, 9681.0, 9698.0, 9677.0, 9683.0, 9689.0, 9679.0, 9694.0, 9646.0, 9680.0, 9720.0, 9675.0, 9670.0, 9654.0, 9677.0, 9702.0, 9663.0, 9681.0, 9706.0, 9696.0, 9692.0, 9662.0, 9669.0, 9659.0, 9679.0, 9721.0, 9679.0, 9680.0, 9646.0, 9680.0, 9722.0, 9676.0, 9696.0, 9703.0, 9675.0, 9701.0, 9659.0, 9662.0, 9658.0, 9679.0, 9705.0, 9677.0, 9678.0, 9647.0, 9678.0, 9720.0, 9674.0, 9678.0, 9658.0, 9679.0, 9715.0, 9676.0, 9693.0, 9673.0, 9676.0, 9697.0, 9674.0, 9678.0, 9647.0, 9691.0, 9705.0, 9679.0, 9695.0, 9660.0, 9682.0, 9721.0, 9681.0, 9697.0, 9648.0, 9683.0, 9718.0, 9678.0, 9699.0, 9655.0, 9687.0, 9717.0, 9682.0, 9699.0, 9664.0, 9684.0, 9724.0, 9681.0, 9682.0, 9652.0, 9686.0, 9721.0, 9682.0, 9697.0, 9666.0, 9685.0, 9724.0, 9682.0, 9698.0, 9664.0, 9684.0, 9722.0, 9680.0, 9694.0, 9661.0, 9680.0, 9723.0, 9679.0, 9695.0, 9647.0, 9680.0, 9720.0, 9657.0, 9663.0, 9720.0, 9677.0, 9692.0, 9646.0, 9683.0, 9706.0, 9663.0, 9666.0, 9702.0, 9663.0, 9682.0, 9672.0, 9677.0, 9692.0, 9629.0, 9678.0, 9706.0, 9684.0, 9682.0, 9653.0, 9705.0, 9685.0, 9707.0, 9721.0, 9710.0, 9709.0, 9675.0, 9722.0, 9751.0, 9691.0, 9708.0, 9714.0, 9704.0, 9742.0, 9697.0, 9719.0, 9670.0, 9702.0, 9738.0, 9701.0, 9712.0, 9666.0, 9687.0, 9743.0, 9682.0, 9692.0, 9680.0, 9695.0, 9667.0, 9688.0, 9674.0, 9691.0, 9685.0, 9711.0, 9742.0, 9700.0, 9766.0, 9682.0, 9709.0, 9664.0, 9685.0, 9745.0, 9713.0, 9704.0, 9676.0, 9672.0, 9655.0, 9661.0, 9699.0, 9674.0, 9698.0, 9658.0, 9669.0, 9651.0, 9655.0, 9628.0, 9658.0, 9653.0, 9659.0, 9681.0, 9658.0, 9688.0, 9656.0, 9662.0, 9651.0, 9655.0, 9644.0, 9665.0, 9705.0, 9659.0, 9682.0, 9658.0, 9672.0, 9656.0, 9656.0, 9640.0, 9659.0, 9628.0, 9661.0, 9686.0, 9661.0, 9689.0, 9658.0, 9644.0, 9624.0, 9658.0, 9695.0, 9657.0, 9684.0, 9652.0, 9653.0, 9653.0, 9658.0, 9639.0, 9662.0, 9705.0, 9660.0, 9669.0, 9661.0, 9672.0, 9661.0, 9677.0, 9663.0, 9677.0, 9645.0, 9663.0, 9672.0, 9667.0, 9707.0, 9676.0, 9686.0, 9659.0, 9671.0, 9662.0, 9686.0, 9679.0, 9677.0, 9664.0, 9675.0, 9662.0, 9665.0, 9653.0, 9666.0, 9632.0, 9679.0, 9688.0, 9665.0, 9690.0, 9678.0, 9689.0, 9666.0, 9677.0, 9677.0, 9679.0, 9659.0, 9677.0, 9661.0, 9667.0, 9646.0, 9670.0, 9653.0, 9668.0, 9663.0, 9678.0, 9707.0, 9663.0, 9704.0, 9662.0, 9673.0, 9657.0, 9658.0, 9641.0, 9655.0, 9644.0, 9662.0, 9652.0, 9660.0, 9670.0, 9661.0, 9687.0, 9662.0, 9674.0, 9657.0, 9656.0, 9648.0, 9654.0, 9642.0, 9661.0, 9701.0, 9644.0, 9667.0, 9653.0, 9669.0, 9660.0, 9655.0, 9658.0, 9656.0, 9659.0, 9661.0, 9662.0, 9666.0, 9646.0, 9663.0, 9654.0, 9664.0, 9689.0, 9678.0, 9685.0, 9659.0, 9669.0, 9661.0, 9674.0, 9679.0, 9678.0, 9661.0, 9663.0, 9647.0, 9666.0, 9649.0, 9683.0, 9694.0, 9678.0, 9689.0, 9665.0, 9689.0, 9679.0, 9691.0, 9663.0, 9660.0, 9661.0, 9675.0, 9658.0, 9666.0, 9664.0, 9664.0, 9632.0, 9663.0, 9674.0, 9652.0, 9691.0, 9680.0, 9664.0, 9660.0, 9700.0, 9700.0, 9686.0, 9698.0, 9682.0, 9708.0, 9683.0, 9709.0, 9684.0, 9685.0, 9679.0, 9689.0, 9677.0, 9720.0, 9664.0, 9671.0, 9658.0, 9658.0, 9659.0, 9661.0, 9648.0, 9650.0, 9646.0, 9667.0, 9638.0, 9688.0, 9682.0, 9687.0, 9697.0, 9697.0, 9694.0, 9685.0, 9711.0, 9685.0, 9679.0, 9680.0, 9683.0, 9665.0, 9671.0, 9668.0, 9670.0, 9654.0, 9688.0, 9655.0, 9688.0, 9731.0, 9686.0, 9704.0, 9683.0, 9692.0, 9682.0, 9705.0, 9685.0, 9692.0, 9677.0, 9694.0, 9666.0, 9681.0, 9650.0, 9681.0, 9687.0, 9679.0, 9690.0, 9678.0, 9691.0, 9682.0, 9693.0, 9664.0, 9663.0, 9662.0, 9667.0, 9637.0, 9685.0, 9707.0, 9665.0, 9688.0, 9661.0, 9675.0, 9666.0, 9680.0, 9659.0, 9662.0, 9661.0, 9650.0, 9651.0, 9667.0, 9650.0, 9674.0, 9647.0, 9679.0, 9647.0, 9668.0, 9679.0, 9684.0, 9717.0, 9675.0, 9690.0, 9683.0, 9690.0, 9680.0, 9707.0, 9684.0, 9676.0, 9663.0, 9676.0, 9661.0, 9665.0, 9670.0, 9662.0, 9672.0, 9674.0, 9685.0, 9661.0, 9688.0, 9662.0, 9676.0, 9657.0, 9661.0, 9645.0, 9665.0, 9692.0, 9677.0, 9687.0, 9678.0, 9691.0, 9660.0, 9664.0, 9631.0, 9661.0, 9631.0, 9680.0, 9691.0, 9682.0, 9697.0, 9681.0, 9664.0, 9677.0, 9666.0, 9663.0, 9684.0, 9654.0, 9668.0, 9645.0, 9668.0, 9707.0, 9666.0, 9693.0, 9663.0, 9676.0, 9644.0, 9657.0, 9699.0, 9659.0, 9684.0, 9653.0, 9654.0, 9623.0, 9656.0, 9653.0, 9659.0, 9684.0, 9660.0, 9657.0, 9658.0, 9663.0, 9630.0, 9659.0, 9701.0, 9659.0, 9674.0, 9654.0, 9645.0, 9644.0, 9665.0, 9647.0, 9682.0, 9704.0, 9678.0, 9672.0, 9682.0, 9679.0, 9683.0, 9685.0, 9686.0, 9682.0, 9683.0, 9685.0, 9684.0, 9691.0, 9660.0, 9674.0, 9657.0, 9687.0, 9669.0, 9688.0, 9746.0, 9685.0, 9707.0, 9668.0, 9699.0, 9648.0, 9668.0, 9728.0, 9676.0, 9675.0, 9665.0, 9677.0, 9660.0, 9682.0, 9666.0, 9669.0, 9651.0, 9672.0, 9666.0, 9682.0, 9711.0, 9661.0, 9666.0, 9720.0, 9660.0, 9667.0, 9662.0, 9672.0, 9680.0, 9678.0, 9672.0, 9670.0, 9668.0, 9674.0, 9656.0, 9690.0, 9660.0, 9684.0, 9684.0, 9688.0, 9713.0, 9685.0, 9716.0, 9669.0, 9667.0, 9636.0, 9670.0, 9663.0, 9682.0, 9724.0, 9681.0, 9690.0, 9677.0, 9680.0, 9682.0, 9681.0, 9677.0, 9685.0, 9670.0, 9686.0, 9669.0, 9687.0, 9674.0, 9687.0, 9679.0, 9684.0, 9708.0, 9683.0, 9711.0, 9687.0, 9693.0, 9667.0, 9678.0, 9663.0, 9667.0, 9655.0, 9665.0, 9645.0, 9669.0, 9624.0, 9667.0, 9707.0, 9681.0, 9694.0, 9665.0, 9679.0, 9647.0, 9664.0, 9635.0, 9662.0, 9704.0, 9663.0, 9672.0, 9664.0, 9677.0, 9666.0, 9678.0, 9662.0, 9660.0, 9660.0, 9665.0, 9645.0, 9666.0, 9676.0, 9664.0, 9677.0, 9663.0, 9688.0, 9665.0, 9692.0, 9666.0, 9660.0, 9660.0, 9650.0, 9647.0, 9666.0, 9639.0, 9683.0, 9636.0, 9664.0, 9650.0, 9678.0, 9709.0, 9685.0, 9690.0, 9681.0, 9677.0, 9682.0, 9682.0, 9669.0, 9683.0, 9670.0, 9668.0, 9652.0, 9670.0, 9653.0, 9682.0, 9726.0, 9682.0, 9693.0, 9683.0, 9692.0, 9685.0, 9695.0, 9671.0, 9682.0, 9683.0, 9682.0, 9684.0, 9685.0, 9670.0, 9666.0, 9667.0, 9672.0, 9653.0, 9686.0, 9670.0, 9670.0, 9692.0, 9668.0, 9725.0, 9665.0, 9723.0, 9680.0, 9688.0, 9664.0, 9676.0, 9664.0, 9678.0, 9667.0, 9673.0, 9664.0, 9660.0, 9664.0, 9678.0, 9669.0, 9664.0, 9664.0, 9665.0, 9635.0, 9670.0, 9658.0, 9687.0, 9711.0, 9680.0, 9677.0, 9684.0, 9681.0, 9705.0, 9717.0, 9692.0, 9699.0, 9692.0, 9703.0, 9689.0, 9704.0, 9672.0, 9685.0, 9652.0, 9670.0, 9652.0, 9684.0, 9656.0, 9684.0, 9640.0, 9686.0, 9694.0, 9685.0, 9723.0, 9684.0, 9692.0, 9683.0, 9691.0, 9668.0, 9695.0, 9681.0, 9692.0, 9644.0, 9664.0, 9646.0, 9668.0, 9679.0, 9667.0, 9703.0, 9664.0, 9676.0, 9668.0, 9690.0, 9667.0, 9696.0, 9668.0, 9663.0, 9663.0, 9664.0, 9664.0, 9680.0, 9666.0, 9668.0, 9651.0, 9665.0, 9647.0, 9670.0, 9726.0, 9680.0, 9688.0, 9666.0, 9677.0, 9661.0, 9682.0, 9670.0, 9668.0, 9649.0, 9664.0, 9638.0, 9686.0, 9695.0, 9684.0, 9711.0, 9662.0, 9673.0, 9663.0, 9680.0, 9650.0, 9665.0, 9722.0, 9659.0, 9669.0, 9661.0, 9674.0, 9660.0, 9668.0, 9635.0, 9665.0, 9658.0, 9663.0, 9690.0, 9679.0, 9696.0, 9648.0, 9668.0, 9682.0, 9683.0, 9632.0, 9665.0, 9622.0, 9683.0, 9639.0, 9690.0, 9728.0, 9681.0, 9720.0, 9747.0, 9664.0, 9696.0, 9711.0, 9640.0, 9697.0, 9637.0, 9653.0, 9674.0, 9636.0, 9654.0, 9622.0, 9645.0, 9688.0, 9657.0, 9660.0, 9625.0, 9658.0, 9685.0, 9641.0, 9663.0, 9712.0, 9637.0, 9654.0, 9621.0, 9657.0, 9666.0, 9659.0, 9663.0, 9626.0, 9646.0, 9669.0, 9645.0, 9665.0, 9681.0, 9662.0, 9679.0, 9632.0, 9665.0, 9690.0, 9660.0, 9666.0, 9653.0, 9686.0, 9692.0, 9685.0, 9687.0, 9643.0, 9691.0, 9727.0, 9689.0, 9702.0, 9653.0, 9677.0, 9747.0, 9691.0, 9702.0, 9670.0, 9673.0, 9709.0, 9689.0, 9734.0, 9678.0, 9689.0, 9655.0, 9690.0, 9728.0, 9676.0, 9704.0, 9728.0, 9682.0, 9697.0, 9653.0, 9674.0, 9742.0, 9684.0, 9697.0, 9651.0, 9672.0, 9692.0, 9673.0, 9695.0, 9673.0, 9693.0, 9661.0, 9696.0, 9734.0, 9699.0, 9707.0, 9743.0, 9686.0, 9714.0, 9650.0, 9683.0, 9728.0, 9666.0, 9695.0, 9652.0, 9684.0, 9703.0, 9668.0, 9710.0, 9668.0, 9666.0, 9624.0, 9669.0, 9698.0, 9675.0, 9705.0, 9670.0, 9674.0, 9727.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.0005800801749271137</td></tr>
<tr><td colspan=3>aqi</td><td>0.024626573688046646</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.59622414148804</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2970639692633115</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.984464896447848</td></tr>
<tr><td colspan=3>efc</td><td>0.4584</td></tr>
<tr><td colspan=3>fber</td><td>7218.437</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0800134787413716</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5830903790087464</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.446224592883036</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.344640853190315</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6930662994286596</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.300966626030134</td></tr>
<tr><td colspan=3>gcor</td><td>0.00584201</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01550273597240448</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016566317528486252</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</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.916306206847838</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>25.514</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1997</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.5837</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305614.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>841.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.6337</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3525</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.955</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3632.3911</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.7642</td></tr>
<tr><td colspan=3>tsnr</td><td>39.22344338148832</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>