<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-01/func/sub-0016_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>a59da265c69d380df966fd35b55a719a</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:18:58.857500</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.999375, 0.0349079, -0.00563266, -0.034899, 0.999389, 0.001675]</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.0966753</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7772, -7232, 568, -71, -134, -32, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>237.131</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5312585f-ad42-49da-98d4-eb177fe26e77||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.6812491416931152, -0.09363134205341339, -0.01535676047205925, 115.08133697509766], [-0.0936552882194519, 2.681288719177246, 0.003988921642303467, -89.97476196289062], [-0.015112007968127728, -0.004493901506066322, 2.699953317642212, -56.25483703613281], [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': ['141858.857500', '141859.317500', '141859.777500', '141900.237500', '141900.697500', '141901.157500', '141901.617500', '141902.077500', '141902.537500', '141902.997500', '141903.457500', '141903.917500', '141904.377500', '141904.837500', '141905.297500', '141905.757500', '141906.217500', '141906.677500', '141907.137500', '141907.597500', '141908.057500', '141908.517500', '141908.977500', '141909.437500', '141909.897500', '141910.357500', '141910.817500', '141911.277500', '141911.737500', '141912.197500', '141912.657500', '141913.117500', '141913.577500', '141914.037500', '141914.497500', '141914.957500', '141915.417500', '141915.877500', '141916.337500', '141916.797500', '141917.257500', '141917.717500', '141918.177500', '141918.637500', '141919.097500', '141919.557500', '141920.017500', '141920.477500', '141920.937500', '141921.397500', '141921.857500', '141922.317500', '141922.777500', '141923.237500', '141923.697500', '141924.157500', '141924.617500', '141925.077500', '141925.537500', '141925.997500', '141926.457500', '141926.917500', '141927.377500', '141927.837500', '141928.297500', '141928.757500', '141929.217500', '141929.677500', '141930.137500', '141930.597500', '141931.057500', '141931.517500', '141931.977500', '141932.437500', '141932.897500', '141933.357500', '141933.817500', '141934.277500', '141934.737500', '141935.197500', '141935.657500', '141936.117500', '141936.577500', '141937.037500', '141937.497500', '141937.957500', '141938.417500', '141938.877500', '141939.337500', '141939.797500', '141940.257500', '141940.717500', '141941.177500', '141941.637500', '141942.097500', '141942.557500', '141943.017500', '141943.477500', '141943.937500', '141944.397500', '141944.857500', '141945.317500', '141945.777500', '141946.237500', '141946.697500', '141947.157500', '141947.617500', '141948.077500', '141948.537500', '141948.997500', '141949.457500', '141949.917500', '141950.377500', '141950.837500', '141951.297500', '141951.757500', '141952.217500', '141952.677500', '141953.137500', '141953.597500', '141954.057500', '141954.517500', '141954.977500', '141955.437500', '141955.897500', '141956.357500', '141956.817500', '141957.277500', '141957.737500', '141958.197500', '141958.657500', '141959.117500', '141959.577500', '142000.037500', '142000.497500', '142000.957500', '142001.417500', '142001.877500', '142002.337500', '142002.797500', '142003.257500', '142003.717500', '142004.177500', '142004.637500', '142005.097500', '142005.557500', '142006.017500', '142006.477500', '142006.937500', '142007.397500', '142007.857500', '142008.317500', '142008.777500', '142009.237500', '142009.697500', '142010.157500', '142010.617500', '142011.077500', '142011.537500', '142011.997500', '142012.457500', '142012.917500', '142013.377500', '142013.837500', '142014.297500', '142014.757500', '142015.217500', '142015.677500', '142016.137500', '142016.597500', '142017.057500', '142017.517500', '142017.977500', '142018.437500', '142018.897500', '142019.357500', '142019.817500', '142020.277500', '142020.737500', '142021.197500', '142021.657500', '142022.117500', '142022.577500', '142023.037500', '142023.497500', '142023.957500', '142024.417500', '142024.877500', '142025.337500', '142025.797500', '142026.257500', '142026.717500', '142027.177500', '142027.637500', '142028.097500', '142028.557500', '142029.017500', '142029.477500', '142029.937500', '142030.397500', '142030.857500', '142031.317500', '142031.777500', '142032.237500', '142032.697500', '142033.157500', '142033.617500', '142034.077500', '142034.537500', '142034.997500', '142035.457500', '142035.917500', '142036.377500', '142036.837500', '142037.297500', '142037.757500', '142038.217500', '142038.677500', '142039.137500', '142039.597500', '142040.057500', '142040.517500', '142040.977500', '142041.437500', '142041.897500', '142042.357500', '142042.817500', '142043.277500', '142043.737500', '142044.197500', '142044.657500', '142045.117500', '142045.577500', '142046.037500', '142046.497500', '142046.957500', '142047.417500', '142047.877500', '142048.337500', '142048.797500', '142049.257500', '142049.717500', '142050.177500', '142050.637500', '142051.097500', '142051.557500', '142052.017500', '142052.477500', '142052.937500', '142053.397500', '142053.857500', '142054.317500', '142054.777500', '142055.237500', '142055.697500', '142056.157500', '142056.617500', '142057.077500', '142057.537500', '142057.997500', '142058.457500', '142058.917500', '142059.377500', '142059.837500', '142100.297500', '142100.757500', '142101.217500', '142101.677500', '142102.137500', '142102.597500', '142103.057500', '142103.517500', '142103.977500', '142104.437500', '142104.897500', '142105.357500', '142105.817500', '142106.277500', '142106.737500', '142107.197500', '142107.657500', '142108.117500', '142108.577500', '142109.037500', '142109.497500', '142109.957500', '142110.417500', '142110.877500', '142111.337500', '142111.797500', '142112.257500', '142112.717500', '142113.177500', '142113.637500', '142114.097500', '142114.557500', '142115.017500', '142115.477500', '142115.937500', '142116.397500', '142116.857500', '142117.317500', '142117.777500', '142118.237500', '142118.697500', '142119.157500', '142119.617500', '142120.077500', '142120.537500', '142120.997500', '142121.457500', '142121.917500', '142122.377500', '142122.837500', '142123.297500', '142123.757500', '142124.217500', '142124.677500', '142125.137500', '142125.597500', '142126.057500', '142126.517500', '142126.977500', '142127.437500', '142127.897500', '142128.357500', '142128.817500', '142129.277500', '142129.737500', '142130.197500', '142130.657500', '142131.117500', '142131.577500', '142132.037500', '142132.497500', '142132.957500', '142133.417500', '142133.877500', '142134.337500', '142134.797500', '142135.257500', '142135.717500', '142136.177500', '142136.637500', '142137.097500', '142137.557500', '142138.017500', '142138.477500', '142138.937500', '142139.397500', '142139.857500', '142140.317500', '142140.777500', '142141.237500', '142141.697500', '142142.157500', '142142.617500', '142143.077500', '142143.537500', '142143.997500', '142144.457500', '142144.917500', '142145.377500', '142145.837500', '142146.297500', '142146.757500', '142147.217500', '142147.677500', '142148.137500', '142148.597500', '142149.057500', '142149.517500', '142149.977500', '142150.437500', '142150.897500', '142151.357500', '142151.817500', '142152.277500', '142152.737500', '142153.197500', '142153.657500', '142154.117500', '142154.577500', '142155.037500', '142155.497500', '142155.957500', '142156.417500', '142156.877500', '142157.337500', '142157.797500', '142158.257500', '142158.717500', '142159.177500', '142159.637500', '142200.097500', '142200.557500', '142201.017500', '142201.477500', '142201.937500', '142202.397500', '142202.857500', '142203.317500', '142203.777500', '142204.237500', '142204.697500', '142205.157500', '142205.617500', '142206.077500', '142206.537500', '142206.997500', '142207.457500', '142207.917500', '142208.377500', '142208.837500', '142209.297500', '142209.757500', '142210.217500', '142210.677500', '142211.137500', '142211.597500', '142212.057500', '142212.517500', '142212.977500', '142213.437500', '142213.897500', '142214.357500', '142214.817500', '142215.277500', '142215.737500', '142216.197500', '142216.657500', '142217.117500', '142217.577500', '142218.037500', '142218.497500', '142218.957500', '142219.417500', '142219.877500', '142220.337500', '142220.797500', '142221.257500', '142221.717500', '142222.177500', '142222.637500', '142223.097500', '142223.557500', '142224.017500', '142224.477500', '142224.937500', '142225.397500', '142225.857500', '142226.317500', '142226.777500', '142227.237500', '142227.697500', '142228.157500', '142228.617500', '142229.077500', '142229.537500', '142229.997500', '142230.457500', '142230.917500', '142231.377500', '142231.837500', '142232.297500', '142232.757500', '142233.217500', '142233.677500', '142234.137500', '142234.597500', '142235.057500', '142235.517500', '142235.977500', '142236.437500', '142236.897500', '142237.357500', '142237.817500', '142238.277500', '142238.737500', '142239.197500', '142239.657500', '142240.117500', '142240.577500', '142241.037500', '142241.497500', '142241.957500', '142242.417500', '142242.877500', '142243.337500', '142243.797500', '142244.257500', '142244.717500', '142245.177500', '142245.637500', '142246.097500', '142246.557500', '142247.017500', '142247.477500', '142247.937500', '142248.397500', '142248.857500', '142249.317500', '142249.777500', '142250.237500', '142250.697500', '142251.157500', '142251.617500', '142252.077500', '142252.537500', '142252.997500', '142253.457500', '142253.917500', '142254.377500', '142254.837500', '142255.297500', '142255.757500', '142256.217500', '142256.677500', '142257.137500', '142257.597500', '142258.057500', '142258.517500', '142258.977500', '142259.437500', '142259.897500', '142300.357500', '142300.817500', '142301.277500', '142301.737500', '142302.197500', '142302.657500', '142303.117500', '142303.577500', '142304.037500', '142304.497500', '142304.957500', '142305.417500', '142305.877500', '142306.337500', '142306.797500', '142307.257500', '142307.717500', '142308.177500', '142308.637500', '142309.097500', '142309.557500', '142310.017500', '142310.477500', '142310.937500', '142311.397500', '142311.857500', '142312.317500', '142312.777500', '142313.237500', '142313.697500', '142314.157500', '142314.617500', '142315.077500', '142315.537500', '142315.997500', '142316.457500', '142316.917500', '142317.377500', '142317.837500', '142318.297500', '142318.757500', '142319.217500', '142319.677500', '142320.137500', '142320.597500', '142321.057500', '142321.517500', '142321.977500', '142322.437500', '142322.897500', '142323.357500', '142323.817500', '142324.277500', '142324.737500', '142325.197500', '142325.657500', '142326.117500', '142326.577500', '142327.037500', '142327.497500', '142327.957500', '142328.417500', '142328.877500', '142329.337500', '142329.797500', '142330.257500', '142330.717500', '142331.177500', '142331.637500', '142332.097500', '142332.557500', '142333.017500', '142333.477500', '142333.937500', '142334.397500', '142334.857500', '142335.317500', '142335.777500', '142336.237500', '142336.697500', '142337.157500', '142337.617500', '142338.077500', '142338.537500', '142338.997500', '142339.457500', '142339.917500', '142340.377500', '142340.837500', '142341.297500', '142341.757500', '142342.217500', '142342.677500', '142343.137500', '142343.597500', '142344.057500', '142344.517500', '142344.977500', '142345.437500', '142345.897500', '142346.357500', '142346.817500', '142347.277500', '142347.737500', '142348.197500', '142348.657500', '142349.117500', '142349.577500', '142350.037500', '142350.497500', '142350.957500', '142351.417500', '142351.877500', '142352.337500', '142352.797500', '142353.257500', '142353.717500', '142354.177500', '142354.637500', '142355.097500', '142355.557500', '142356.017500', '142356.477500', '142356.937500', '142357.397500', '142357.857500', '142358.317500', '142358.777500', '142359.237500', '142359.697500', '142400.157500', '142400.617500', '142401.077500', '142401.537500', '142401.997500', '142402.457500', '142402.917500', '142403.377500', '142403.837500', '142404.297500', '142404.757500', '142405.217500', '142405.677500', '142406.137500', '142406.597500', '142407.057500', '142407.517500', '142407.977500', '142408.437500', '142408.897500', '142409.357500', '142409.817500', '142410.277500', '142410.737500', '142411.197500', '142411.657500', '142412.117500', '142412.577500', '142413.037500', '142413.497500', '142413.957500', '142414.417500', '142414.877500', '142415.337500', '142415.797500', '142416.257500', '142416.717500', '142417.177500', '142417.637500', '142418.097500', '142418.557500', '142419.017500', '142419.477500', '142419.937500', '142420.397500', '142420.857500', '142421.317500', '142421.777500', '142422.237500', '142422.697500', '142423.157500', '142423.617500', '142424.077500', '142424.537500', '142424.997500', '142425.457500', '142425.917500', '142426.377500', '142426.837500', '142427.297500', '142427.757500', '142428.217500', '142428.677500', '142429.137500', '142429.597500', '142430.057500', '142430.517500', '142430.977500', '142431.437500', '142431.897500', '142432.357500', '142432.817500', '142433.277500', '142433.737500', '142434.197500', '142434.657500', '142435.117500', '142435.577500', '142436.037500', '142436.497500', '142436.957500', '142437.417500', '142437.877500', '142438.337500', '142438.797500', '142439.257500', '142439.717500', '142440.177500', '142440.637500', '142441.097500', '142441.557500', '142442.017500', '142442.477500', '142442.937500', '142443.397500', '142443.857500', '142444.317500', '142444.777500', '142445.237500', '142445.697500', '142446.157500', '142446.617500', '142447.077500', '142447.537500', '142447.997500', '142448.457500', '142448.917500', '142449.377500', '142449.837500', '142450.297500', '142450.757500', '142451.217500', '142451.677500', '142452.137500', '142452.597500', '142453.057500', '142453.517500', '142453.977500', '142454.437500', '142454.897500', '142455.357500', '142455.817500', '142456.277500', '142456.737500', '142457.197500', '142457.657500', '142458.117500', '142458.577500', '142459.037500', '142459.497500', '142459.957500', '142500.417500', '142500.877500', '142501.337500', '142501.797500', '142502.257500', '142502.717500', '142503.177500', '142503.637500', '142504.097500', '142504.557500', '142505.017500', '142505.477500', '142505.937500', '142506.397500', '142506.857500', '142507.317500', '142507.777500', '142508.237500', '142508.697500', '142509.157500', '142509.617500', '142510.077500', '142510.537500', '142510.997500', '142511.457500', '142511.917500', '142512.377500', '142512.837500', '142513.297500', '142513.757500', '142514.217500', '142514.677500', '142515.137500', '142515.597500', '142516.057500', '142516.517500', '142516.977500', '142517.437500', '142517.897500', '142518.357500', '142518.817500', '142519.277500', '142519.737500', '142520.197500', '142520.657500', '142521.117500', '142521.577500', '142522.037500', '142522.497500', '142522.957500', '142523.417500', '142523.877500', '142524.337500', '142524.797500', '142525.257500', '142525.717500', '142526.177500', '142526.637500', '142527.097500', '142527.557500', '142528.017500', '142528.477500', '142528.937500', '142529.397500', '142529.857500', '142530.317500', '142530.777500', '142531.237500', '142531.697500', '142532.157500', '142532.617500', '142533.077500', '142533.537500', '142533.997500', '142534.457500', '142534.917500', '142535.377500', '142535.837500', '142536.297500', '142536.757500', '142537.217500', '142537.677500', '142538.137500', '142538.597500', '142539.057500', '142539.517500', '142539.977500', '142540.437500', '142540.897500', '142541.357500', '142541.817500', '142542.277500', '142542.737500', '142543.197500', '142543.657500', '142544.117500', '142544.577500', '142545.037500', '142545.497500', '142545.957500', '142546.417500', '142546.877500', '142547.337500', '142547.797500', '142548.257500', '142548.717500', '142549.177500', '142549.637500', '142550.097500', '142550.557500', '142551.017500', '142551.477500', '142551.937500', '142552.397500', '142552.857500', '142553.317500', '142553.777500', '142554.237500', '142554.697500', '142555.157500', '142555.617500', '142556.077500', '142556.537500', '142556.997500', '142557.457500', '142557.917500', '142558.377500', '142558.837500', '142559.297500', '142559.757500', '142600.217500', '142600.677500', '142601.137500', '142601.597500', '142602.057500', '142602.517500', '142602.977500', '142603.437500', '142603.897500', '142604.357500', '142604.817500', '142605.277500', '142605.737500', '142606.197500', '142606.657500', '142607.117500', '142607.577500', '142608.037500', '142608.497500', '142608.957500', '142609.417500', '142609.877500', '142610.337500', '142610.797500', '142611.257500', '142611.717500', '142612.177500', '142612.637500', '142613.097500', '142613.557500', '142614.017500', '142614.477500', '142614.937500', '142615.397500', '142615.857500', '142616.317500', '142616.777500', '142617.237500', '142617.697500', '142618.157500', '142618.617500', '142619.077500', '142619.537500', '142619.997500', '142620.457500', '142620.917500', '142621.377500', '142621.837500', '142622.297500', '142622.757500', '142623.217500', '142623.677500', '142624.137500', '142624.597500', '142625.057500', '142625.517500', '142625.977500', '142626.437500', '142626.897500', '142627.357500', '142627.817500', '142628.277500', '142628.737500', '142629.197500', '142629.657500', '142630.117500', '142630.577500', '142631.037500', '142631.497500', '142631.957500', '142632.417500', '142632.877500', '142633.337500', '142633.797500', '142634.257500', '142634.717500', '142635.177500', '142635.637500', '142636.097500', '142636.557500', '142637.017500', '142637.477500', '142637.937500', '142638.397500', '142638.857500', '142639.317500', '142639.777500', '142640.237500', '142640.697500', '142641.157500', '142641.617500', '142642.077500', '142642.537500', '142642.997500', '142643.457500', '142643.917500', '142644.377500', '142644.837500', '142645.297500', '142645.757500', '142646.217500', '142646.677500', '142647.137500', '142647.597500', '142648.057500', '142648.517500', '142648.977500', '142649.437500', '142649.897500', '142650.357500', '142650.817500', '142651.277500', '142651.737500', '142652.197500', '142652.657500', '142653.117500', '142653.577500', '142654.037500', '142654.497500', '142654.957500', '142655.417500', '142655.877500', '142656.337500', '142656.797500', '142657.257500', '142657.717500', '142658.177500', '142658.637500', '142659.097500', '142659.557500', '142700.017500', '142700.477500', '142700.937500', '142701.397500', '142701.857500', '142702.317500', '142702.777500', '142703.237500', '142703.697500', '142704.157500', '142704.617500', '142705.077500', '142705.537500', '142705.997500', '142706.457500', '142706.917500', '142707.377500', '142707.837500', '142708.297500', '142708.757500', '142709.217500', '142709.677500', '142710.137500', '142710.597500', '142711.057500', '142711.517500', '142711.977500', '142712.437500', '142712.897500', '142713.357500', '142713.817500', '142714.277500', '142714.737500', '142715.197500', '142715.657500', '142716.117500', '142716.577500', '142717.037500', '142717.497500', '142717.957500', '142718.417500', '142718.877500', '142719.337500', '142719.797500', '142720.257500', '142720.717500', '142721.177500', '142721.637500', '142722.097500', '142722.557500', '142723.017500', '142723.477500', '142723.937500', '142724.397500', '142724.857500', '142725.317500', '142725.777500', '142726.237500', '142726.697500', '142727.157500', '142727.617500', '142728.077500', '142728.537500', '142728.997500', '142729.457500', '142729.917500', '142730.377500', '142730.837500', '142731.297500', '142731.757500', '142732.217500', '142732.677500', '142733.137500', '142733.597500', '142734.057500', '142734.517500', '142734.977500', '142735.437500', '142735.897500', '142736.357500', '142736.817500', '142737.277500', '142737.737500', '142738.197500', '142738.657500', '142739.117500', '142739.577500', '142740.037500', '142740.497500', '142740.957500', '142741.417500', '142741.877500', '142742.337500', '142742.797500', '142743.257500', '142743.717500', '142744.177500', '142744.637500', '142745.097500', '142745.557500', '142746.017500', '142746.477500', '142746.937500', '142747.397500', '142747.857500', '142748.317500', '142748.777500', '142749.237500', '142749.697500', '142750.157500', '142750.617500', '142751.077500', '142751.537500', '142751.997500', '142752.457500', '142752.917500', '142753.377500', '142753.837500', '142754.297500', '142754.757500', '142755.217500', '142755.677500', '142756.137500', '142756.597500', '142757.057500', '142757.517500', '142757.977500', '142758.437500', '142758.897500', '142759.357500', '142759.817500', '142800.277500', '142800.737500', '142801.197500', '142801.657500', '142802.117500', '142802.577500', '142803.037500', '142803.497500', '142803.957500', '142804.417500', '142804.877500', '142805.337500', '142805.797500', '142806.257500', '142806.717500', '142807.177500', '142807.637500', '142808.097500', '142808.557500', '142809.017500', '142809.477500', '142809.937500', '142810.397500', '142810.857500', '142811.317500', '142811.777500', '142812.237500', '142812.697500', '142813.157500', '142813.617500', '142814.077500', '142814.537500', '142814.997500', '142815.457500', '142815.917500', '142816.377500', '142816.837500', '142817.297500', '142817.757500', '142818.217500', '142818.677500', '142819.137500', '142819.597500', '142820.057500', '142820.517500', '142820.977500', '142821.437500', '142821.897500', '142822.357500', '142822.817500', '142823.277500', '142823.737500', '142824.197500', '142824.657500', '142825.117500', '142825.577500', '142826.037500', '142826.497500', '142826.957500', '142827.417500', '142827.877500', '142828.337500', '142828.797500', '142829.257500', '142829.717500', '142830.177500', '142830.637500', '142831.097500', '142831.557500', '142832.017500', '142832.477500', '142832.937500', '142833.397500', '142833.857500', '142834.317500', '142834.777500', '142835.237500', '142835.697500', '142836.157500', '142836.617500', '142837.077500', '142837.537500', '142837.997500', '142838.457500', '142838.917500', '142839.377500', '142839.837500', '142840.297500', '142840.757500', '142841.217500', '142841.677500', '142842.137500', '142842.597500', '142843.057500', '142843.517500', '142843.977500', '142844.437500', '142844.897500', '142845.357500', '142845.817500', '142846.277500', '142846.737500', '142847.197500', '142847.657500', '142848.117500', '142848.577500', '142849.037500', '142849.497500', '142849.957500', '142850.417500', '142850.877500', '142851.337500', '142851.797500', '142852.257500', '142852.717500', '142853.177500', '142853.637500', '142854.097500', '142854.557500', '142855.017500', '142855.477500', '142855.937500', '142856.397500', '142856.857500', '142857.317500', '142857.777500', '142858.237500', '142858.697500', '142859.157500', '142859.617500', '142900.077500', '142900.537500', '142900.997500', '142901.457500', '142901.917500', '142902.377500', '142902.837500', '142903.297500', '142903.757500', '142904.217500', '142904.677500', '142905.137500', '142905.597500', '142906.057500', '142906.517500', '142906.977500', '142907.437500', '142907.897500', '142908.357500', '142908.817500', '142909.277500', '142909.737500', '142910.197500', '142910.657500', '142911.117500', '142911.577500', '142912.037500', '142912.497500', '142912.957500', '142913.417500', '142913.877500', '142914.337500', '142914.797500', '142915.257500', '142915.717500', '142916.177500', '142916.637500', '142917.097500', '142917.557500', '142918.017500', '142918.477500', '142918.937500', '142919.397500', '142919.857500', '142920.317500', '142920.777500', '142921.237500', '142921.697500', '142922.157500', '142922.617500', '142923.077500', '142923.537500', '142923.997500', '142924.457500', '142924.917500', '142925.377500', '142925.837500', '142926.297500', '142926.757500', '142927.217500', '142927.677500', '142928.137500', '142928.597500', '142929.057500', '142929.517500', '142929.977500', '142930.437500', '142930.897500', '142931.357500'], 'ContentTime': ['141912.953000', '141912.956000', '141912.959000', '141912.962000', '141912.965000', '141912.968000', '141912.971000', '141912.973000', '141912.976000', '141912.979000', '141912.982000', '141912.984000', '141912.987000', '141912.990000', '141912.993000', '141912.996000', '141912.998000', '141913.002000', '141913.005000', '141913.008000', '141913.011000', '141913.013000', '141913.016000', '141913.019000', '141913.022000', '141913.025000', '141913.028000', '141913.031000', '141913.033000', '141932.918000', '141932.921000', '141932.924000', '141932.927000', '141932.929000', '141932.932000', '141932.935000', '141932.938000', '141932.941000', '141932.943000', '141932.946000', '141932.949000', '141932.952000', '141932.955000', '141932.958000', '141932.960000', '141932.963000', '141932.966000', '141932.969000', '141932.972000', '141932.974000', '141932.977000', '141932.980000', '141932.983000', '141932.986000', '141932.988000', '141932.991000', '141932.994000', '141932.997000', '141933.004000', '141933.007000', '141933.010000', '141933.013000', '141933.015000', '141933.018000', '141933.021000', '141933.024000', '141933.027000', '141933.030000', '141933.033000', '141933.035000', '141933.038000', '141933.041000', '141952.917000', '141952.920000', '141952.922000', '141952.925000', '141952.928000', '141952.931000', '141952.934000', '141952.937000', '141952.940000', '141952.942000', '141952.945000', '141952.948000', '141952.951000', '141952.954000', '141952.957000', '141952.959000', '141952.962000', '141952.965000', '141952.968000', '141952.971000', '141952.973000', '141952.976000', '141952.979000', '141952.982000', '141952.985000', '141952.988000', '141953.003000', '141953.006000', '141953.008000', '141953.011000', '141953.014000', '141953.017000', '141953.020000', '141953.023000', '141953.025000', '141953.028000', '141953.031000', '141953.034000', '141953.037000', '141953.040000', '141953.043000', '141953.045000', '141953.048000', '141953.051000', '142012.917000', '142012.920000', '142012.923000', '142012.926000', '142012.928000', '142012.931000', '142012.934000', '142012.937000', '142012.940000', '142012.942000', '142012.945000', '142012.948000', '142012.951000', '142012.954000', '142012.957000', '142012.960000', '142012.963000', '142012.965000', '142012.968000', '142012.971000', '142012.974000', '142012.977000', '142012.979000', '142012.982000', '142012.985000', '142012.988000', '142012.991000', '142012.994000', '142012.996000', '142013.000000', '142013.003000', '142013.006000', '142013.009000', '142013.012000', '142013.015000', '142013.017000', '142013.020000', '142013.023000', '142013.026000', '142013.029000', '142013.032000', '142013.034000', '142013.037000', '142032.917000', '142032.920000', '142032.922000', '142032.925000', '142032.928000', '142032.931000', '142032.934000', '142032.937000', '142032.940000', '142032.942000', '142032.945000', '142032.948000', '142032.951000', '142032.954000', '142032.957000', '142032.965000', '142032.967000', '142032.970000', '142032.973000', '142032.976000', '142032.979000', '142032.982000', '142032.984000', '142032.988000', '142032.991000', '142032.993000', '142032.996000', '142033.000000', '142033.003000', '142033.006000', '142033.009000', '142033.012000', '142033.015000', '142033.018000', '142033.020000', '142033.023000', '142033.026000', '142033.029000', '142033.032000', '142033.035000', '142033.038000', '142033.041000', '142033.043000', '142052.917000', '142052.920000', '142052.923000', '142052.926000', '142052.929000', '142052.931000', '142052.934000', '142052.937000', '142052.940000', '142052.943000', '142052.946000', '142052.949000', '142052.951000', '142052.954000', '142052.957000', '142052.960000', '142052.963000', '142052.966000', '142052.969000', '142052.971000', '142052.974000', '142052.977000', '142052.980000', '142052.983000', '142052.986000', '142052.988000', '142052.991000', '142052.994000', '142052.997000', '142053.001000', '142053.004000', '142053.007000', '142053.009000', '142053.012000', '142053.015000', '142053.018000', '142053.021000', '142053.023000', '142053.027000', '142053.029000', '142053.032000', '142053.035000', '142053.038000', '142053.041000', '142112.917000', '142112.920000', '142112.923000', '142112.925000', '142112.929000', '142112.932000', '142112.934000', '142112.937000', '142112.940000', '142112.943000', '142112.946000', '142112.949000', '142112.952000', '142112.954000', '142112.957000', '142112.960000', '142112.963000', '142112.966000', '142112.969000', '142112.972000', '142112.974000', '142112.977000', '142112.980000', '142112.983000', '142112.986000', '142112.989000', '142112.992000', '142112.994000', '142112.997000', '142113.001000', '142113.004000', '142113.007000', '142113.010000', '142113.012000', '142113.015000', '142113.018000', '142113.021000', '142113.024000', '142113.027000', '142113.030000', '142113.032000', '142113.035000', '142113.038000', '142132.917000', '142132.920000', '142132.923000', '142132.926000', '142132.929000', '142132.932000', '142132.934000', '142132.937000', '142132.940000', '142132.943000', '142132.946000', '142132.949000', '142132.951000', '142132.954000', '142132.957000', '142132.960000', '142132.963000', '142132.966000', '142132.969000', '142132.971000', '142132.974000', '142132.977000', '142132.998000', '142133.002000', '142133.005000', '142133.008000', '142133.010000', '142133.013000', '142133.016000', '142133.019000', '142133.022000', '142133.024000', '142133.027000', '142133.030000', '142133.033000', '142133.036000', '142133.039000', '142133.042000', '142133.044000', '142133.047000', '142133.050000', '142133.053000', '142133.056000', '142133.059000', '142152.918000', '142152.921000', '142152.924000', '142152.927000', '142152.930000', '142152.932000', '142152.935000', '142152.938000', '142152.941000', '142152.944000', '142152.947000', '142152.950000', '142152.953000', '142152.956000', '142152.958000', '142152.961000', '142152.966000', '142152.968000', '142152.971000', '142152.974000', '142152.977000', '142152.980000', '142152.983000', '142152.986000', '142152.988000', '142152.991000', '142152.994000', '142152.997000', '142153.000000', '142153.003000', '142153.006000', '142153.009000', '142153.011000', '142153.014000', '142153.017000', '142153.020000', '142153.023000', '142153.026000', '142153.029000', '142153.032000', '142153.034000', '142153.037000', '142153.040000', '142212.917000', '142212.920000', '142212.923000', '142212.925000', '142212.929000', '142212.931000', '142212.934000', '142212.937000', '142212.940000', '142212.943000', '142212.946000', '142212.948000', '142212.951000', '142212.954000', '142212.957000', '142212.960000', '142212.963000', '142212.965000', '142212.968000', '142212.971000', '142212.974000', '142212.977000', '142212.980000', '142212.982000', '142212.985000', '142212.988000', '142212.991000', '142212.994000', '142212.997000', '142213.001000', '142213.003000', '142213.006000', '142213.009000', '142213.012000', '142213.015000', '142213.018000', '142213.021000', '142213.023000', '142213.026000', '142213.029000', '142213.032000', '142213.035000', '142213.038000', '142213.040000', '142232.917000', '142232.920000', '142232.923000', '142232.926000', '142232.929000', '142232.932000', '142232.934000', '142232.937000', '142232.940000', '142232.943000', '142232.946000', '142232.949000', '142232.951000', '142232.954000', '142232.957000', '142232.960000', '142232.963000', '142232.966000', '142232.968000', '142232.971000', '142232.974000', '142232.977000', '142232.980000', '142232.983000', '142232.986000', '142232.989000', '142232.991000', '142232.994000', '142232.997000', '142233.001000', '142233.004000', '142233.007000', '142233.010000', '142233.012000', '142233.015000', '142233.018000', '142233.021000', '142233.024000', '142233.027000', '142233.029000', '142233.032000', '142233.035000', '142233.038000', '142252.917000', '142252.920000', '142252.923000', '142252.926000', '142252.929000', '142252.932000', '142252.934000', '142252.937000', '142252.940000', '142252.943000', '142252.946000', '142252.949000', '142252.952000', '142252.954000', '142252.957000', '142252.960000', '142252.963000', '142252.966000', '142252.969000', '142252.972000', '142252.975000', '142252.977000', '142252.980000', '142252.983000', '142252.986000', '142252.989000', '142252.992000', '142252.995000', '142252.997000', '142253.001000', '142253.004000', '142253.007000', '142253.010000', '142253.013000', '142253.015000', '142253.018000', '142253.021000', '142253.024000', '142253.027000', '142253.030000', '142253.033000', '142253.036000', '142253.038000', '142253.041000', '142312.917000', '142312.920000', '142312.923000', '142312.937000', '142312.940000', '142312.943000', '142312.946000', '142312.949000', '142312.952000', '142312.955000', '142312.958000', '142312.960000', '142312.963000', '142312.966000', '142312.969000', '142312.972000', '142312.974000', '142312.978000', '142312.981000', '142312.983000', '142312.986000', '142312.989000', '142312.992000', '142312.995000', '142313.000000', '142313.004000', '142313.007000', '142313.010000', '142313.013000', '142313.015000', '142313.018000', '142313.021000', '142313.024000', '142313.027000', '142313.030000', '142313.033000', '142313.036000', '142313.038000', '142313.041000', '142313.044000', '142313.047000', '142313.050000', '142313.053000', '142332.917000', '142332.920000', '142332.923000', '142332.926000', '142332.929000', '142332.932000', '142332.934000', '142332.937000', '142332.940000', '142332.943000', '142332.946000', '142332.949000', '142332.951000', '142332.954000', '142332.957000', '142332.960000', '142332.963000', '142332.966000', '142332.969000', '142332.971000', '142332.974000', '142332.977000', '142332.980000', '142332.983000', '142332.985000', '142332.988000', '142332.991000', '142332.994000', '142332.997000', '142333.001000', '142333.004000', '142333.007000', '142333.009000', '142333.012000', '142333.015000', '142333.018000', '142333.021000', '142333.023000', '142333.027000', '142333.029000', '142333.032000', '142333.035000', '142333.038000', '142333.041000', '142352.917000', '142352.920000', '142352.923000', '142352.926000', '142352.928000', '142352.931000', '142352.934000', '142352.937000', '142352.940000', '142352.943000', '142352.945000', '142352.948000', '142352.951000', '142352.954000', '142352.957000', '142352.959000', '142352.962000', '142352.965000', '142352.968000', '142352.971000', '142352.974000', '142352.977000', '142352.979000', '142352.982000', '142352.985000', '142352.988000', '142352.991000', '142352.994000', '142352.997000', '142353.001000', '142353.004000', '142353.006000', '142353.009000', '142353.012000', '142353.015000', '142353.018000', '142353.021000', '142353.024000', '142353.027000', '142353.030000', '142353.032000', '142353.035000', '142353.038000', '142412.918000', '142412.921000', '142412.924000', '142412.927000', '142412.929000', '142412.932000', '142412.935000', '142412.938000', '142412.941000', '142412.944000', '142412.946000', '142412.949000', '142412.952000', '142412.955000', '142412.958000', '142412.961000', '142412.963000', '142412.966000', '142412.969000', '142412.972000', '142412.975000', '142412.978000', '142412.980000', '142412.983000', '142412.986000', '142412.989000', '142412.992000', '142412.995000', '142412.997000', '142413.000000', '142413.003000', '142413.006000', '142413.009000', '142413.012000', '142413.014000', '142413.017000', '142413.020000', '142413.023000', '142413.026000', '142413.028000', '142413.031000', '142413.034000', '142413.037000', '142413.040000', '142432.917000', '142432.920000', '142432.923000', '142432.926000', '142432.928000', '142432.931000', '142432.934000', '142432.937000', '142432.940000', '142432.942000', '142432.945000', '142432.948000', '142432.951000', '142432.968000', '142432.972000', '142432.974000', '142432.977000', '142432.980000', '142432.983000', '142432.986000', '142432.988000', '142432.991000', '142432.994000', '142432.997000', '142433.001000', '142433.003000', '142433.006000', '142433.009000', '142433.012000', '142433.015000', '142433.020000', '142433.023000', '142433.028000', '142433.032000', '142433.034000', '142433.037000', '142433.040000', '142433.043000', '142433.046000', '142433.048000', '142433.051000', '142433.054000', '142433.057000', '142452.917000', '142452.920000', '142452.923000', '142452.926000', '142452.928000', '142452.931000', '142452.934000', '142452.937000', '142452.940000', '142452.942000', '142452.945000', '142452.948000', '142452.951000', '142452.954000', '142452.956000', '142452.959000', '142452.962000', '142452.965000', '142452.968000', '142452.970000', '142452.973000', '142452.976000', '142452.979000', '142452.982000', '142452.984000', '142452.987000', '142452.990000', '142452.993000', '142452.996000', '142452.998000', '142453.002000', '142453.005000', '142453.008000', '142453.011000', '142453.014000', '142453.016000', '142453.019000', '142453.022000', '142453.025000', '142453.027000', '142453.030000', '142453.033000', '142453.036000', '142453.039000', '142512.917000', '142512.920000', '142512.923000', '142512.926000', '142512.929000', '142512.931000', '142512.934000', '142512.937000', '142512.940000', '142512.943000', '142512.945000', '142512.948000', '142512.951000', '142512.954000', '142512.957000', '142512.959000', '142512.962000', '142512.965000', '142512.968000', '142512.971000', '142512.974000', '142512.976000', '142512.979000', '142512.982000', '142512.985000', '142512.987000', '142512.990000', '142512.993000', '142512.996000', '142513.000000', '142513.003000', '142513.005000', '142513.008000', '142513.011000', '142513.014000', '142513.017000', '142513.019000', '142513.022000', '142513.025000', '142513.028000', '142513.031000', '142513.034000', '142513.036000', '142532.917000', '142532.920000', '142532.923000', '142532.926000', '142532.928000', '142532.931000', '142532.934000', '142532.937000', '142532.939000', '142532.942000', '142532.945000', '142532.948000', '142532.951000', '142532.953000', '142532.956000', '142532.959000', '142532.962000', '142532.965000', '142532.967000', '142532.970000', '142532.973000', '142532.976000', '142532.979000', '142532.981000', '142532.984000', '142532.987000', '142532.990000', '142532.993000', '142532.995000', '142532.998000', '142533.002000', '142533.005000', '142533.008000', '142533.010000', '142533.013000', '142533.016000', '142533.019000', '142533.022000', '142533.025000', '142533.027000', '142533.030000', '142533.033000', '142533.036000', '142533.039000', '142552.917000', '142552.920000', '142552.923000', '142552.926000', '142552.928000', '142552.931000', '142552.934000', '142552.937000', '142552.940000', '142552.942000', '142552.945000', '142552.948000', '142552.951000', '142552.954000', '142552.956000', '142552.959000', '142552.962000', '142552.965000', '142552.968000', '142552.970000', '142552.973000', '142552.976000', '142552.979000', '142552.982000', '142553.000000', '142553.003000', '142553.007000', '142553.009000', '142553.012000', '142553.015000', '142553.018000', '142553.021000', '142553.023000', '142553.026000', '142553.029000', '142553.032000', '142553.035000', '142553.038000', '142553.040000', '142553.043000', '142553.046000', '142553.049000', '142553.052000', '142612.917000', '142612.920000', '142612.923000', '142612.926000', '142612.928000', '142612.931000', '142612.934000', '142612.937000', '142612.940000', '142612.942000', '142612.945000', '142612.948000', '142612.951000', '142612.954000', '142612.956000', '142612.959000', '142612.962000', '142612.965000', '142612.968000', '142612.971000', '142612.973000', '142612.976000', '142612.979000', '142612.982000', '142612.985000', '142612.987000', '142612.990000', '142612.993000', '142612.996000', '142613.000000', '142613.002000', '142613.005000', '142613.008000', '142613.011000', '142613.014000', '142613.016000', '142613.019000', '142613.022000', '142613.025000', '142613.028000', '142613.031000', '142613.034000', '142613.036000', '142613.039000', '142632.918000', '142632.921000', '142632.924000', '142632.927000', '142632.930000', '142632.933000', '142632.935000', '142632.938000', '142632.941000', '142632.944000', '142632.947000', '142632.950000', '142632.952000', '142632.955000', '142632.958000', '142632.961000', '142632.964000', '142632.966000', '142632.969000', '142632.972000', '142632.975000', '142632.978000', '142632.980000', '142632.983000', '142632.986000', '142632.989000', '142632.992000', '142632.995000', '142632.997000', '142633.000000', '142633.003000', '142633.006000', '142633.008000', '142633.011000', '142633.014000', '142633.017000', '142633.020000', '142633.023000', '142633.025000', '142633.028000', '142633.031000', '142633.034000', '142633.037000', '142652.917000', '142652.920000', '142652.923000', '142652.926000', '142652.928000', '142652.931000', '142652.934000', '142652.937000', '142652.940000', '142652.942000', '142652.945000', '142652.948000', '142652.951000', '142652.954000', '142652.956000', '142652.959000', '142652.962000', '142652.965000', '142652.968000', '142652.970000', '142652.973000', '142652.976000', '142652.979000', '142652.982000', '142652.985000', '142652.987000', '142652.990000', '142652.993000', '142652.996000', '142653.000000', '142653.003000', '142653.005000', '142653.008000', '142653.011000', '142653.014000', '142653.017000', '142653.020000', '142653.022000', '142653.025000', '142653.028000', '142653.031000', '142653.033000', '142653.036000', '142653.039000', '142712.917000', '142712.920000', '142712.923000', '142712.926000', '142712.929000', '142712.931000', '142712.934000', '142712.937000', '142712.940000', '142712.943000', '142712.946000', '142712.949000', '142712.951000', '142712.954000', '142712.957000', '142712.960000', '142712.963000', '142712.965000', '142712.968000', '142712.971000', '142712.974000', '142712.977000', '142712.980000', '142712.982000', '142712.985000', '142712.988000', '142712.991000', '142712.994000', '142712.996000', '142713.000000', '142713.003000', '142713.006000', '142713.009000', '142713.012000', '142713.014000', '142713.031000', '142713.033000', '142713.036000', '142713.039000', '142713.043000', '142713.046000', '142713.049000', '142713.052000', '142732.917000', '142732.920000', '142732.923000', '142732.926000', '142732.928000', '142732.931000', '142732.934000', '142732.937000', '142732.940000', '142732.942000', '142732.945000', '142732.948000', '142732.951000', '142732.954000', '142732.957000', '142732.959000', '142732.962000', '142732.965000', '142732.968000', '142732.971000', '142732.973000', '142732.976000', '142732.979000', '142732.982000', '142732.990000', '142732.992000', '142732.995000', '142732.998000', '142733.002000', '142733.005000', '142733.008000', '142733.011000', '142733.014000', '142733.017000', '142733.019000', '142733.022000', '142733.025000', '142733.028000', '142733.031000', '142733.034000', '142733.036000', '142733.039000', '142733.042000', '142733.045000', '142752.917000', '142752.920000', '142752.923000', '142752.926000', '142752.928000', '142752.931000', '142752.934000', '142752.937000', '142752.940000', '142752.943000', '142752.946000', '142752.949000', '142752.951000', '142752.954000', '142752.957000', '142752.960000', '142752.963000', '142752.966000', '142752.969000', '142752.972000', '142752.975000', '142752.978000', '142752.980000', '142752.983000', '142752.986000', '142752.989000', '142752.992000', '142752.994000', '142752.997000', '142753.001000', '142753.004000', '142753.006000', '142753.009000', '142753.012000', '142753.015000', '142753.018000', '142753.021000', '142753.024000', '142753.026000', '142753.029000', '142753.032000', '142753.035000', '142753.038000', '142812.917000', '142812.920000', '142812.923000', '142812.932000', '142812.935000', '142812.937000', '142812.940000', '142812.943000', '142812.946000', '142812.949000', '142812.952000', '142812.955000', '142812.958000', '142812.960000', '142812.963000', '142812.966000', '142812.969000', '142812.972000', '142812.975000', '142812.978000', '142812.981000', '142812.983000', '142812.986000', '142812.989000', '142812.992000', '142812.995000', '142812.997000', '142813.001000', '142813.004000', '142813.007000', '142813.010000', '142813.013000', '142813.015000', '142813.018000', '142813.021000', '142813.024000', '142813.027000', '142813.030000', '142813.032000', '142813.035000', '142813.038000', '142813.041000', '142813.044000', '142813.047000', '142832.917000', '142832.920000', '142832.923000', '142832.926000', '142832.928000', '142832.931000', '142832.934000', '142832.937000', '142832.940000', '142832.942000', '142832.945000', '142832.948000', '142832.951000', '142832.954000', '142832.956000', '142832.959000', '142832.962000', '142832.975000', '142832.978000', '142832.981000', '142832.984000', '142832.987000', '142832.989000', '142832.992000', '142832.995000', '142832.998000', '142833.002000', '142833.004000', '142833.007000', '142833.010000', '142833.013000', '142833.016000', '142833.019000', '142833.022000', '142833.024000', '142833.027000', '142833.030000', '142833.033000', '142833.036000', '142833.039000', '142833.042000', '142833.045000', '142833.047000', '142852.918000', '142852.921000', '142852.924000', '142852.927000', '142852.930000', '142852.933000', '142852.935000', '142852.938000', '142852.941000', '142852.944000', '142852.947000', '142852.950000', '142852.953000', '142852.955000', '142852.958000', '142852.961000', '142852.964000', '142852.967000', '142852.970000', '142852.972000', '142852.975000', '142852.978000', '142852.981000', '142852.984000', '142852.987000', '142852.989000', '142852.992000', '142852.995000', '142852.998000', '142853.002000', '142853.005000', '142853.008000', '142853.011000', '142853.013000', '142853.017000', '142853.020000', '142853.023000', '142853.025000', '142853.028000', '142853.031000', '142853.034000', '142853.037000', '142853.040000', '142912.917000', '142912.920000', '142912.923000', '142912.926000', '142912.929000', '142912.932000', '142912.935000', '142912.937000', '142912.940000', '142912.943000', '142912.946000', '142912.949000', '142912.952000', '142912.955000', '142912.957000', '142912.960000', '142912.963000', '142912.966000', '142912.969000', '142912.972000', '142912.975000', '142912.978000', '142912.981000', '142912.983000', '142912.986000', '142912.989000', '142912.992000', '142912.995000', '142912.998000', '142913.002000', '142913.004000', '142913.007000', '142913.010000', '142913.013000', '142913.016000', '142913.019000', '142913.021000', '142913.024000', '142913.027000', '142913.030000', '142913.033000', '142913.035000', '142913.038000', '142913.041000', '142932.545000', '142932.548000', '142932.552000', '142932.561000', '142932.564000', '142932.568000', '142932.571000', '142932.575000', '142932.578000', '142932.581000', '142932.584000', '142932.587000', '142932.590000', '142932.593000', '142932.595000', '142932.598000', '142932.601000', '142932.604000', '142932.608000', '142932.611000', '142932.614000', '142932.617000', '142932.620000', '142932.623000', '142932.626000', '142932.629000', '142932.631000', '142932.634000', '142932.637000', '142932.640000', '142932.643000', '142932.646000', '142932.648000', '142932.651000', '142932.654000', '142932.657000', '142932.660000', '142932.663000', '142932.666000', '142932.669000', '142932.672000', '142932.675000', '142932.678000'], 'InstanceCreationTime': ['141912.953000', '141912.956000', '141912.959000', '141912.962000', '141912.965000', '141912.968000', '141912.971000', '141912.973000', '141912.976000', '141912.979000', '141912.982000', '141912.984000', '141912.987000', '141912.990000', '141912.993000', '141912.996000', '141912.998000', '141913.002000', '141913.005000', '141913.008000', '141913.011000', '141913.013000', '141913.016000', '141913.019000', '141913.022000', '141913.025000', '141913.028000', '141913.031000', '141913.033000', '141932.918000', '141932.921000', '141932.924000', '141932.927000', '141932.929000', '141932.932000', '141932.935000', '141932.938000', '141932.941000', '141932.943000', '141932.946000', '141932.949000', '141932.952000', '141932.955000', '141932.958000', '141932.960000', '141932.963000', '141932.966000', '141932.969000', '141932.972000', '141932.974000', '141932.977000', '141932.980000', '141932.983000', '141932.986000', '141932.988000', '141932.991000', '141932.994000', '141932.997000', '141933.004000', '141933.007000', '141933.010000', '141933.013000', '141933.015000', '141933.018000', '141933.021000', '141933.024000', '141933.027000', '141933.030000', '141933.033000', '141933.035000', '141933.038000', '141933.041000', '141952.917000', '141952.920000', '141952.922000', '141952.925000', '141952.928000', '141952.931000', '141952.934000', '141952.937000', '141952.940000', '141952.942000', '141952.945000', '141952.948000', '141952.951000', '141952.954000', '141952.957000', '141952.959000', '141952.962000', '141952.965000', '141952.968000', '141952.971000', '141952.973000', '141952.976000', '141952.979000', '141952.982000', '141952.985000', '141952.988000', '141953.003000', '141953.006000', '141953.008000', '141953.011000', '141953.014000', '141953.017000', '141953.020000', '141953.023000', '141953.025000', '141953.028000', '141953.031000', '141953.034000', '141953.037000', '141953.040000', '141953.043000', '141953.045000', '141953.048000', '141953.051000', '142012.917000', '142012.920000', '142012.923000', '142012.926000', '142012.928000', '142012.931000', '142012.934000', '142012.937000', '142012.940000', '142012.942000', '142012.945000', '142012.948000', '142012.951000', '142012.954000', '142012.957000', '142012.960000', '142012.963000', '142012.965000', '142012.968000', '142012.971000', '142012.974000', '142012.977000', '142012.979000', '142012.982000', '142012.985000', '142012.988000', '142012.991000', '142012.994000', '142012.996000', '142013.000000', '142013.003000', '142013.006000', '142013.009000', '142013.012000', '142013.015000', '142013.017000', '142013.020000', '142013.023000', '142013.026000', '142013.029000', '142013.032000', '142013.034000', '142013.037000', '142032.917000', '142032.920000', '142032.922000', '142032.925000', '142032.928000', '142032.931000', '142032.934000', '142032.937000', '142032.940000', '142032.942000', '142032.945000', '142032.948000', '142032.951000', '142032.954000', '142032.957000', '142032.965000', '142032.967000', '142032.970000', '142032.973000', '142032.976000', '142032.979000', '142032.982000', '142032.984000', '142032.988000', '142032.991000', '142032.993000', '142032.996000', '142033.000000', '142033.003000', '142033.006000', '142033.009000', '142033.012000', '142033.015000', '142033.018000', '142033.020000', '142033.023000', '142033.026000', '142033.029000', '142033.032000', '142033.035000', '142033.038000', '142033.041000', '142033.043000', '142052.917000', '142052.920000', '142052.923000', '142052.926000', '142052.929000', '142052.931000', '142052.934000', '142052.937000', '142052.940000', '142052.943000', '142052.946000', '142052.949000', '142052.951000', '142052.954000', '142052.957000', '142052.960000', '142052.963000', '142052.966000', '142052.969000', '142052.971000', '142052.974000', '142052.977000', '142052.980000', '142052.983000', '142052.986000', '142052.988000', '142052.991000', '142052.994000', '142052.997000', '142053.001000', '142053.004000', '142053.007000', '142053.009000', '142053.012000', '142053.015000', '142053.018000', '142053.021000', '142053.023000', '142053.027000', '142053.029000', '142053.032000', '142053.035000', '142053.038000', '142053.041000', '142112.917000', '142112.920000', '142112.923000', '142112.925000', '142112.929000', '142112.932000', '142112.934000', '142112.937000', '142112.940000', '142112.943000', '142112.946000', '142112.949000', '142112.952000', '142112.954000', '142112.957000', '142112.960000', '142112.963000', '142112.966000', '142112.969000', '142112.972000', '142112.974000', '142112.977000', '142112.980000', '142112.983000', '142112.986000', '142112.989000', '142112.992000', '142112.994000', '142112.997000', '142113.001000', '142113.004000', '142113.007000', '142113.010000', '142113.012000', '142113.015000', '142113.018000', '142113.021000', '142113.024000', '142113.027000', '142113.030000', '142113.032000', '142113.035000', '142113.038000', '142132.917000', '142132.920000', '142132.923000', '142132.926000', '142132.929000', '142132.932000', '142132.934000', '142132.937000', '142132.940000', '142132.943000', '142132.946000', '142132.949000', '142132.951000', '142132.954000', '142132.957000', '142132.960000', '142132.963000', '142132.966000', '142132.969000', '142132.971000', '142132.974000', '142132.977000', '142132.998000', '142133.002000', '142133.005000', '142133.008000', '142133.010000', '142133.013000', '142133.016000', '142133.019000', '142133.022000', '142133.024000', '142133.027000', '142133.030000', '142133.033000', '142133.036000', '142133.039000', '142133.042000', '142133.044000', '142133.047000', '142133.050000', '142133.053000', '142133.056000', '142133.059000', '142152.918000', '142152.921000', '142152.924000', '142152.927000', '142152.930000', '142152.932000', '142152.935000', '142152.938000', '142152.941000', '142152.944000', '142152.947000', '142152.950000', '142152.953000', '142152.956000', '142152.958000', '142152.961000', '142152.966000', '142152.968000', '142152.971000', '142152.974000', '142152.977000', '142152.980000', '142152.983000', '142152.986000', '142152.988000', '142152.991000', '142152.994000', '142152.997000', '142153.000000', '142153.003000', '142153.006000', '142153.009000', '142153.011000', '142153.014000', '142153.017000', '142153.020000', '142153.023000', '142153.026000', '142153.029000', '142153.032000', '142153.034000', '142153.037000', '142153.040000', '142212.917000', '142212.920000', '142212.923000', '142212.925000', '142212.929000', '142212.931000', '142212.934000', '142212.937000', '142212.940000', '142212.943000', '142212.946000', '142212.948000', '142212.951000', '142212.954000', '142212.957000', '142212.960000', '142212.963000', '142212.965000', '142212.968000', '142212.971000', '142212.974000', '142212.977000', '142212.980000', '142212.982000', '142212.985000', '142212.988000', '142212.991000', '142212.994000', '142212.997000', '142213.001000', '142213.003000', '142213.006000', '142213.009000', '142213.012000', '142213.015000', '142213.018000', '142213.021000', '142213.023000', '142213.026000', '142213.029000', '142213.032000', '142213.035000', '142213.038000', '142213.040000', '142232.917000', '142232.920000', '142232.923000', '142232.926000', '142232.929000', '142232.932000', '142232.934000', '142232.937000', '142232.940000', '142232.943000', '142232.946000', '142232.949000', '142232.951000', '142232.954000', '142232.957000', '142232.960000', '142232.963000', '142232.966000', '142232.968000', '142232.971000', '142232.974000', '142232.977000', '142232.980000', '142232.983000', '142232.986000', '142232.989000', '142232.991000', '142232.994000', '142232.997000', '142233.001000', '142233.004000', '142233.007000', '142233.010000', '142233.012000', '142233.015000', '142233.018000', '142233.021000', '142233.024000', '142233.027000', '142233.029000', '142233.032000', '142233.035000', '142233.038000', '142252.917000', '142252.920000', '142252.923000', '142252.926000', '142252.929000', '142252.932000', '142252.934000', '142252.937000', '142252.940000', '142252.943000', '142252.946000', '142252.949000', '142252.952000', '142252.954000', '142252.957000', '142252.960000', '142252.963000', '142252.966000', '142252.969000', '142252.972000', '142252.975000', '142252.977000', '142252.980000', '142252.983000', '142252.986000', '142252.989000', '142252.992000', '142252.995000', '142252.997000', '142253.001000', '142253.004000', '142253.007000', '142253.010000', '142253.013000', '142253.015000', '142253.018000', '142253.021000', '142253.024000', '142253.027000', '142253.030000', '142253.033000', '142253.036000', '142253.038000', '142253.041000', '142312.917000', '142312.920000', '142312.923000', '142312.937000', '142312.940000', '142312.943000', '142312.946000', '142312.949000', '142312.952000', '142312.955000', '142312.958000', '142312.960000', '142312.963000', '142312.966000', '142312.969000', '142312.972000', '142312.974000', '142312.978000', '142312.981000', '142312.983000', '142312.986000', '142312.989000', '142312.992000', '142312.995000', '142313.000000', '142313.004000', '142313.007000', '142313.010000', '142313.013000', '142313.015000', '142313.018000', '142313.021000', '142313.024000', '142313.027000', '142313.030000', '142313.033000', '142313.036000', '142313.038000', '142313.041000', '142313.044000', '142313.047000', '142313.050000', '142313.053000', '142332.917000', '142332.920000', '142332.923000', '142332.926000', '142332.929000', '142332.932000', '142332.934000', '142332.937000', '142332.940000', '142332.943000', '142332.946000', '142332.949000', '142332.951000', '142332.954000', '142332.957000', '142332.960000', '142332.963000', '142332.966000', '142332.969000', '142332.971000', '142332.974000', '142332.977000', '142332.980000', '142332.983000', '142332.985000', '142332.988000', '142332.991000', '142332.994000', '142332.997000', '142333.001000', '142333.004000', '142333.007000', '142333.009000', '142333.012000', '142333.015000', '142333.018000', '142333.021000', '142333.023000', '142333.027000', '142333.029000', '142333.032000', '142333.035000', '142333.038000', '142333.041000', '142352.917000', '142352.920000', '142352.923000', '142352.926000', '142352.928000', '142352.931000', '142352.934000', '142352.937000', '142352.940000', '142352.943000', '142352.945000', '142352.948000', '142352.951000', '142352.954000', '142352.957000', '142352.959000', '142352.962000', '142352.965000', '142352.968000', '142352.971000', '142352.974000', '142352.977000', '142352.979000', '142352.982000', '142352.985000', '142352.988000', '142352.991000', '142352.994000', '142352.997000', '142353.001000', '142353.004000', '142353.006000', '142353.009000', '142353.012000', '142353.015000', '142353.018000', '142353.021000', '142353.024000', '142353.027000', '142353.030000', '142353.032000', '142353.035000', '142353.038000', '142412.918000', '142412.921000', '142412.924000', '142412.927000', '142412.929000', '142412.932000', '142412.935000', '142412.938000', '142412.941000', '142412.944000', '142412.946000', '142412.949000', '142412.952000', '142412.955000', '142412.958000', '142412.961000', '142412.963000', '142412.966000', '142412.969000', '142412.972000', '142412.975000', '142412.978000', '142412.980000', '142412.983000', '142412.986000', '142412.989000', '142412.992000', '142412.995000', '142412.997000', '142413.000000', '142413.003000', '142413.006000', '142413.009000', '142413.012000', '142413.014000', '142413.017000', '142413.020000', '142413.023000', '142413.026000', '142413.028000', '142413.031000', '142413.034000', '142413.037000', '142413.040000', '142432.917000', '142432.920000', '142432.923000', '142432.926000', '142432.928000', '142432.931000', '142432.934000', '142432.937000', '142432.940000', '142432.942000', '142432.945000', '142432.948000', '142432.951000', '142432.968000', '142432.972000', '142432.974000', '142432.977000', '142432.980000', '142432.983000', '142432.986000', '142432.988000', '142432.991000', '142432.994000', '142432.997000', '142433.001000', '142433.003000', '142433.006000', '142433.009000', '142433.012000', '142433.015000', '142433.020000', '142433.023000', '142433.028000', '142433.032000', '142433.034000', '142433.037000', '142433.040000', '142433.043000', '142433.046000', '142433.048000', '142433.051000', '142433.054000', '142433.057000', '142452.917000', '142452.920000', '142452.923000', '142452.926000', '142452.928000', '142452.931000', '142452.934000', '142452.937000', '142452.940000', '142452.942000', '142452.945000', '142452.948000', '142452.951000', '142452.954000', '142452.956000', '142452.959000', '142452.962000', '142452.965000', '142452.968000', '142452.970000', '142452.973000', '142452.976000', '142452.979000', '142452.982000', '142452.984000', '142452.987000', '142452.990000', '142452.993000', '142452.996000', '142452.998000', '142453.002000', '142453.005000', '142453.008000', '142453.011000', '142453.014000', '142453.016000', '142453.019000', '142453.022000', '142453.025000', '142453.027000', '142453.030000', '142453.033000', '142453.036000', '142453.039000', '142512.917000', '142512.920000', '142512.923000', '142512.926000', '142512.929000', '142512.931000', '142512.934000', '142512.937000', '142512.940000', '142512.943000', '142512.945000', '142512.948000', '142512.951000', '142512.954000', '142512.957000', '142512.959000', '142512.962000', '142512.965000', '142512.968000', '142512.971000', '142512.974000', '142512.976000', '142512.979000', '142512.982000', '142512.985000', '142512.987000', '142512.990000', '142512.993000', '142512.996000', '142513.000000', '142513.003000', '142513.005000', '142513.008000', '142513.011000', '142513.014000', '142513.017000', '142513.019000', '142513.022000', '142513.025000', '142513.028000', '142513.031000', '142513.034000', '142513.036000', '142532.917000', '142532.920000', '142532.923000', '142532.926000', '142532.928000', '142532.931000', '142532.934000', '142532.937000', '142532.939000', '142532.942000', '142532.945000', '142532.948000', '142532.951000', '142532.953000', '142532.956000', '142532.959000', '142532.962000', '142532.965000', '142532.967000', '142532.970000', '142532.973000', '142532.976000', '142532.979000', '142532.981000', '142532.984000', '142532.987000', '142532.990000', '142532.993000', '142532.995000', '142532.998000', '142533.002000', '142533.005000', '142533.008000', '142533.010000', '142533.013000', '142533.016000', '142533.019000', '142533.022000', '142533.025000', '142533.027000', '142533.030000', '142533.033000', '142533.036000', '142533.039000', '142552.917000', '142552.920000', '142552.923000', '142552.926000', '142552.928000', '142552.931000', '142552.934000', '142552.937000', '142552.940000', '142552.942000', '142552.945000', '142552.948000', '142552.951000', '142552.954000', '142552.956000', '142552.959000', '142552.962000', '142552.965000', '142552.968000', '142552.970000', '142552.973000', '142552.976000', '142552.979000', '142552.982000', '142553.000000', '142553.003000', '142553.007000', '142553.009000', '142553.012000', '142553.015000', '142553.018000', '142553.021000', '142553.023000', '142553.026000', '142553.029000', '142553.032000', '142553.035000', '142553.038000', '142553.040000', '142553.043000', '142553.046000', '142553.049000', '142553.052000', '142612.917000', '142612.920000', '142612.923000', '142612.926000', '142612.928000', '142612.931000', '142612.934000', '142612.937000', '142612.940000', '142612.942000', '142612.945000', '142612.948000', '142612.951000', '142612.954000', '142612.956000', '142612.959000', '142612.962000', '142612.965000', '142612.968000', '142612.971000', '142612.973000', '142612.976000', '142612.979000', '142612.982000', '142612.985000', '142612.987000', '142612.990000', '142612.993000', '142612.996000', '142613.000000', '142613.002000', '142613.005000', '142613.008000', '142613.011000', '142613.014000', '142613.016000', '142613.019000', '142613.022000', '142613.025000', '142613.028000', '142613.031000', '142613.034000', '142613.036000', '142613.039000', '142632.918000', '142632.921000', '142632.924000', '142632.927000', '142632.930000', '142632.933000', '142632.935000', '142632.938000', '142632.941000', '142632.944000', '142632.947000', '142632.950000', '142632.952000', '142632.955000', '142632.958000', '142632.961000', '142632.964000', '142632.966000', '142632.969000', '142632.972000', '142632.975000', '142632.978000', '142632.980000', '142632.983000', '142632.986000', '142632.989000', '142632.992000', '142632.995000', '142632.997000', '142633.000000', '142633.003000', '142633.006000', '142633.008000', '142633.011000', '142633.014000', '142633.017000', '142633.020000', '142633.023000', '142633.025000', '142633.028000', '142633.031000', '142633.034000', '142633.037000', '142652.917000', '142652.920000', '142652.923000', '142652.926000', '142652.928000', '142652.931000', '142652.934000', '142652.937000', '142652.940000', '142652.942000', '142652.945000', '142652.948000', '142652.951000', '142652.954000', '142652.956000', '142652.959000', '142652.962000', '142652.965000', '142652.968000', '142652.970000', '142652.973000', '142652.976000', '142652.979000', '142652.982000', '142652.985000', '142652.987000', '142652.990000', '142652.993000', '142652.996000', '142653.000000', '142653.003000', '142653.005000', '142653.008000', '142653.011000', '142653.014000', '142653.017000', '142653.020000', '142653.022000', '142653.025000', '142653.028000', '142653.031000', '142653.033000', '142653.036000', '142653.039000', '142712.917000', '142712.920000', '142712.923000', '142712.926000', '142712.929000', '142712.931000', '142712.934000', '142712.937000', '142712.940000', '142712.943000', '142712.946000', '142712.949000', '142712.951000', '142712.954000', '142712.957000', '142712.960000', '142712.963000', '142712.965000', '142712.968000', '142712.971000', '142712.974000', '142712.977000', '142712.980000', '142712.982000', '142712.985000', '142712.988000', '142712.991000', '142712.994000', '142712.996000', '142713.000000', '142713.003000', '142713.006000', '142713.009000', '142713.012000', '142713.014000', '142713.031000', '142713.033000', '142713.036000', '142713.039000', '142713.043000', '142713.046000', '142713.049000', '142713.052000', '142732.917000', '142732.920000', '142732.923000', '142732.926000', '142732.928000', '142732.931000', '142732.934000', '142732.937000', '142732.940000', '142732.942000', '142732.945000', '142732.948000', '142732.951000', '142732.954000', '142732.957000', '142732.959000', '142732.962000', '142732.965000', '142732.968000', '142732.971000', '142732.973000', '142732.976000', '142732.979000', '142732.982000', '142732.990000', '142732.992000', '142732.995000', '142732.998000', '142733.002000', '142733.005000', '142733.008000', '142733.011000', '142733.014000', '142733.017000', '142733.019000', '142733.022000', '142733.025000', '142733.028000', '142733.031000', '142733.034000', '142733.036000', '142733.039000', '142733.042000', '142733.045000', '142752.917000', '142752.920000', '142752.923000', '142752.926000', '142752.928000', '142752.931000', '142752.934000', '142752.937000', '142752.940000', '142752.943000', '142752.946000', '142752.949000', '142752.951000', '142752.954000', '142752.957000', '142752.960000', '142752.963000', '142752.966000', '142752.969000', '142752.972000', '142752.975000', '142752.978000', '142752.980000', '142752.983000', '142752.986000', '142752.989000', '142752.992000', '142752.994000', '142752.997000', '142753.001000', '142753.004000', '142753.006000', '142753.009000', '142753.012000', '142753.015000', '142753.018000', '142753.021000', '142753.024000', '142753.026000', '142753.029000', '142753.032000', '142753.035000', '142753.038000', '142812.917000', '142812.920000', '142812.923000', '142812.932000', '142812.935000', '142812.937000', '142812.940000', '142812.943000', '142812.946000', '142812.949000', '142812.952000', '142812.955000', '142812.958000', '142812.960000', '142812.963000', '142812.966000', '142812.969000', '142812.972000', '142812.975000', '142812.978000', '142812.981000', '142812.983000', '142812.986000', '142812.989000', '142812.992000', '142812.995000', '142812.997000', '142813.001000', '142813.004000', '142813.007000', '142813.010000', '142813.013000', '142813.015000', '142813.018000', '142813.021000', '142813.024000', '142813.027000', '142813.030000', '142813.032000', '142813.035000', '142813.038000', '142813.041000', '142813.044000', '142813.047000', '142832.917000', '142832.920000', '142832.923000', '142832.926000', '142832.928000', '142832.931000', '142832.934000', '142832.937000', '142832.940000', '142832.942000', '142832.945000', '142832.948000', '142832.951000', '142832.954000', '142832.956000', '142832.959000', '142832.962000', '142832.975000', '142832.978000', '142832.981000', '142832.984000', '142832.987000', '142832.989000', '142832.992000', '142832.995000', '142832.998000', '142833.002000', '142833.004000', '142833.007000', '142833.010000', '142833.013000', '142833.016000', '142833.019000', '142833.022000', '142833.024000', '142833.027000', '142833.030000', '142833.033000', '142833.036000', '142833.039000', '142833.042000', '142833.045000', '142833.047000', '142852.918000', '142852.921000', '142852.924000', '142852.927000', '142852.930000', '142852.933000', '142852.935000', '142852.938000', '142852.941000', '142852.944000', '142852.947000', '142852.950000', '142852.953000', '142852.955000', '142852.958000', '142852.961000', '142852.964000', '142852.967000', '142852.970000', '142852.972000', '142852.975000', '142852.978000', '142852.981000', '142852.984000', '142852.987000', '142852.989000', '142852.992000', '142852.995000', '142852.998000', '142853.002000', '142853.005000', '142853.008000', '142853.011000', '142853.013000', '142853.017000', '142853.020000', '142853.023000', '142853.025000', '142853.028000', '142853.031000', '142853.034000', '142853.037000', '142853.040000', '142912.917000', '142912.920000', '142912.923000', '142912.926000', '142912.929000', '142912.932000', '142912.935000', '142912.937000', '142912.940000', '142912.943000', '142912.946000', '142912.949000', '142912.952000', '142912.955000', '142912.957000', '142912.960000', '142912.963000', '142912.966000', '142912.969000', '142912.972000', '142912.975000', '142912.978000', '142912.981000', '142912.983000', '142912.986000', '142912.989000', '142912.992000', '142912.995000', '142912.998000', '142913.002000', '142913.004000', '142913.007000', '142913.010000', '142913.013000', '142913.016000', '142913.019000', '142913.021000', '142913.024000', '142913.027000', '142913.030000', '142913.033000', '142913.035000', '142913.038000', '142913.041000', '142932.545000', '142932.548000', '142932.552000', '142932.561000', '142932.564000', '142932.568000', '142932.571000', '142932.575000', '142932.578000', '142932.581000', '142932.584000', '142932.587000', '142932.590000', '142932.593000', '142932.595000', '142932.598000', '142932.601000', '142932.604000', '142932.608000', '142932.611000', '142932.614000', '142932.617000', '142932.620000', '142932.623000', '142932.626000', '142932.629000', '142932.631000', '142932.634000', '142932.637000', '142932.640000', '142932.643000', '142932.646000', '142932.648000', '142932.651000', '142932.654000', '142932.657000', '142932.660000', '142932.663000', '142932.666000', '142932.669000', '142932.672000', '142932.675000', '142932.678000'], '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': [10219, 9880, 10260, 9874, 10468, 9575, 10110, 9365, 9972, 9294, 9988, 9479, 9620, 9630, 9532, 9633, 9706, 9391, 9568, 9165, 9402, 9666, 9887, 9682, 9838, 9932, 9963, 9705, 10197, 9373, 10171, 9586, 10251, 9556, 10325, 9356, 10113, 9520, 10029, 9694, 10545, 9655, 10248, 9345, 10445, 9187, 10642, 9548, 10449, 9459, 10168, 9165, 10351, 8731, 10906, 9098, 11184, 9133, 11050, 8766, 12117, 9068, 12228, 9366, 12378, 9544, 12923, 9520, 11726, 9195, 11298, 8974, 12445, 9414, 10149, 9550, 11065, 9571, 12734, 9066, 12603, 9011, 11665, 9279, 12006, 9333, 11543, 9109, 10826, 8840, 10643, 9049, 11026, 8650, 10393, 8994, 8587, 9255, 9049, 9418, 9458, 9303, 10199, 9098, 9083, 9136, 9162, 9140, 9352, 9334, 9509, 9716, 9361, 9480, 9627, 10039, 9755, 10105, 9507, 10372, 9376, 10655, 9143, 10740, 9187, 10452, 9066, 11184, 8765, 11226, 8944, 11825, 8944, 11876, 9171, 10955, 8982, 8815, 9079, 9734, 9301, 9680, 9539, 9428, 9491, 9305, 9704, 9542, 10311, 9099, 10640, 8912, 10828, 9001, 10926, 8818, 10702, 8896, 11168, 9033, 11497, 8800, 12545, 9148, 11666, 9056, 10209, 9036, 8851, 8885, 9286, 8974, 9129, 9110, 9598, 9518, 9677, 9310, 9349, 10211, 9573, 10523, 8898, 11298, 9007, 10944, 9181, 12026, 9097, 12833, 9249, 14259, 9925, 9813, 9150, 8692, 9327, 8818, 9471, 10735, 9549, 10476, 9613, 10321, 8917, 12445, 8570, 8383, 8920, 9390, 10369, 9610, 10827, 9407, 11088, 9318, 11242, 9024, 12255, 9223, 9380, 9576, 9401, 9581, 9470, 9582, 9352, 9921, 9347, 10334, 9086, 11273, 9041, 11165, 8993, 11148, 8822, 11140, 9015, 12128, 8769, 10468, 9065, 8598, 8921, 9359, 9798, 9371, 10239, 9496, 10646, 9558, 10451, 9822, 10282, 9783, 10676, 9404, 10398, 9111, 10816, 9011, 12508, 9133, 8496, 9300, 8336, 8979, 9363, 9764, 9123, 10545, 9201, 11827, 8857, 12343, 9035, 10776, 9553, 9144, 9327, 9275, 9326, 9480, 10149, 9553, 10189, 9628, 10907, 9439, 10792, 9165, 10688, 9208, 10560, 9094, 10565, 9155, 10395, 9302, 12139, 9011, 10624, 9640, 8857, 9026, 9223, 9485, 9434, 9573, 9377, 9355, 9237, 10560, 9437, 11053, 9545, 10923, 9578, 11038, 9304, 10611, 9221, 11193, 9403, 12184, 9383, 10649, 9211, 10271, 9193, 10918, 9456, 10566, 9168, 10231, 9099, 9074, 8856, 9131, 8917, 9745, 9294, 9422, 9417, 9489, 9393, 8891, 9550, 9624, 9429, 9211, 9537, 9613, 9918, 9604, 9193, 9049, 9067, 9471, 9201, 9631, 9909, 9244, 10312, 9267, 10101, 9608, 10455, 9303, 12026, 9110, 12597, 9220, 11043, 9224, 10378, 9546, 10226, 9366, 10610, 9260, 10126, 9156, 10261, 9146, 10023, 9019, 9216, 9283, 9010, 10989, 9315, 12105, 9175, 10694, 9472, 10054, 9355, 12295, 9822, 10427, 9410, 10012, 9286, 11800, 9652, 10703, 9629, 9704, 9623, 9534, 9404, 9299, 9475, 9236, 9661, 9178, 11121, 9357, 13379, 9191, 11453, 9082, 11714, 9295, 10933, 9485, 14978, 9633, 11776, 9754, 9622, 9999, 9775, 10500, 9570, 10235, 9683, 9726, 9474, 9515, 9616, 9686, 9445, 10102, 9490, 10030, 9392, 10599, 9291, 10632, 9439, 12322, 9484, 10779, 9367, 10640, 9151, 13002, 9026, 11367, 8964, 11339, 9022, 10692, 9448, 10933, 9327, 11863, 9327, 11086, 9179, 10908, 9396, 10355, 9528, 10255, 9440, 9782, 9539, 9660, 9368, 9267, 9105, 9389, 9481, 9141, 9851, 9007, 9133, 8855, 8855, 8887, 9488, 8993, 11072, 9042, 11117, 9083, 10628, 8962, 10499, 9080, 10493, 9718, 10508, 9331, 9740, 9117, 10047, 9212, 9414, 9476, 9162, 8866, 9466, 8906, 9582, 10211, 9301, 11779, 9216, 11166, 9366, 9990, 9594, 11331, 9305, 12031, 9308, 10795, 9158, 10717, 9071, 10135, 9331, 9552, 9204, 9320, 9192, 8793, 9197, 8927, 12103, 8821, 10561, 9223, 10236, 9159, 9797, 9149, 10584, 9050, 10341, 9016, 10153, 9204, 10172, 9349, 10275, 9419, 10541, 9664, 10323, 9891, 10153, 9830, 9713, 9562, 9681, 9940, 9464, 9882, 9409, 9944, 10015, 9167, 9385, 9892, 9070, 9613, 9126, 9359, 9589, 11594, 9410, 12212, 9297, 10791, 8962, 10652, 9038, 10385, 9089, 10052, 9366, 9839, 9194, 9150, 9527, 9217, 9495, 9094, 9651, 9028, 8942, 9376, 9902, 9683, 12655, 9174, 12417, 9098, 10949, 8999, 10881, 8993, 10536, 9460, 10069, 9540, 10137, 8977, 9489, 9444, 8856, 9825, 9486, 9777, 9381, 9885, 9607, 9388, 9677, 9524, 9655, 9868, 9950, 9616, 9708, 9165, 9672, 9297, 9468, 9245, 9250, 9290, 9158, 9663, 9428, 9301, 9597, 9750, 9191, 10594, 9580, 10286, 9270, 9340, 9276, 9732, 9427, 12611, 9658, 11227, 9463, 10506, 9318, 11993, 9387, 11994, 9650, 10792, 9535, 10858, 9438, 10154, 9833, 9554, 9366, 9213, 9484, 9335, 9487, 9520, 8973, 9516, 9817, 9835, 12840, 9238, 10493, 9404, 10623, 9388, 10610, 9420, 10413, 9215, 9715, 9426, 9481, 9775, 9468, 9651, 9742, 9707, 9615, 9358, 9735, 9354, 9778, 9801, 9682, 12342, 9331, 12106, 9447, 10570, 9403, 11310, 9456, 11546, 9608, 11470, 9499, 10683, 9487, 9750, 9511, 9564, 9792, 9348, 10265, 9682, 10213, 9483, 10246, 9592, 13042, 9510, 10903, 9406, 10707, 9305, 9954, 9420, 9368, 9966, 9561, 10676, 9616, 10149, 9258, 11275, 9643, 11345, 9547, 10551, 9453, 10102, 9367, 9236, 9946, 9343, 9994, 9361, 9660, 9173, 9298, 9390, 9107, 9889, 10505, 9712, 13149, 9327, 12666, 9472, 10834, 9496, 10137, 9797, 12141, 9869, 12176, 9640, 11313, 9328, 11072, 9224, 10293, 9210, 10491, 9347, 10377, 9394, 10545, 9724, 10058, 9500, 9493, 9752, 9651, 9866, 9563, 9202, 9569, 9423, 9686, 9048, 9554, 9647, 9489, 9398, 9308, 9471, 9516, 9799, 9873, 9551, 10082, 9304, 9496, 9551, 10036, 9734, 10164, 9670, 10348, 9370, 10580, 9528, 10158, 9354, 10235, 9748, 9789, 9534, 10108, 9500, 10216, 9293, 9673, 9171, 10375, 9350, 10553, 9604, 10884, 9248, 11258, 9442, 10434, 9680, 10174, 9607, 10011, 9735, 9742, 9790, 9928, 9659, 9907, 9696, 9429, 9925, 9063, 9760, 9841, 9287, 10227, 9220, 10454, 9355, 10556, 9403, 10092, 10170, 9466, 9997, 9804, 9374, 9579, 9607, 9287, 9775, 9256, 9582, 9621, 10203, 9490, 9620, 9116, 9555, 9346, 9536, 9674, 9503, 9323, 9424, 9390, 9447, 9014, 9749, 9315, 9789, 9244, 9430, 9510, 10319, 10184, 9837, 10012, 9992, 9941, 10120, 9940, 10405, 10351, 12770, 10293, 10424, 9857, 10260, 9917, 9625, 9613, 9869, 9432, 9392, 11496, 9765, 14017, 9421, 11661, 9553, 11607, 9550, 10538, 9465, 10324, 9575, 10059, 9442, 9895, 9524, 9639, 10664, 9546, 11357, 9770, 10905, 9527, 9638, 9541, 9761, 9440, 9352, 9540, 9329, 9754, 9847, 9878, 9700, 10123, 9465, 9974, 9542, 10099, 9602, 11502, 9679, 10320, 9578, 10310, 9537, 9594, 9889, 9496, 9958, 9318, 9892, 9534, 9640, 9338, 9859, 9489, 9427, 9664, 10491, 9380, 12166, 9702, 11671, 9804, 10728, 9873, 10576, 9627, 10022, 9789, 9643, 9827, 9266, 9458, 9181, 9643, 9534, 10146, 9826, 9529, 9671, 10254, 9419, 9888, 9298, 9938, 9220, 9284, 9500, 10859, 9565, 11344, 9884, 10679, 9987, 10107, 9933, 10191, 10131, 9899, 9942, 10036, 9995, 9665, 10194, 9288, 10292, 9779, 9692, 9865, 10172, 9894, 11029, 9891, 11923, 9708, 10748, 9402, 10747, 9648, 9811, 9953, 9775, 10605, 9856, 10410, 9812, 10030, 9675, 10633, 9715, 10936, 9373, 10163, 9689, 9558, 10020, 9752, 10317, 10049, 10144, 9632, 9963, 9737, 11814, 9770, 10429, 9747, 10149, 10011, 9470, 10288, 9637, 10166, 9374, 10097, 9570, 9951, 9336, 9798, 9653, 12456, 10152, 11657, 9761, 10660, 9633, 10796, 9782, 10214, 9972, 9501, 10243, 9814, 9910, 9841, 9631, 9436, 11238, 10043, 10884, 9709, 10318, 9557, 10154, 9567, 9769, 9698, 10299, 9719, 10535, 9691, 10412, 9612, 10034, 9738, 9595, 10388, 9777, 10090, 9763, 10308, 9590, 10031, 9775, 9874, 9620, 9980, 11813, 9599, 9673, 9852, 9727, 9921, 10210, 9712, 10363, 9903, 10541, 10059, 10276, 10351, 9711, 10384, 9522, 9191, 10440, 9817, 9658, 10525, 9511, 10691, 9311, 10498, 9604, 10061, 9306, 9516, 9576, 9382, 9965, 9290, 9997, 9526, 9262, 9249, 9832, 9331, 10146, 9410, 9643, 9224, 9693, 9119, 9582, 9262, 9286, 9272, 12596, 9393, 10527, 9074, 10384, 9199, 9879, 9837, 9385, 9421, 9146, 10051, 9332, 9444, 9203, 9380, 8956, 9737, 9118, 9411, 9560, 11903, 9685, 10939, 9417, 10233, 9116, 9596, 9592, 9393, 10054, 9440, 9597, 9307, 9349, 8997, 9565, 9244, 9250, 9248, 9242, 9773, 9284, 9198, 8926, 9094, 10145, 9321, 11401, 9347, 10695, 9167, 9963, 9257, 9900, 9492, 9901, 9806, 9607, 9708, 9112, 9717, 9160, 9554, 9636, 11471, 9877, 11107, 9912, 10682, 9635, 10327, 9737, 9955, 9753, 8867, 9636, 9228, 9612, 9769, 11275, 9801, 11166, 9398, 10267, 9564, 9815, 9773, 9209, 9454, 9289, 10821, 9509, 10322, 9129, 10184, 9739, 9857, 10207, 9947, 9575, 9269, 9994, 9503, 12023, 9529, 10246, 9280, 9623, 9658, 9241, 9992, 9309, 10062, 9128, 9924, 9128, 9705, 9297, 9060, 9303, 10661, 9376, 11204, 9196, 11421, 9431, 10423, 9287, 10157, 9425, 9506, 10160, 9271, 10077, 9289, 9773, 9516, 9495, 9094, 9193, 9352, 11555, 9498, 10186, 8941, 9272, 9745, 9454, 9888, 9604, 9302, 9153, 9828, 9137, 9586, 9256, 10761, 9357, 9971, 9210, 9413, 9377, 9839, 9213, 9048, 9225, 9342, 9974, 9202, 10135, 9413, 9844, 9294, 9970, 8989, 9751, 9283, 9385, 9498, 9270, 9211, 9374, 9841, 9082], 'WindowCenter': [4271.0, 4247.0, 4241.0, 4229.0, 4226.0, 4214.0, 4225.0, 4217.0, 4216.0, 4203.0, 4212.0, 4201.0, 4201.0, 4199.0, 4212.0, 4201.0, 4203.0, 4201.0, 4214.0, 4217.0, 4204.0, 4202.0, 4211.0, 4202.0, 4211.0, 4211.0, 4211.0, 4201.0, 4225.0, 4215.0, 4212.0, 4202.0, 4209.0, 4200.0, 4211.0, 4202.0, 4211.0, 4214.0, 4224.0, 4214.0, 4212.0, 4212.0, 4211.0, 4203.0, 4221.0, 4203.0, 4222.0, 4203.0, 4224.0, 4215.0, 4212.0, 4201.0, 4210.0, 4191.0, 4221.0, 4201.0, 4222.0, 4202.0, 4232.0, 4203.0, 4231.0, 4201.0, 4230.0, 4203.0, 4231.0, 4201.0, 4231.0, 4203.0, 4220.0, 4202.0, 4222.0, 4200.0, 4230.0, 4199.0, 4208.0, 4201.0, 4219.0, 4202.0, 4229.0, 4202.0, 4243.0, 4202.0, 4220.0, 4203.0, 4230.0, 4202.0, 4220.0, 4202.0, 4209.0, 4200.0, 4222.0, 4202.0, 4222.0, 4192.0, 4210.0, 4202.0, 4200.0, 4213.0, 4202.0, 4214.0, 4224.0, 4227.0, 4238.0, 4217.0, 4202.0, 4213.0, 4213.0, 4212.0, 4202.0, 4213.0, 4212.0, 4214.0, 4215.0, 4212.0, 4212.0, 4212.0, 4212.0, 4210.0, 4210.0, 4210.0, 4202.0, 4222.0, 4202.0, 4223.0, 4216.0, 4224.0, 4203.0, 4221.0, 4191.0, 4219.0, 4200.0, 4220.0, 4201.0, 4234.0, 4214.0, 4232.0, 4203.0, 4203.0, 4212.0, 4212.0, 4214.0, 4212.0, 4213.0, 4213.0, 4225.0, 4216.0, 4212.0, 4212.0, 4210.0, 4201.0, 4209.0, 4190.0, 4208.0, 4191.0, 4209.0, 4203.0, 4211.0, 4200.0, 4218.0, 4190.0, 4219.0, 4191.0, 4228.0, 4200.0, 4219.0, 4204.0, 4222.0, 4203.0, 4200.0, 4202.0, 4211.0, 4202.0, 4203.0, 4202.0, 4202.0, 4213.0, 4211.0, 4215.0, 4216.0, 4223.0, 4213.0, 4221.0, 4201.0, 4220.0, 4203.0, 4220.0, 4202.0, 4230.0, 4203.0, 4231.0, 4202.0, 4254.0, 4225.0, 4226.0, 4213.0, 4203.0, 4212.0, 4201.0, 4214.0, 4233.0, 4212.0, 4221.0, 4212.0, 4212.0, 4216.0, 4256.0, 4206.0, 4195.0, 4215.0, 4213.0, 4224.0, 4215.0, 4223.0, 4203.0, 4222.0, 4203.0, 4236.0, 4205.0, 4232.0, 4202.0, 4200.0, 4201.0, 4189.0, 4201.0, 4213.0, 4214.0, 4213.0, 4212.0, 4203.0, 4210.0, 4203.0, 4232.0, 4203.0, 4220.0, 4191.0, 4219.0, 4201.0, 4221.0, 4203.0, 4246.0, 4217.0, 4223.0, 4204.0, 4192.0, 4201.0, 4201.0, 4212.0, 4202.0, 4212.0, 4214.0, 4222.0, 4201.0, 4211.0, 4211.0, 4211.0, 4212.0, 4222.0, 4216.0, 4223.0, 4192.0, 4209.0, 4203.0, 4243.0, 4202.0, 4191.0, 4204.0, 4194.0, 4218.0, 4229.0, 4238.0, 4229.0, 4236.0, 4227.0, 4245.0, 4216.0, 4246.0, 4217.0, 4234.0, 4215.0, 4202.0, 4203.0, 4202.0, 4203.0, 4212.0, 4213.0, 4226.0, 4223.0, 4213.0, 4223.0, 4203.0, 4222.0, 4202.0, 4211.0, 4202.0, 4211.0, 4201.0, 4223.0, 4214.0, 4226.0, 4216.0, 4234.0, 4204.0, 4211.0, 4202.0, 4202.0, 4203.0, 4201.0, 4213.0, 4202.0, 4214.0, 4204.0, 4214.0, 4204.0, 4223.0, 4203.0, 4222.0, 4202.0, 4222.0, 4212.0, 4222.0, 4204.0, 4238.0, 4217.0, 4223.0, 4203.0, 4230.0, 4203.0, 4221.0, 4215.0, 4222.0, 4214.0, 4236.0, 4239.0, 4249.0, 4217.0, 4225.0, 4205.0, 4204.0, 4215.0, 4213.0, 4215.0, 4213.0, 4216.0, 4214.0, 4217.0, 4225.0, 4241.0, 4231.0, 4240.0, 4240.0, 4229.0, 4230.0, 4228.0, 4226.0, 4224.0, 4226.0, 4216.0, 4230.0, 4217.0, 4239.0, 4216.0, 4240.0, 4240.0, 4230.0, 4236.0, 4214.0, 4211.0, 4213.0, 4209.0, 4201.0, 4218.0, 4190.0, 4219.0, 4200.0, 4219.0, 4202.0, 4223.0, 4213.0, 4210.0, 4189.0, 4196.0, 4187.0, 4196.0, 4189.0, 4198.0, 4188.0, 4199.0, 4189.0, 4200.0, 4188.0, 4202.0, 4208.0, 4199.0, 4217.0, 4188.0, 4210.0, 4215.0, 4213.0, 4212.0, 4231.0, 4212.0, 4224.0, 4203.0, 4210.0, 4203.0, 4219.0, 4198.0, 4208.0, 4199.0, 4199.0, 4200.0, 4212.0, 4200.0, 4203.0, 4200.0, 4200.0, 4187.0, 4188.0, 4194.0, 4175.0, 4204.0, 4162.0, 4182.0, 4151.0, 4190.0, 4148.0, 4180.0, 4175.0, 4198.0, 4174.0, 4193.0, 4171.0, 4173.0, 4182.0, 4183.0, 4182.0, 4172.0, 4183.0, 4174.0, 4173.0, 4186.0, 4184.0, 4187.0, 4187.0, 4188.0, 4197.0, 4198.0, 4197.0, 4189.0, 4210.0, 4215.0, 4222.0, 4204.0, 4230.0, 4202.0, 4209.0, 4201.0, 4210.0, 4203.0, 4241.0, 4203.0, 4232.0, 4205.0, 4233.0, 4218.0, 4236.0, 4227.0, 4223.0, 4203.0, 4232.0, 4214.0, 4233.0, 4215.0, 4224.0, 4214.0, 4227.0, 4227.0, 4222.0, 4214.0, 4212.0, 4201.0, 4212.0, 4203.0, 4213.0, 4202.0, 4204.0, 4215.0, 4228.0, 4225.0, 4205.0, 4203.0, 4204.0, 4203.0, 4206.0, 4214.0, 4217.0, 4235.0, 4216.0, 4247.0, 4218.0, 4223.0, 4203.0, 4223.0, 4204.0, 4222.0, 4212.0, 4223.0, 4202.0, 4215.0, 4206.0, 4214.0, 4202.0, 4215.0, 4211.0, 4203.0, 4201.0, 4213.0, 4191.0, 4213.0, 4226.0, 4217.0, 4233.0, 4202.0, 4219.0, 4201.0, 4199.0, 4213.0, 4222.0, 4204.0, 4244.0, 4215.0, 4222.0, 4203.0, 4210.0, 4189.0, 4211.0, 4199.0, 4201.0, 4201.0, 4203.0, 4201.0, 4192.0, 4201.0, 4202.0, 4230.0, 4204.0, 4210.0, 4202.0, 4224.0, 4216.0, 4211.0, 4204.0, 4222.0, 4218.0, 4226.0, 4215.0, 4225.0, 4217.0, 4240.0, 4229.0, 4225.0, 4215.0, 4223.0, 4229.0, 4226.0, 4214.0, 4223.0, 4226.0, 4228.0, 4228.0, 4213.0, 4225.0, 4214.0, 4225.0, 4214.0, 4214.0, 4214.0, 4228.0, 4228.0, 4227.0, 4204.0, 4202.0, 4203.0, 4202.0, 4202.0, 4221.0, 4201.0, 4220.0, 4203.0, 4223.0, 4203.0, 4209.0, 4191.0, 4209.0, 4192.0, 4198.0, 4200.0, 4211.0, 4204.0, 4215.0, 4214.0, 4203.0, 4202.0, 4201.0, 4202.0, 4202.0, 4190.0, 4201.0, 4200.0, 4201.0, 4242.0, 4215.0, 4242.0, 4191.0, 4208.0, 4189.0, 4208.0, 4190.0, 4208.0, 4200.0, 4199.0, 4201.0, 4224.0, 4203.0, 4200.0, 4200.0, 4189.0, 4211.0, 4212.0, 4212.0, 4200.0, 4211.0, 4212.0, 4217.0, 4215.0, 4215.0, 4211.0, 4212.0, 4210.0, 4200.0, 4201.0, 4201.0, 4202.0, 4203.0, 4213.0, 4203.0, 4200.0, 4190.0, 4198.0, 4199.0, 4200.0, 4188.0, 4200.0, 4200.0, 4202.0, 4223.0, 4213.0, 4209.0, 4201.0, 4201.0, 4202.0, 4199.0, 4202.0, 4231.0, 4203.0, 4222.0, 4214.0, 4225.0, 4214.0, 4220.0, 4200.0, 4218.0, 4198.0, 4209.0, 4200.0, 4210.0, 4189.0, 4210.0, 4199.0, 4203.0, 4215.0, 4203.0, 4200.0, 4188.0, 4188.0, 4199.0, 4188.0, 4200.0, 4199.0, 4211.0, 4231.0, 4215.0, 4224.0, 4202.0, 4208.0, 4189.0, 4209.0, 4203.0, 4211.0, 4201.0, 4202.0, 4202.0, 4214.0, 4227.0, 4212.0, 4202.0, 4200.0, 4200.0, 4202.0, 4200.0, 4202.0, 4189.0, 4210.0, 4201.0, 4216.0, 4244.0, 4202.0, 4219.0, 4200.0, 4208.0, 4189.0, 4210.0, 4213.0, 4222.0, 4213.0, 4220.0, 4200.0, 4210.0, 4199.0, 4201.0, 4190.0, 4214.0, 4211.0, 4190.0, 4198.0, 4187.0, 4187.0, 4188.0, 4196.0, 4201.0, 4228.0, 4200.0, 4208.0, 4190.0, 4208.0, 4187.0, 4199.0, 4200.0, 4203.0, 4215.0, 4202.0, 4198.0, 4188.0, 4197.0, 4190.0, 4208.0, 4201.0, 4220.0, 4212.0, 4211.0, 4203.0, 4211.0, 4215.0, 4215.0, 4227.0, 4202.0, 4211.0, 4201.0, 4201.0, 4202.0, 4200.0, 4203.0, 4191.0, 4212.0, 4210.0, 4212.0, 4256.0, 4215.0, 4242.0, 4202.0, 4210.0, 4201.0, 4199.0, 4211.0, 4220.0, 4201.0, 4220.0, 4199.0, 4209.0, 4190.0, 4222.0, 4214.0, 4211.0, 4189.0, 4199.0, 4189.0, 4209.0, 4201.0, 4223.0, 4201.0, 4212.0, 4225.0, 4215.0, 4214.0, 4212.0, 4209.0, 4213.0, 4201.0, 4212.0, 4200.0, 4203.0, 4202.0, 4226.0, 4215.0, 4212.0, 4200.0, 4202.0, 4200.0, 4203.0, 4212.0, 4212.0, 4202.0, 4224.0, 4218.0, 4214.0, 4201.0, 4210.0, 4202.0, 4211.0, 4202.0, 4211.0, 4189.0, 4211.0, 4214.0, 4212.0, 4202.0, 4210.0, 4202.0, 4198.0, 4201.0, 4211.0, 4201.0, 4209.0, 4213.0, 4213.0, 4214.0, 4211.0, 4204.0, 4210.0, 4212.0, 4221.0, 4202.0, 4221.0, 4201.0, 4224.0, 4215.0, 4223.0, 4213.0, 4209.0, 4200.0, 4200.0, 4212.0, 4211.0, 4201.0, 4212.0, 4202.0, 4204.0, 4227.0, 4215.0, 4224.0, 4211.0, 4202.0, 4210.0, 4201.0, 4211.0, 4203.0, 4211.0, 4201.0, 4213.0, 4225.0, 4214.0, 4213.0, 4201.0, 4189.0, 4202.0, 4200.0, 4201.0, 4212.0, 4204.0, 4214.0, 4226.0, 4226.0, 4212.0, 4212.0, 4202.0, 4212.0, 4213.0, 4203.0, 4213.0, 4213.0, 4214.0, 4202.0, 4202.0, 4200.0, 4203.0, 4200.0, 4203.0, 4210.0, 4202.0, 4215.0, 4226.0, 4226.0, 4213.0, 4214.0, 4213.0, 4211.0, 4201.0, 4210.0, 4200.0, 4198.0, 4198.0, 4218.0, 4212.0, 4211.0, 4214.0, 4212.0, 4211.0, 4201.0, 4199.0, 4200.0, 4177.0, 4178.0, 4196.0, 4175.0, 4203.0, 4162.0, 4181.0, 4160.0, 4179.0, 4158.0, 4182.0, 4160.0, 4158.0, 4147.0, 4155.0, 4145.0, 4156.0, 4146.0, 4159.0, 4168.0, 4170.0, 4180.0, 4172.0, 4181.0, 4171.0, 4173.0, 4175.0, 4184.0, 4174.0, 4188.0, 4200.0, 4190.0, 4198.0, 4186.0, 4184.0, 4184.0, 4185.0, 4187.0, 4186.0, 4200.0, 4197.0, 4199.0, 4208.0, 4201.0, 4210.0, 4201.0, 4223.0, 4214.0, 4213.0, 4214.0, 4199.0, 4200.0, 4200.0, 4201.0, 4201.0, 4201.0, 4202.0, 4201.0, 4202.0, 4202.0, 4213.0, 4222.0, 4216.0, 4245.0, 4214.0, 4224.0, 4212.0, 4210.0, 4211.0, 4212.0, 4212.0, 4213.0, 4213.0, 4203.0, 4212.0, 4203.0, 4202.0, 4215.0, 4227.0, 4216.0, 4226.0, 4213.0, 4202.0, 4203.0, 4211.0, 4203.0, 4213.0, 4204.0, 4212.0, 4204.0, 4203.0, 4214.0, 4223.0, 4216.0, 4237.0, 4227.0, 4225.0, 4213.0, 4200.0, 4201.0, 4208.0, 4211.0, 4200.0, 4213.0, 4212.0, 4213.0, 4214.0, 4213.0, 4214.0, 4224.0, 4226.0, 4214.0, 4213.0, 4211.0, 4211.0, 4211.0, 4212.0, 4221.0, 4202.0, 4211.0, 4201.0, 4212.0, 4214.0, 4214.0, 4214.0, 4201.0, 4210.0, 4199.0, 4209.0, 4212.0, 4212.0, 4214.0, 4211.0, 4213.0, 4211.0, 4202.0, 4212.0, 4214.0, 4215.0, 4225.0, 4213.0, 4211.0, 4200.0, 4208.0, 4212.0, 4210.0, 4214.0, 4232.0, 4226.0, 4223.0, 4214.0, 4225.0, 4228.0, 4215.0, 4225.0, 4211.0, 4213.0, 4201.0, 4213.0, 4214.0, 4214.0, 4215.0, 4214.0, 4217.0, 4256.0, 4227.0, 4223.0, 4212.0, 4210.0, 4202.0, 4211.0, 4212.0, 4212.0, 4211.0, 4203.0, 4213.0, 4214.0, 4212.0, 4213.0, 4200.0, 4203.0, 4221.0, 4213.0, 4211.0, 4215.0, 4212.0, 4214.0, 4227.0, 4228.0, 4215.0, 4215.0, 4211.0, 4202.0, 4211.0, 4202.0, 4211.0, 4202.0, 4202.0, 4203.0, 4215.0, 4225.0, 4212.0, 4212.0, 4200.0, 4201.0, 4201.0, 4213.0, 4213.0, 4214.0, 4214.0, 4215.0, 4248.0, 4228.0, 4216.0, 4225.0, 4202.0, 4214.0, 4224.0, 4215.0, 4224.0, 4215.0, 4224.0, 4214.0, 4213.0, 4214.0, 4202.0, 4212.0, 4202.0, 4204.0, 4225.0, 4201.0, 4217.0, 4212.0, 4202.0, 4211.0, 4192.0, 4211.0, 4200.0, 4214.0, 4215.0, 4214.0, 4203.0, 4200.0, 4200.0, 4202.0, 4201.0, 4202.0, 4190.0, 4202.0, 4214.0, 4215.0, 4225.0, 4203.0, 4201.0, 4204.0, 4201.0, 4193.0, 4200.0, 4203.0, 4191.0, 4203.0, 4245.0, 4204.0, 4210.0, 4191.0, 4201.0, 4191.0, 4201.0, 4200.0, 4202.0, 4203.0, 4218.0, 4227.0, 4215.0, 4213.0, 4204.0, 4203.0, 4204.0, 4203.0, 4203.0, 4203.0, 4215.0, 4236.0, 4215.0, 4222.0, 4206.0, 4213.0, 4204.0, 4203.0, 4202.0, 4215.0, 4227.0, 4214.0, 4212.0, 4203.0, 4204.0, 4205.0, 4213.0, 4215.0, 4204.0, 4229.0, 4228.0, 4228.0, 4205.0, 4217.0, 4203.0, 4216.0, 4214.0, 4215.0, 4235.0, 4215.0, 4238.0, 4217.0, 4215.0, 4203.0, 4212.0, 4202.0, 4211.0, 4201.0, 4202.0, 4201.0, 4203.0, 4202.0, 4202.0, 4215.0, 4214.0, 4233.0, 4213.0, 4221.0, 4213.0, 4211.0, 4213.0, 4212.0, 4214.0, 4214.0, 4205.0, 4205.0, 4213.0, 4217.0, 4215.0, 4216.0, 4234.0, 4213.0, 4211.0, 4191.0, 4200.0, 4202.0, 4212.0, 4202.0, 4202.0, 4199.0, 4203.0, 4210.0, 4203.0, 4214.0, 4204.0, 4211.0, 4201.0, 4199.0, 4200.0, 4199.0, 4188.0, 4190.0, 4199.0, 4201.0, 4220.0, 4203.0, 4211.0, 4202.0, 4201.0, 4216.0, 4214.0, 4214.0, 4203.0, 4211.0, 4203.0, 4214.0, 4206.0, 4202.0, 4205.0, 4205.0, 4205.0, 4222.0, 4204.0, 4220.0, 4203.0, 4222.0, 4205.0, 4211.0, 4204.0, 4213.0, 4216.0, 4216.0, 4226.0, 4203.0, 4213.0, 4201.0, 4201.0, 4201.0, 4199.0, 4202.0, 4190.0, 4205.0, 4222.0, 4203.0, 4212.0, 4205.0, 4215.0, 4213.0, 4201.0, 4199.0, 4199.0, 4190.0, 4201.0, 4201.0, 4215.0, 4202.0, 4215.0, 4223.0, 4204.0, 4227.0, 4217.0, 4202.0, 4203.0, 4202.0, 4191.0, 4192.0, 4192.0, 4204.0, 4203.0, 4202.0, 4226.0, 4216.0, 4213.0, 4204.0, 4211.0, 4204.0, 4215.0, 4214.0, 4204.0, 4214.0, 4218.0, 4217.0, 4217.0, 4215.0, 4205.0], 'WindowWidth': [9464.0, 9418.0, 9397.0, 9376.0, 9366.0, 9344.0, 9361.0, 9355.0, 9350.0, 9325.0, 9336.0, 9318.0, 9318.0, 9315.0, 9337.0, 9319.0, 9326.0, 9318.0, 9343.0, 9351.0, 9328.0, 9322.0, 9334.0, 9321.0, 9334.0, 9333.0, 9334.0, 9319.0, 9361.0, 9346.0, 9336.0, 9321.0, 9329.0, 9317.0, 9332.0, 9321.0, 9332.0, 9340.0, 9357.0, 9344.0, 9337.0, 9336.0, 9334.0, 9326.0, 9347.0, 9326.0, 9349.0, 9324.0, 9358.0, 9346.0, 9335.0, 9320.0, 9329.0, 9308.0, 9345.0, 9320.0, 9348.0, 9324.0, 9365.0, 9325.0, 9360.0, 9321.0, 9357.0, 9324.0, 9357.0, 9321.0, 9358.0, 9324.0, 9344.0, 9324.0, 9351.0, 9318.0, 9355.0, 9314.0, 9324.0, 9319.0, 9340.0, 9321.0, 9355.0, 9322.0, 9380.0, 9324.0, 9345.0, 9325.0, 9358.0, 9323.0, 9344.0, 9322.0, 9328.0, 9319.0, 9353.0, 9327.0, 9349.0, 9311.0, 9333.0, 9325.0, 9320.0, 9341.0, 9324.0, 9344.0, 9359.0, 9368.0, 9385.0, 9353.0, 9326.0, 9341.0, 9338.0, 9338.0, 9324.0, 9341.0, 9336.0, 9342.0, 9346.0, 9340.0, 9337.0, 9338.0, 9339.0, 9333.0, 9333.0, 9331.0, 9323.0, 9349.0, 9322.0, 9354.0, 9350.0, 9356.0, 9327.0, 9345.0, 9308.0, 9341.0, 9318.0, 9343.0, 9320.0, 9371.0, 9344.0, 9366.0, 9328.0, 9326.0, 9340.0, 9339.0, 9345.0, 9338.0, 9341.0, 9342.0, 9363.0, 9352.0, 9339.0, 9336.0, 9330.0, 9319.0, 9327.0, 9305.0, 9326.0, 9305.0, 9329.0, 9326.0, 9333.0, 9318.0, 9339.0, 9305.0, 9339.0, 9306.0, 9352.0, 9318.0, 9341.0, 9327.0, 9354.0, 9326.0, 9319.0, 9324.0, 9334.0, 9325.0, 9324.0, 9325.0, 9322.0, 9340.0, 9335.0, 9347.0, 9349.0, 9353.0, 9340.0, 9348.0, 9323.0, 9346.0, 9327.0, 9344.0, 9323.0, 9357.0, 9324.0, 9359.0, 9325.0, 9396.0, 9360.0, 9361.0, 9340.0, 9329.0, 9337.0, 9322.0, 9343.0, 9366.0, 9338.0, 9348.0, 9335.0, 9336.0, 9347.0, 9405.0, 9338.0, 9318.0, 9347.0, 9341.0, 9355.0, 9344.0, 9354.0, 9324.0, 9349.0, 9327.0, 9376.0, 9333.0, 9362.0, 9323.0, 9316.0, 9320.0, 9301.0, 9319.0, 9338.0, 9344.0, 9339.0, 9334.0, 9323.0, 9330.0, 9325.0, 9365.0, 9327.0, 9343.0, 9305.0, 9340.0, 9319.0, 9346.0, 9326.0, 9390.0, 9352.0, 9353.0, 9328.0, 9308.0, 9320.0, 9318.0, 9336.0, 9323.0, 9337.0, 9339.0, 9350.0, 9321.0, 9334.0, 9333.0, 9331.0, 9333.0, 9350.0, 9347.0, 9354.0, 9307.0, 9325.0, 9326.0, 9377.0, 9324.0, 9306.0, 9328.0, 9314.0, 9355.0, 9372.0, 9382.0, 9374.0, 9377.0, 9367.0, 9385.0, 9350.0, 9388.0, 9354.0, 9369.0, 9345.0, 9323.0, 9328.0, 9323.0, 9326.0, 9335.0, 9340.0, 9363.0, 9352.0, 9339.0, 9350.0, 9324.0, 9349.0, 9321.0, 9332.0, 9322.0, 9331.0, 9320.0, 9351.0, 9344.0, 9361.0, 9350.0, 9369.0, 9327.0, 9333.0, 9322.0, 9323.0, 9329.0, 9320.0, 9340.0, 9322.0, 9343.0, 9328.0, 9343.0, 9328.0, 9353.0, 9325.0, 9349.0, 9322.0, 9349.0, 9336.0, 9348.0, 9328.0, 9384.0, 9354.0, 9351.0, 9325.0, 9357.0, 9326.0, 9346.0, 9344.0, 9349.0, 9343.0, 9377.0, 9386.0, 9398.0, 9354.0, 9357.0, 9333.0, 9328.0, 9345.0, 9342.0, 9349.0, 9341.0, 9349.0, 9343.0, 9353.0, 9361.0, 9394.0, 9380.0, 9390.0, 9388.0, 9374.0, 9376.0, 9369.0, 9364.0, 9356.0, 9363.0, 9351.0, 9379.0, 9354.0, 9388.0, 9349.0, 9391.0, 9390.0, 9375.0, 9379.0, 9345.0, 9334.0, 9337.0, 9327.0, 9318.0, 9338.0, 9302.0, 9339.0, 9316.0, 9339.0, 9321.0, 9356.0, 9341.0, 9330.0, 9297.0, 9302.0, 9292.0, 9305.0, 9299.0, 9310.0, 9295.0, 9314.0, 9297.0, 9316.0, 9296.0, 9322.0, 9324.0, 9312.0, 9333.0, 9298.0, 9332.0, 9345.0, 9339.0, 9337.0, 9361.0, 9334.0, 9353.0, 9325.0, 9329.0, 9325.0, 9339.0, 9310.0, 9325.0, 9312.0, 9316.0, 9315.0, 9336.0, 9318.0, 9326.0, 9317.0, 9317.0, 9293.0, 9294.0, 9297.0, 9270.0, 9309.0, 9250.0, 9274.0, 9230.0, 9282.0, 9221.0, 9269.0, 9271.0, 9287.0, 9268.0, 9292.0, 9261.0, 9262.0, 9275.0, 9276.0, 9275.0, 9262.0, 9277.0, 9266.0, 9266.0, 9286.0, 9284.0, 9291.0, 9292.0, 9295.0, 9307.0, 9307.0, 9306.0, 9298.0, 9327.0, 9344.0, 9350.0, 9327.0, 9355.0, 9321.0, 9325.0, 9320.0, 9329.0, 9326.0, 9372.0, 9326.0, 9363.0, 9330.0, 9367.0, 9355.0, 9378.0, 9363.0, 9352.0, 9325.0, 9361.0, 9341.0, 9364.0, 9345.0, 9354.0, 9342.0, 9365.0, 9366.0, 9350.0, 9340.0, 9336.0, 9320.0, 9337.0, 9323.0, 9341.0, 9323.0, 9328.0, 9346.0, 9367.0, 9359.0, 9331.0, 9325.0, 9329.0, 9324.0, 9334.0, 9341.0, 9351.0, 9371.0, 9352.0, 9395.0, 9354.0, 9354.0, 9328.0, 9352.0, 9327.0, 9349.0, 9336.0, 9353.0, 9323.0, 9346.0, 9334.0, 9343.0, 9323.0, 9344.0, 9333.0, 9326.0, 9320.0, 9340.0, 9307.0, 9340.0, 9363.0, 9353.0, 9368.0, 9323.0, 9340.0, 9321.0, 9314.0, 9338.0, 9347.0, 9327.0, 9384.0, 9347.0, 9352.0, 9325.0, 9331.0, 9302.0, 9330.0, 9313.0, 9320.0, 9318.0, 9325.0, 9318.0, 9309.0, 9319.0, 9324.0, 9357.0, 9327.0, 9332.0, 9324.0, 9357.0, 9349.0, 9333.0, 9329.0, 9350.0, 9357.0, 9361.0, 9347.0, 9357.0, 9352.0, 9389.0, 9372.0, 9360.0, 9346.0, 9354.0, 9369.0, 9362.0, 9343.0, 9354.0, 9363.0, 9371.0, 9367.0, 9342.0, 9357.0, 9343.0, 9360.0, 9345.0, 9343.0, 9344.0, 9368.0, 9371.0, 9365.0, 9330.0, 9322.0, 9325.0, 9321.0, 9323.0, 9343.0, 9318.0, 9344.0, 9325.0, 9352.0, 9324.0, 9327.0, 9303.0, 9326.0, 9307.0, 9312.0, 9315.0, 9333.0, 9326.0, 9346.0, 9343.0, 9325.0, 9320.0, 9319.0, 9319.0, 9324.0, 9302.0, 9319.0, 9316.0, 9319.0, 9377.0, 9345.0, 9378.0, 9306.0, 9324.0, 9297.0, 9321.0, 9302.0, 9323.0, 9314.0, 9313.0, 9319.0, 9356.0, 9326.0, 9318.0, 9316.0, 9299.0, 9332.0, 9336.0, 9336.0, 9319.0, 9334.0, 9338.0, 9353.0, 9347.0, 9344.0, 9334.0, 9334.0, 9330.0, 9314.0, 9320.0, 9317.0, 9322.0, 9326.0, 9341.0, 9327.0, 9318.0, 9300.0, 9312.0, 9310.0, 9316.0, 9296.0, 9316.0, 9314.0, 9324.0, 9352.0, 9339.0, 9327.0, 9318.0, 9317.0, 9323.0, 9314.0, 9324.0, 9358.0, 9325.0, 9348.0, 9342.0, 9359.0, 9341.0, 9343.0, 9315.0, 9337.0, 9312.0, 9326.0, 9314.0, 9329.0, 9299.0, 9328.0, 9311.0, 9324.0, 9344.0, 9325.0, 9314.0, 9296.0, 9293.0, 9311.0, 9294.0, 9316.0, 9311.0, 9331.0, 9358.0, 9346.0, 9356.0, 9322.0, 9323.0, 9301.0, 9325.0, 9322.0, 9331.0, 9319.0, 9321.0, 9326.0, 9346.0, 9363.0, 9336.0, 9321.0, 9317.0, 9315.0, 9323.0, 9317.0, 9323.0, 9300.0, 9330.0, 9318.0, 9346.0, 9382.0, 9322.0, 9341.0, 9315.0, 9321.0, 9301.0, 9327.0, 9337.0, 9347.0, 9337.0, 9345.0, 9315.0, 9330.0, 9311.0, 9316.0, 9299.0, 9340.0, 9334.0, 9301.0, 9307.0, 9292.0, 9289.0, 9294.0, 9303.0, 9317.0, 9350.0, 9314.0, 9323.0, 9302.0, 9324.0, 9294.0, 9313.0, 9317.0, 9327.0, 9343.0, 9321.0, 9307.0, 9295.0, 9305.0, 9301.0, 9323.0, 9319.0, 9343.0, 9335.0, 9333.0, 9323.0, 9333.0, 9343.0, 9346.0, 9364.0, 9325.0, 9331.0, 9318.0, 9318.0, 9322.0, 9317.0, 9326.0, 9305.0, 9337.0, 9329.0, 9334.0, 9400.0, 9345.0, 9379.0, 9321.0, 9328.0, 9317.0, 9310.0, 9332.0, 9340.0, 9317.0, 9340.0, 9312.0, 9325.0, 9302.0, 9351.0, 9341.0, 9332.0, 9299.0, 9310.0, 9299.0, 9327.0, 9321.0, 9350.0, 9320.0, 9335.0, 9361.0, 9347.0, 9340.0, 9335.0, 9328.0, 9338.0, 9317.0, 9337.0, 9317.0, 9324.0, 9323.0, 9363.0, 9346.0, 9337.0, 9316.0, 9322.0, 9317.0, 9325.0, 9335.0, 9336.0, 9321.0, 9357.0, 9354.0, 9343.0, 9321.0, 9330.0, 9320.0, 9334.0, 9322.0, 9333.0, 9300.0, 9333.0, 9342.0, 9336.0, 9320.0, 9328.0, 9318.0, 9311.0, 9316.0, 9331.0, 9319.0, 9328.0, 9342.0, 9341.0, 9342.0, 9334.0, 9327.0, 9332.0, 9336.0, 9346.0, 9322.0, 9346.0, 9319.0, 9356.0, 9347.0, 9354.0, 9339.0, 9328.0, 9317.0, 9316.0, 9333.0, 9333.0, 9321.0, 9336.0, 9322.0, 9328.0, 9364.0, 9347.0, 9356.0, 9334.0, 9323.0, 9330.0, 9319.0, 9333.0, 9323.0, 9334.0, 9320.0, 9339.0, 9359.0, 9342.0, 9336.0, 9319.0, 9300.0, 9322.0, 9314.0, 9320.0, 9332.0, 9327.0, 9342.0, 9362.0, 9362.0, 9338.0, 9335.0, 9324.0, 9335.0, 9340.0, 9326.0, 9340.0, 9340.0, 9343.0, 9323.0, 9322.0, 9315.0, 9326.0, 9316.0, 9326.0, 9330.0, 9323.0, 9346.0, 9364.0, 9361.0, 9338.0, 9341.0, 9337.0, 9334.0, 9315.0, 9327.0, 9314.0, 9306.0, 9309.0, 9335.0, 9334.0, 9331.0, 9340.0, 9337.0, 9334.0, 9320.0, 9313.0, 9315.0, 9279.0, 9281.0, 9300.0, 9270.0, 9304.0, 9247.0, 9270.0, 9239.0, 9265.0, 9237.0, 9276.0, 9244.0, 9235.0, 9218.0, 9227.0, 9212.0, 9228.0, 9216.0, 9240.0, 9250.0, 9256.0, 9268.0, 9261.0, 9273.0, 9261.0, 9266.0, 9269.0, 9283.0, 9268.0, 9295.0, 9317.0, 9303.0, 9309.0, 9289.0, 9282.0, 9284.0, 9283.0, 9292.0, 9290.0, 9314.0, 9306.0, 9313.0, 9322.0, 9316.0, 9327.0, 9318.0, 9352.0, 9344.0, 9338.0, 9341.0, 9313.0, 9314.0, 9314.0, 9316.0, 9319.0, 9316.0, 9324.0, 9317.0, 9323.0, 9319.0, 9336.0, 9349.0, 9348.0, 9384.0, 9341.0, 9353.0, 9333.0, 9327.0, 9333.0, 9334.0, 9335.0, 9337.0, 9335.0, 9325.0, 9334.0, 9326.0, 9321.0, 9346.0, 9365.0, 9348.0, 9360.0, 9339.0, 9321.0, 9323.0, 9333.0, 9327.0, 9337.0, 9327.0, 9335.0, 9327.0, 9323.0, 9341.0, 9351.0, 9347.0, 9378.0, 9365.0, 9360.0, 9338.0, 9314.0, 9317.0, 9324.0, 9333.0, 9317.0, 9338.0, 9335.0, 9338.0, 9340.0, 9338.0, 9343.0, 9354.0, 9363.0, 9344.0, 9337.0, 9330.0, 9332.0, 9330.0, 9334.0, 9344.0, 9321.0, 9331.0, 9318.0, 9333.0, 9341.0, 9342.0, 9340.0, 9319.0, 9327.0, 9313.0, 9326.0, 9334.0, 9333.0, 9341.0, 9332.0, 9337.0, 9333.0, 9321.0, 9333.0, 9341.0, 9344.0, 9357.0, 9339.0, 9332.0, 9316.0, 9324.0, 9334.0, 9330.0, 9343.0, 9363.0, 9359.0, 9352.0, 9341.0, 9360.0, 9368.0, 9347.0, 9357.0, 9334.0, 9336.0, 9321.0, 9337.0, 9344.0, 9341.0, 9346.0, 9340.0, 9348.0, 9404.0, 9363.0, 9352.0, 9335.0, 9329.0, 9320.0, 9331.0, 9332.0, 9333.0, 9332.0, 9324.0, 9340.0, 9343.0, 9335.0, 9338.0, 9315.0, 9323.0, 9343.0, 9337.0, 9332.0, 9342.0, 9335.0, 9339.0, 9364.0, 9367.0, 9344.0, 9343.0, 9331.0, 9321.0, 9331.0, 9322.0, 9332.0, 9321.0, 9321.0, 9323.0, 9345.0, 9358.0, 9336.0, 9332.0, 9315.0, 9314.0, 9319.0, 9336.0, 9339.0, 9338.0, 9341.0, 9343.0, 9393.0, 9367.0, 9348.0, 9358.0, 9322.0, 9340.0, 9352.0, 9344.0, 9354.0, 9344.0, 9352.0, 9339.0, 9334.0, 9339.0, 9321.0, 9335.0, 9321.0, 9330.0, 9356.0, 9316.0, 9349.0, 9334.0, 9320.0, 9331.0, 9306.0, 9332.0, 9315.0, 9341.0, 9346.0, 9343.0, 9323.0, 9316.0, 9314.0, 9322.0, 9317.0, 9321.0, 9302.0, 9322.0, 9339.0, 9345.0, 9358.0, 9325.0, 9317.0, 9328.0, 9317.0, 9310.0, 9315.0, 9323.0, 9303.0, 9326.0, 9384.0, 9327.0, 9330.0, 9305.0, 9317.0, 9304.0, 9319.0, 9313.0, 9322.0, 9324.0, 9353.0, 9365.0, 9343.0, 9339.0, 9328.0, 9324.0, 9330.0, 9324.0, 9327.0, 9326.0, 9345.0, 9371.0, 9343.0, 9349.0, 9331.0, 9338.0, 9326.0, 9325.0, 9320.0, 9344.0, 9362.0, 9340.0, 9335.0, 9326.0, 9327.0, 9332.0, 9339.0, 9346.0, 9329.0, 9371.0, 9369.0, 9367.0, 9330.0, 9348.0, 9327.0, 9349.0, 9341.0, 9346.0, 9370.0, 9344.0, 9381.0, 9353.0, 9344.0, 9326.0, 9334.0, 9321.0, 9332.0, 9317.0, 9321.0, 9317.0, 9326.0, 9319.0, 9323.0, 9347.0, 9341.0, 9367.0, 9338.0, 9343.0, 9336.0, 9332.0, 9338.0, 9336.0, 9341.0, 9342.0, 9328.0, 9331.0, 9339.0, 9350.0, 9347.0, 9346.0, 9368.0, 9338.0, 9330.0, 9303.0, 9314.0, 9319.0, 9335.0, 9318.0, 9322.0, 9311.0, 9321.0, 9328.0, 9324.0, 9343.0, 9328.0, 9332.0, 9316.0, 9312.0, 9312.0, 9311.0, 9294.0, 9300.0, 9310.0, 9317.0, 9340.0, 9322.0, 9331.0, 9320.0, 9319.0, 9348.0, 9341.0, 9342.0, 9324.0, 9334.0, 9326.0, 9339.0, 9332.0, 9322.0, 9330.0, 9328.0, 9330.0, 9350.0, 9328.0, 9343.0, 9325.0, 9346.0, 9328.0, 9333.0, 9327.0, 9338.0, 9349.0, 9350.0, 9360.0, 9326.0, 9337.0, 9318.0, 9316.0, 9319.0, 9312.0, 9321.0, 9302.0, 9331.0, 9349.0, 9323.0, 9334.0, 9331.0, 9345.0, 9339.0, 9318.0, 9312.0, 9312.0, 9299.0, 9319.0, 9317.0, 9344.0, 9323.0, 9343.0, 9351.0, 9326.0, 9364.0, 9350.0, 9323.0, 9324.0, 9321.0, 9304.0, 9310.0, 9306.0, 9328.0, 9323.0, 9322.0, 9362.0, 9347.0, 9337.0, 9326.0, 9332.0, 9329.0, 9344.0, 9343.0, 9329.0, 9339.0, 9355.0, 9352.0, 9350.0, 9345.0, 9328.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.0009174799708667153</td></tr>
<tr><td colspan=3>aqi</td><td>0.019924449308084485</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.22604228306121</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2523424867492716</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0030736663775508</td></tr>
<tr><td colspan=3>efc</td><td>0.4641</td></tr>
<tr><td colspan=3>fber</td><td>5215.5259</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08995256373799261</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.8404952658412235</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.624853519341755</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6139437558605425</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8129316602072105</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44768514195751</td></tr>
<tr><td colspan=3>gcor</td><td>0.0154731</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013733104802668095</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020298222079873085</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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.7826853627465677</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>39.562</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7654</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.9809</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304712.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>796.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.6214</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1465</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.7616</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3427.4987</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71832.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.5716</td></tr>
<tr><td colspan=3>tsnr</td><td>41.16486513608834</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>