<?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-0131_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-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_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-0131/figures/sub-0131_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_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-0131/ses-01/func/sub-0131_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>61aa2ff0971bbf5452515c1f3dfcbf66</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>18:53:29.195000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.986675, 0.146096, -0.0716103, -0.131826, 0.975804, 0.174439]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101494</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>37</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -8196, -7415, 350, -236, -1164, 618, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.14</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f0fe115-206b-402b-9b39-74b595e8bd7e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6471774578094482, -0.3536791503429413, -0.2574785351753235, 132.00511169433594], [-0.3919645845890045, 2.6180102825164795, 0.4392206370830536, -93.62467193603516], [-0.19212527573108673, -0.4680064618587494, 2.6515636444091797, -28.957597732543945], [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': ['185329.195000', '185329.655000', '185330.115000', '185330.575000', '185331.035000', '185331.495000', '185331.955000', '185332.415000', '185332.875000', '185333.335000', '185333.795000', '185334.255000', '185334.715000', '185335.175000', '185335.635000', '185336.095000', '185336.555000', '185337.015000', '185337.475000', '185337.935000', '185338.395000', '185338.855000', '185339.315000', '185339.775000', '185340.235000', '185340.695000', '185341.155000', '185341.615000', '185342.075000', '185342.535000', '185342.995000', '185343.455000', '185343.915000', '185344.375000', '185344.835000', '185345.295000', '185345.755000', '185346.215000', '185346.675000', '185347.135000', '185347.595000', '185348.055000', '185348.515000', '185348.975000', '185349.435000', '185349.895000', '185350.355000', '185350.815000', '185351.275000', '185351.735000', '185352.195000', '185352.655000', '185353.115000', '185353.575000', '185354.035000', '185354.495000', '185354.955000', '185355.415000', '185355.875000', '185356.335000', '185356.795000', '185357.255000', '185357.715000', '185358.175000', '185358.635000', '185359.095000', '185359.555000', '185400.015000', '185400.475000', '185400.935000', '185401.395000', '185401.855000', '185402.315000', '185402.775000', '185403.235000', '185403.695000', '185404.155000', '185404.615000', '185405.075000', '185405.535000', '185405.995000', '185406.455000', '185406.915000', '185407.375000', '185407.835000', '185408.295000', '185408.755000', '185409.215000', '185409.675000', '185410.135000', '185410.595000', '185411.055000', '185411.515000', '185411.975000', '185412.435000', '185412.895000', '185413.355000', '185413.815000', '185414.275000', '185414.735000', '185415.195000', '185415.655000', '185416.115000', '185416.575000', '185417.035000', '185417.495000', '185417.955000', '185418.415000', '185418.875000', '185419.335000', '185419.795000', '185420.255000', '185420.715000', '185421.175000', '185421.635000', '185422.095000', '185422.555000', '185423.015000', '185423.475000', '185423.935000', '185424.395000', '185424.855000', '185425.315000', '185425.775000', '185426.235000', '185426.695000', '185427.155000', '185427.615000', '185428.075000', '185428.535000', '185428.995000', '185429.455000', '185429.915000', '185430.375000', '185430.835000', '185431.295000', '185431.755000', '185432.215000', '185432.675000', '185433.135000', '185433.595000', '185434.055000', '185434.515000', '185434.975000', '185435.435000', '185435.895000', '185436.355000', '185436.815000', '185437.275000', '185437.735000', '185438.195000', '185438.655000', '185439.115000', '185439.575000', '185440.035000', '185440.495000', '185440.955000', '185441.415000', '185441.875000', '185442.335000', '185442.795000', '185443.255000', '185443.715000', '185444.175000', '185444.635000', '185445.095000', '185445.555000', '185446.015000', '185446.475000', '185446.935000', '185447.395000', '185447.855000', '185448.315000', '185448.775000', '185449.235000', '185449.695000', '185450.155000', '185450.615000', '185451.075000', '185451.535000', '185451.995000', '185452.455000', '185452.915000', '185453.375000', '185453.835000', '185454.295000', '185454.755000', '185455.215000', '185455.675000', '185456.135000', '185456.595000', '185457.055000', '185457.515000', '185457.975000', '185458.435000', '185458.895000', '185459.355000', '185459.815000', '185500.275000', '185500.735000', '185501.195000', '185501.655000', '185502.115000', '185502.575000', '185503.035000', '185503.495000', '185503.955000', '185504.415000', '185504.875000', '185505.335000', '185505.795000', '185506.255000', '185506.715000', '185507.175000', '185507.635000', '185508.095000', '185508.555000', '185509.015000', '185509.475000', '185509.935000', '185510.395000', '185510.855000', '185511.315000', '185511.775000', '185512.235000', '185512.695000', '185513.155000', '185513.615000', '185514.075000', '185514.535000', '185514.995000', '185515.455000', '185515.915000', '185516.375000', '185516.835000', '185517.295000', '185517.755000', '185518.215000', '185518.675000', '185519.135000', '185519.595000', '185520.055000', '185520.515000', '185520.975000', '185521.435000', '185521.895000', '185522.355000', '185522.815000', '185523.275000', '185523.735000', '185524.195000', '185524.655000', '185525.115000', '185525.575000', '185526.035000', '185526.495000', '185526.955000', '185527.415000', '185527.875000', '185528.335000', '185528.795000', '185529.255000', '185529.715000', '185530.175000', '185530.635000', '185531.095000', '185531.555000', '185532.015000', '185532.475000', '185532.935000', '185533.395000', '185533.855000', '185534.315000', '185534.775000', '185535.235000', '185535.695000', '185536.155000', '185536.615000', '185537.075000', '185537.535000', '185537.995000', '185538.455000', '185538.915000', '185539.375000', '185539.835000', '185540.295000', '185540.755000', '185541.215000', '185541.675000', '185542.135000', '185542.595000', '185543.055000', '185543.515000', '185543.975000', '185544.435000', '185544.895000', '185545.355000', '185545.815000', '185546.275000', '185546.735000', '185547.195000', '185547.655000', '185548.115000', '185548.575000', '185549.035000', '185549.495000', '185549.955000', '185550.415000', '185550.875000', '185551.335000', '185551.795000', '185552.255000', '185552.715000', '185553.175000', '185553.635000', '185554.095000', '185554.555000', '185555.015000', '185555.475000', '185555.935000', '185556.395000', '185556.855000', '185557.315000', '185557.775000', '185558.235000', '185558.695000', '185559.155000', '185559.615000', '185600.075000', '185600.535000', '185600.995000', '185601.455000', '185601.915000', '185602.375000', '185602.835000', '185603.295000', '185603.755000', '185604.215000', '185604.675000', '185605.135000', '185605.595000', '185606.055000', '185606.515000', '185606.975000', '185607.435000', '185607.895000', '185608.355000', '185608.815000', '185609.275000', '185609.735000', '185610.195000', '185610.655000', '185611.115000', '185611.575000', '185612.035000', '185612.495000', '185612.955000', '185613.415000', '185613.875000', '185614.335000', '185614.795000', '185615.255000', '185615.715000', '185616.175000', '185616.635000', '185617.095000', '185617.555000', '185618.015000', '185618.475000', '185618.935000', '185619.395000', '185619.855000', '185620.315000', '185620.775000', '185621.235000', '185621.695000', '185622.155000', '185622.615000', '185623.075000', '185623.535000', '185623.995000', '185624.455000', '185624.915000', '185625.375000', '185625.835000', '185626.295000', '185626.755000', '185627.215000', '185627.675000', '185628.135000', '185628.595000', '185629.055000', '185629.515000', '185629.975000', '185630.435000', '185630.895000', '185631.355000', '185631.815000', '185632.275000', '185632.735000', '185633.195000', '185633.655000', '185634.115000', '185634.575000', '185635.035000', '185635.495000', '185635.955000', '185636.415000', '185636.875000', '185637.335000', '185637.795000', '185638.255000', '185638.715000', '185639.175000', '185639.635000', '185640.095000', '185640.555000', '185641.015000', '185641.475000', '185641.935000', '185642.395000', '185642.855000', '185643.315000', '185643.775000', '185644.235000', '185644.695000', '185645.155000', '185645.615000', '185646.075000', '185646.535000', '185646.995000', '185647.455000', '185647.915000', '185648.375000', '185648.835000', '185649.295000', '185649.755000', '185650.215000', '185650.675000', '185651.135000', '185651.595000', '185652.055000', '185652.515000', '185652.975000', '185653.435000', '185653.895000', '185654.355000', '185654.815000', '185655.275000', '185655.735000', '185656.195000', '185656.655000', '185657.115000', '185657.575000', '185658.035000', '185658.495000', '185658.955000', '185659.415000', '185659.875000', '185700.335000', '185700.795000', '185701.255000', '185701.715000', '185702.175000', '185702.635000', '185703.095000', '185703.555000', '185704.015000', '185704.475000', '185704.935000', '185705.395000', '185705.855000', '185706.315000', '185706.775000', '185707.235000', '185707.695000', '185708.155000', '185708.615000', '185709.075000', '185709.535000', '185709.995000', '185710.455000', '185710.915000', '185711.375000', '185711.835000', '185712.295000', '185712.755000', '185713.215000', '185713.675000', '185714.135000', '185714.595000', '185715.055000', '185715.515000', '185715.975000', '185716.435000', '185716.895000', '185717.355000', '185717.815000', '185718.275000', '185718.735000', '185719.195000', '185719.655000', '185720.115000', '185720.575000', '185721.035000', '185721.495000', '185721.955000', '185722.415000', '185722.875000', '185723.335000', '185723.795000', '185724.255000', '185724.715000', '185725.175000', '185725.635000', '185726.095000', '185726.555000', '185727.015000', '185727.475000', '185727.935000', '185728.395000', '185728.855000', '185729.315000', '185729.775000', '185730.235000', '185730.695000', '185731.155000', '185731.615000', '185732.075000', '185732.535000', '185732.995000', '185733.455000', '185733.915000', '185734.375000', '185734.835000', '185735.295000', '185735.755000', '185736.215000', '185736.675000', '185737.135000', '185737.595000', '185738.055000', '185738.515000', '185738.975000', '185739.435000', '185739.895000', '185740.355000', '185740.815000', '185741.275000', '185741.735000', '185742.195000', '185742.655000', '185743.115000', '185743.575000', '185744.035000', '185744.495000', '185744.955000', '185745.415000', '185745.875000', '185746.335000', '185746.795000', '185747.255000', '185747.715000', '185748.175000', '185748.635000', '185749.095000', '185749.555000', '185750.015000', '185750.475000', '185750.935000', '185751.395000', '185751.855000', '185752.315000', '185752.775000', '185753.235000', '185753.695000', '185754.155000', '185754.615000', '185755.075000', '185755.535000', '185755.995000', '185756.455000', '185756.915000', '185757.375000', '185757.835000', '185758.295000', '185758.755000', '185759.215000', '185759.675000', '185800.135000', '185800.595000', '185801.055000', '185801.515000', '185801.975000', '185802.435000', '185802.895000', '185803.355000', '185803.815000', '185804.275000', '185804.735000', '185805.195000', '185805.655000', '185806.115000', '185806.575000', '185807.035000', '185807.495000', '185807.955000', '185808.415000', '185808.875000', '185809.335000', '185809.795000', '185810.255000', '185810.715000', '185811.175000', '185811.635000', '185812.095000', '185812.555000', '185813.015000', '185813.475000', '185813.935000', '185814.395000', '185814.855000', '185815.315000', '185815.775000', '185816.235000', '185816.695000', '185817.155000', '185817.615000', '185818.075000', '185818.535000', '185818.995000', '185819.455000', '185819.915000', '185820.375000', '185820.835000', '185821.295000', '185821.755000', '185822.215000', '185822.675000', '185823.135000', '185823.595000', '185824.055000', '185824.515000', '185824.975000', '185825.435000', '185825.895000', '185826.355000', '185826.815000', '185827.275000', '185827.735000', '185828.195000', '185828.655000', '185829.115000', '185829.575000', '185830.035000', '185830.495000', '185830.955000', '185831.415000', '185831.875000', '185832.335000', '185832.795000', '185833.255000', '185833.715000', '185834.175000', '185834.635000', '185835.095000', '185835.555000', '185836.015000', '185836.475000', '185836.935000', '185837.395000', '185837.855000', '185838.315000', '185838.775000', '185839.235000', '185839.695000', '185840.155000', '185840.615000', '185841.075000', '185841.535000', '185841.995000', '185842.455000', '185842.915000', '185843.375000', '185843.835000', '185844.295000', '185844.755000', '185845.215000', '185845.675000', '185846.135000', '185846.595000', '185847.055000', '185847.515000', '185847.975000', '185848.435000', '185848.895000', '185849.355000', '185849.815000', '185850.275000', '185850.735000', '185851.195000', '185851.655000', '185852.115000', '185852.575000', '185853.035000', '185853.495000', '185853.955000', '185854.415000', '185854.875000', '185855.335000', '185855.795000', '185856.255000', '185856.715000', '185857.175000', '185857.635000', '185858.095000', '185858.555000', '185859.015000', '185859.475000', '185859.935000', '185900.395000', '185900.855000', '185901.315000', '185901.775000', '185902.235000', '185902.695000', '185903.155000', '185903.615000', '185904.075000', '185904.535000', '185904.995000', '185905.455000', '185905.915000', '185906.375000', '185906.835000', '185907.295000', '185907.755000', '185908.215000', '185908.675000', '185909.135000', '185909.595000', '185910.055000', '185910.515000', '185910.975000', '185911.435000', '185911.895000', '185912.355000', '185912.815000', '185913.275000', '185913.735000', '185914.195000', '185914.655000', '185915.115000', '185915.575000', '185916.035000', '185916.495000', '185916.955000', '185917.415000', '185917.875000', '185918.335000', '185918.795000', '185919.255000', '185919.715000', '185920.175000', '185920.635000', '185921.095000', '185921.555000', '185922.015000', '185922.475000', '185922.935000', '185923.395000', '185923.855000', '185924.315000', '185924.775000', '185925.235000', '185925.695000', '185926.155000', '185926.615000', '185927.075000', '185927.535000', '185927.995000', '185928.455000', '185928.915000', '185929.375000', '185929.835000', '185930.295000', '185930.755000', '185931.215000', '185931.675000', '185932.135000', '185932.595000', '185933.055000', '185933.515000', '185933.975000', '185934.435000', '185934.895000', '185935.355000', '185935.815000', '185936.275000', '185936.735000', '185937.195000', '185937.655000', '185938.115000', '185938.575000', '185939.035000', '185939.495000', '185939.955000', '185940.415000', '185940.875000', '185941.335000', '185941.795000', '185942.255000', '185942.715000', '185943.175000', '185943.635000', '185944.095000', '185944.555000', '185945.015000', '185945.475000', '185945.935000', '185946.395000', '185946.855000', '185947.315000', '185947.775000', '185948.235000', '185948.695000', '185949.155000', '185949.615000', '185950.075000', '185950.535000', '185950.995000', '185951.455000', '185951.915000', '185952.375000', '185952.835000', '185953.295000', '185953.755000', '185954.215000', '185954.675000', '185955.135000', '185955.595000', '185956.055000', '185956.515000', '185956.975000', '185957.435000', '185957.895000', '185958.355000', '185958.815000', '185959.275000', '185959.735000', '190000.195000', '190000.655000', '190001.115000', '190001.575000', '190002.035000', '190002.495000', '190002.955000', '190003.415000', '190003.875000', '190004.335000', '190004.795000', '190005.255000', '190005.715000', '190006.175000', '190006.635000', '190007.095000', '190007.555000', '190008.015000', '190008.475000', '190008.935000', '190009.395000', '190009.855000', '190010.315000', '190010.775000', '190011.235000', '190011.695000', '190012.155000', '190012.615000', '190013.075000', '190013.535000', '190013.995000', '190014.455000', '190014.915000', '190015.375000', '190015.835000', '190016.295000', '190016.755000', '190017.215000', '190017.675000', '190018.135000', '190018.595000', '190019.055000', '190019.515000', '190019.975000', '190020.435000', '190020.895000', '190021.355000', '190021.815000', '190022.275000', '190022.735000', '190023.195000', '190023.655000', '190024.115000', '190024.575000', '190025.035000', '190025.495000', '190025.955000', '190026.415000', '190026.875000', '190027.335000', '190027.795000', '190028.255000', '190028.715000', '190029.175000', '190029.635000', '190030.095000', '190030.555000', '190031.015000', '190031.475000', '190031.935000', '190032.395000', '190032.855000', '190033.315000', '190033.775000', '190034.235000', '190034.695000', '190035.155000', '190035.615000', '190036.075000', '190036.535000', '190036.995000', '190037.455000', '190037.915000', '190038.375000', '190038.835000', '190039.295000', '190039.755000', '190040.215000', '190040.675000', '190041.135000', '190041.595000', '190042.055000', '190042.515000', '190042.975000', '190043.435000', '190043.895000', '190044.355000', '190044.815000', '190045.275000', '190045.735000', '190046.195000', '190046.655000', '190047.115000', '190047.575000', '190048.035000', '190048.495000', '190048.955000', '190049.415000', '190049.875000', '190050.335000', '190050.795000', '190051.255000', '190051.715000', '190052.175000', '190052.635000', '190053.095000', '190053.555000', '190054.015000', '190054.475000', '190054.935000', '190055.395000', '190055.855000', '190056.315000', '190056.775000', '190057.235000', '190057.695000', '190058.155000', '190058.615000', '190059.075000', '190059.535000', '190059.995000', '190100.455000', '190100.915000', '190101.375000', '190101.835000', '190102.295000', '190102.755000', '190103.215000', '190103.675000', '190104.135000', '190104.595000', '190105.055000', '190105.515000', '190105.975000', '190106.435000', '190106.895000', '190107.355000', '190107.815000', '190108.275000', '190108.735000', '190109.195000', '190109.655000', '190110.115000', '190110.575000', '190111.035000', '190111.495000', '190111.955000', '190112.415000', '190112.875000', '190113.335000', '190113.795000', '190114.255000', '190114.715000', '190115.175000', '190115.635000', '190116.095000', '190116.555000', '190117.015000', '190117.475000', '190117.935000', '190118.395000', '190118.855000', '190119.315000', '190119.775000', '190120.235000', '190120.695000', '190121.155000', '190121.615000', '190122.075000', '190122.535000', '190122.995000', '190123.455000', '190123.915000', '190124.375000', '190124.835000', '190125.295000', '190125.755000', '190126.215000', '190126.675000', '190127.135000', '190127.595000', '190128.055000', '190128.515000', '190128.975000', '190129.435000', '190129.895000', '190130.355000', '190130.815000', '190131.275000', '190131.735000', '190132.195000', '190132.655000', '190133.115000', '190133.575000', '190134.035000', '190134.495000', '190134.955000', '190135.415000', '190135.875000', '190136.335000', '190136.795000', '190137.255000', '190137.715000', '190138.175000', '190138.635000', '190139.095000', '190139.555000', '190140.015000', '190140.475000', '190140.935000', '190141.395000', '190141.855000', '190142.315000', '190142.775000', '190143.235000', '190143.695000', '190144.155000', '190144.615000', '190145.075000', '190145.535000', '190145.995000', '190146.455000', '190146.915000', '190147.375000', '190147.835000', '190148.295000', '190148.755000', '190149.215000', '190149.675000', '190150.135000', '190150.595000', '190151.055000', '190151.515000', '190151.975000', '190152.435000', '190152.895000', '190153.355000', '190153.815000', '190154.275000', '190154.735000', '190155.195000', '190155.655000', '190156.115000', '190156.575000', '190157.035000', '190157.495000', '190157.955000', '190158.415000', '190158.875000', '190159.335000', '190159.795000', '190200.255000', '190200.715000', '190201.175000', '190201.635000', '190202.095000', '190202.555000', '190203.015000', '190203.475000', '190203.935000', '190204.395000', '190204.855000', '190205.315000', '190205.775000', '190206.235000', '190206.695000', '190207.155000', '190207.615000', '190208.075000', '190208.535000', '190208.995000', '190209.455000', '190209.915000', '190210.375000', '190210.835000', '190211.295000', '190211.755000', '190212.215000', '190212.675000', '190213.135000', '190213.595000', '190214.055000', '190214.515000', '190214.975000', '190215.435000', '190215.895000', '190216.355000', '190216.815000', '190217.275000', '190217.735000', '190218.195000', '190218.655000', '190219.115000', '190219.575000', '190220.035000', '190220.495000', '190220.955000', '190221.415000', '190221.875000', '190222.335000', '190222.795000', '190223.255000', '190223.715000', '190224.175000', '190224.635000', '190225.095000', '190225.555000', '190226.015000', '190226.475000', '190226.935000', '190227.395000', '190227.855000', '190228.315000', '190228.775000', '190229.235000', '190229.695000', '190230.155000', '190230.615000', '190231.075000', '190231.535000', '190231.995000', '190232.455000', '190232.915000', '190233.375000', '190233.835000', '190234.295000', '190234.755000', '190235.215000', '190235.675000', '190236.135000', '190236.595000', '190237.055000', '190237.515000', '190237.975000', '190238.435000', '190238.895000', '190239.355000', '190239.815000', '190240.275000', '190240.735000', '190241.195000', '190241.655000', '190242.115000', '190242.575000', '190243.035000', '190243.495000', '190243.955000', '190244.415000', '190244.875000', '190245.335000', '190245.795000', '190246.255000', '190246.715000', '190247.175000', '190247.635000', '190248.095000', '190248.555000', '190249.015000', '190249.475000', '190249.935000', '190250.395000', '190250.855000', '190251.315000', '190251.775000', '190252.235000', '190252.695000', '190253.155000', '190253.615000', '190254.075000', '190254.535000', '190254.995000', '190255.455000', '190255.915000', '190256.375000', '190256.835000', '190257.295000', '190257.755000', '190258.215000', '190258.675000', '190259.135000', '190259.595000', '190300.055000', '190300.515000', '190300.975000', '190301.435000', '190301.895000', '190302.355000', '190302.815000', '190303.275000', '190303.735000', '190304.195000', '190304.655000', '190305.115000', '190305.575000', '190306.035000', '190306.495000', '190306.955000', '190307.415000', '190307.875000', '190308.335000', '190308.795000', '190309.255000', '190309.715000', '190310.175000', '190310.635000', '190311.095000', '190311.555000', '190312.015000', '190312.475000', '190312.935000', '190313.395000', '190313.855000', '190314.315000', '190314.775000', '190315.235000', '190315.695000', '190316.155000', '190316.615000', '190317.075000', '190317.535000', '190317.995000', '190318.455000', '190318.915000', '190319.375000', '190319.835000', '190320.295000', '190320.755000', '190321.215000', '190321.675000', '190322.135000', '190322.595000', '190323.055000', '190323.515000', '190323.975000', '190324.435000', '190324.895000', '190325.355000', '190325.815000', '190326.275000', '190326.735000', '190327.195000', '190327.655000', '190328.115000', '190328.575000', '190329.035000', '190329.495000', '190329.955000', '190330.415000', '190330.875000', '190331.335000', '190331.795000', '190332.255000', '190332.715000', '190333.175000', '190333.635000', '190334.095000', '190334.555000', '190335.015000', '190335.475000', '190335.935000', '190336.395000', '190336.855000', '190337.315000', '190337.775000', '190338.235000', '190338.695000', '190339.155000', '190339.615000', '190340.075000', '190340.535000', '190340.995000', '190341.455000', '190341.915000', '190342.375000', '190342.835000', '190343.295000', '190343.755000', '190344.215000', '190344.675000', '190345.135000', '190345.595000', '190346.055000', '190346.515000', '190346.975000', '190347.435000', '190347.895000', '190348.355000', '190348.815000', '190349.275000', '190349.735000', '190350.195000', '190350.655000', '190351.115000', '190351.575000', '190352.035000', '190352.495000', '190352.955000', '190353.415000', '190353.875000', '190354.335000', '190354.795000', '190355.255000', '190355.715000', '190356.175000', '190356.635000', '190357.095000', '190357.555000', '190358.015000', '190358.475000', '190358.935000', '190359.395000', '190359.855000', '190400.315000', '190400.775000', '190401.235000', '190401.695000'], 'ContentTime': ['185343.811000', '185343.814000', '185343.817000', '185343.819000', '185343.822000', '185343.825000', '185343.831000', '185343.834000', '185343.837000', '185343.839000', '185343.842000', '185343.844000', '185343.847000', '185343.849000', '185343.852000', '185343.855000', '185343.857000', '185343.860000', '185343.862000', '185343.865000', '185343.867000', '185343.870000', '185343.872000', '185343.875000', '185343.891000', '185343.894000', '185343.896000', '185343.899000', '185343.902000', '185403.783000', '185403.786000', '185403.789000', '185403.791000', '185403.794000', '185403.797000', '185403.799000', '185403.802000', '185403.804000', '185403.807000', '185403.809000', '185403.812000', '185403.815000', '185403.817000', '185403.820000', '185403.823000', '185403.825000', '185403.828000', '185403.830000', '185403.833000', '185403.835000', '185403.838000', '185403.840000', '185403.850000', '185403.853000', '185403.856000', '185403.859000', '185403.861000', '185403.864000', '185403.867000', '185403.869000', '185403.872000', '185403.874000', '185403.877000', '185403.879000', '185403.882000', '185403.884000', '185403.887000', '185403.890000', '185403.892000', '185403.895000', '185403.897000', '185403.900000', '185423.783000', '185423.786000', '185423.789000', '185423.791000', '185423.794000', '185423.796000', '185423.799000', '185423.801000', '185423.804000', '185423.807000', '185423.809000', '185423.812000', '185423.814000', '185423.817000', '185423.819000', '185423.822000', '185423.825000', '185423.827000', '185423.830000', '185423.833000', '185423.835000', '185423.838000', '185423.840000', '185423.843000', '185423.845000', '185423.848000', '185423.861000', '185423.863000', '185423.866000', '185423.868000', '185423.874000', '185423.877000', '185423.879000', '185423.882000', '185423.884000', '185423.887000', '185423.889000', '185423.892000', '185423.894000', '185423.897000', '185423.900000', '185423.902000', '185423.905000', '185423.907000', '185443.784000', '185443.786000', '185443.789000', '185443.792000', '185443.794000', '185443.797000', '185443.799000', '185443.802000', '185443.805000', '185443.807000', '185443.810000', '185443.812000', '185443.815000', '185443.818000', '185443.820000', '185443.823000', '185443.825000', '185443.828000', '185443.831000', '185443.833000', '185443.836000', '185443.839000', '185443.841000', '185443.846000', '185443.849000', '185443.851000', '185443.854000', '185443.857000', '185443.859000', '185443.862000', '185443.864000', '185443.867000', '185443.869000', '185443.872000', '185443.875000', '185443.877000', '185443.880000', '185443.882000', '185443.885000', '185443.887000', '185443.890000', '185443.893000', '185443.895000', '185503.783000', '185503.786000', '185503.789000', '185503.791000', '185503.794000', '185503.796000', '185503.799000', '185503.827000', '185503.829000', '185503.832000', '185503.835000', '185503.837000', '185503.840000', '185503.842000', '185503.845000', '185503.848000', '185503.850000', '185503.853000', '185503.855000', '185503.858000', '185503.860000', '185503.863000', '185503.865000', '185503.868000', '185503.871000', '185503.873000', '185503.876000', '185503.879000', '185503.881000', '185503.884000', '185503.887000', '185503.889000', '185503.892000', '185503.894000', '185503.897000', '185503.899000', '185503.902000', '185503.905000', '185503.907000', '185503.910000', '185503.912000', '185503.915000', '185503.917000', '185503.920000', '185523.784000', '185523.786000', '185523.789000', '185523.791000', '185523.794000', '185523.797000', '185523.799000', '185523.802000', '185523.805000', '185523.807000', '185523.810000', '185523.813000', '185523.815000', '185523.818000', '185523.820000', '185523.823000', '185523.826000', '185523.828000', '185523.831000', '185523.833000', '185523.836000', '185523.839000', '185523.841000', '185523.844000', '185523.846000', '185523.849000', '185523.852000', '185523.854000', '185523.857000', '185523.859000', '185523.862000', '185523.865000', '185523.867000', '185523.870000', '185523.872000', '185523.875000', '185523.878000', '185523.881000', '185523.884000', '185523.887000', '185523.890000', '185523.892000', '185523.895000', '185543.784000', '185543.786000', '185543.789000', '185543.792000', '185543.794000', '185543.797000', '185543.948000', '185543.951000', '185543.953000', '185543.956000', '185543.958000', '185543.961000', '185543.964000', '185543.966000', '185543.969000', '185543.971000', '185543.974000', '185543.977000', '185543.979000', '185543.982000', '185543.985000', '185543.987000', '185543.990000', '185543.993000', '185543.995000', '185543.998000', '185544.001000', '185544.004000', '185544.007000', '185544.009000', '185544.012000', '185544.015000', '185544.017000', '185544.020000', '185544.022000', '185544.025000', '185544.028000', '185544.030000', '185544.033000', '185544.036000', '185544.038000', '185544.041000', '185544.043000', '185544.046000', '185603.782000', '185603.785000', '185603.788000', '185603.790000', '185603.793000', '185603.796000', '185603.798000', '185603.801000', '185603.803000', '185603.806000', '185603.809000', '185603.811000', '185603.814000', '185603.816000', '185603.819000', '185603.822000', '185603.824000', '185603.827000', '185603.830000', '185603.832000', '185603.835000', '185603.846000', '185603.849000', '185603.851000', '185603.854000', '185603.857000', '185603.859000', '185603.862000', '185603.864000', '185603.867000', '185603.869000', '185603.872000', '185603.875000', '185603.877000', '185603.880000', '185603.883000', '185603.885000', '185603.888000', '185603.890000', '185603.893000', '185603.895000', '185603.898000', '185603.901000', '185623.783000', '185623.786000', '185623.789000', '185623.791000', '185623.794000', '185623.796000', '185623.799000', '185623.851000', '185623.854000', '185623.857000', '185623.859000', '185623.862000', '185623.864000', '185623.867000', '185623.870000', '185623.872000', '185623.875000', '185623.877000', '185623.880000', '185623.883000', '185623.885000', '185623.888000', '185623.890000', '185623.893000', '185623.896000', '185623.898000', '185623.901000', '185623.903000', '185623.906000', '185623.908000', '185623.911000', '185623.913000', '185623.916000', '185623.919000', '185623.921000', '185623.924000', '185623.927000', '185623.929000', '185623.932000', '185623.934000', '185623.937000', '185623.940000', '185623.942000', '185623.945000', '185643.784000', '185643.786000', '185643.789000', '185643.792000', '185643.794000', '185643.797000', '185643.826000', '185643.829000', '185643.831000', '185643.834000', '185643.836000', '185643.839000', '185643.841000', '185643.844000', '185643.847000', '185643.849000', '185643.852000', '185643.854000', '185643.857000', '185643.860000', '185643.862000', '185643.865000', '185643.867000', '185643.870000', '185643.872000', '185643.875000', '185643.878000', '185643.880000', '185643.883000', '185643.885000', '185643.888000', '185643.891000', '185643.893000', '185643.896000', '185643.898000', '185643.901000', '185643.904000', '185643.906000', '185643.909000', '185643.911000', '185643.914000', '185643.916000', '185643.919000', '185703.784000', '185703.786000', '185703.789000', '185703.792000', '185703.794000', '185703.797000', '185703.800000', '185703.802000', '185703.805000', '185703.808000', '185703.810000', '185703.813000', '185703.816000', '185703.818000', '185703.821000', '185703.823000', '185703.826000', '185703.829000', '185703.831000', '185703.834000', '185703.836000', '185703.839000', '185703.860000', '185703.862000', '185703.865000', '185703.867000', '185703.870000', '185703.873000', '185703.875000', '185703.878000', '185703.880000', '185703.883000', '185703.885000', '185703.888000', '185703.891000', '185703.893000', '185703.896000', '185703.899000', '185703.901000', '185703.904000', '185703.906000', '185703.909000', '185703.911000', '185723.783000', '185723.786000', '185723.789000', '185723.791000', '185723.794000', '185723.797000', '185723.833000', '185723.836000', '185723.838000', '185723.841000', '185723.843000', '185723.846000', '185723.849000', '185723.851000', '185723.854000', '185723.856000', '185723.859000', '185723.862000', '185723.864000', '185723.867000', '185723.870000', '185723.872000', '185723.875000', '185723.877000', '185723.880000', '185723.883000', '185723.885000', '185723.888000', '185723.890000', '185723.893000', '185723.896000', '185723.898000', '185723.901000', '185723.903000', '185723.906000', '185723.909000', '185723.911000', '185723.914000', '185723.916000', '185723.919000', '185723.922000', '185723.924000', '185723.927000', '185723.929000', '185743.783000', '185743.786000', '185743.789000', '185743.809000', '185743.833000', '185743.836000', '185743.838000', '185743.841000', '185743.843000', '185743.846000', '185743.848000', '185743.851000', '185743.854000', '185743.856000', '185743.859000', '185743.861000', '185743.864000', '185743.867000', '185743.869000', '185743.872000', '185743.874000', '185743.877000', '185743.880000', '185743.882000', '185743.885000', '185743.887000', '185743.890000', '185743.892000', '185743.895000', '185743.898000', '185743.900000', '185743.903000', '185743.905000', '185743.908000', '185743.911000', '185743.913000', '185743.916000', '185743.918000', '185743.921000', '185743.924000', '185743.926000', '185743.929000', '185743.931000', '185803.784000', '185803.786000', '185803.789000', '185803.792000', '185803.794000', '185803.797000', '185803.912000', '185803.915000', '185803.917000', '185803.920000', '185803.923000', '185803.925000', '185803.928000', '185803.930000', '185803.933000', '185803.936000', '185803.938000', '185803.941000', '185803.944000', '185803.946000', '185803.949000', '185803.951000', '185803.954000', '185803.957000', '185803.959000', '185803.962000', '185803.964000', '185803.967000', '185803.969000', '185803.972000', '185803.975000', '185803.977000', '185803.980000', '185803.983000', '185803.985000', '185803.988000', '185803.990000', '185803.993000', '185803.995000', '185803.998000', '185804.002000', '185804.004000', '185804.007000', '185804.010000', '185823.782000', '185823.785000', '185823.789000', '185823.792000', '185823.794000', '185823.797000', '185823.800000', '185823.803000', '185823.805000', '185823.808000', '185823.810000', '185823.813000', '185823.815000', '185823.818000', '185823.821000', '185823.823000', '185823.826000', '185823.828000', '185823.831000', '185823.834000', '185823.836000', '185823.839000', '185823.841000', '185823.844000', '185823.847000', '185823.849000', '185823.852000', '185823.854000', '185823.857000', '185823.860000', '185823.862000', '185823.865000', '185823.868000', '185823.870000', '185823.873000', '185823.875000', '185823.878000', '185823.881000', '185823.883000', '185823.886000', '185823.888000', '185823.891000', '185823.894000', '185843.783000', '185843.786000', '185843.789000', '185843.791000', '185843.794000', '185843.797000', '185843.799000', '185843.852000', '185843.855000', '185843.857000', '185843.860000', '185843.863000', '185843.865000', '185843.868000', '185843.870000', '185843.873000', '185843.876000', '185843.878000', '185843.881000', '185843.883000', '185843.886000', '185843.889000', '185843.891000', '185843.894000', '185843.896000', '185843.899000', '185843.901000', '185843.904000', '185843.907000', '185843.909000', '185843.912000', '185843.915000', '185843.917000', '185843.920000', '185843.922000', '185843.925000', '185843.928000', '185843.930000', '185843.933000', '185843.935000', '185843.938000', '185843.941000', '185843.943000', '185843.946000', '185903.784000', '185903.787000', '185903.789000', '185903.792000', '185903.795000', '185903.797000', '185903.800000', '185903.852000', '185903.855000', '185903.858000', '185903.860000', '185903.863000', '185903.865000', '185903.876000', '185903.879000', '185903.882000', '185903.892000', '185903.895000', '185903.898000', '185903.900000', '185903.903000', '185903.906000', '185903.908000', '185903.911000', '185903.914000', '185903.916000', '185903.919000', '185903.922000', '185903.924000', '185903.927000', '185903.930000', '185903.932000', '185903.935000', '185903.937000', '185903.940000', '185903.944000', '185903.947000', '185903.950000', '185903.953000', '185903.955000', '185903.958000', '185903.960000', '185903.963000', '185923.783000', '185923.786000', '185923.789000', '185923.791000', '185923.794000', '185923.796000', '185923.799000', '185923.845000', '185923.848000', '185923.850000', '185923.853000', '185923.855000', '185923.858000', '185923.861000', '185923.863000', '185923.866000', '185923.868000', '185923.871000', '185923.874000', '185923.876000', '185923.879000', '185923.881000', '185923.884000', '185923.887000', '185923.889000', '185923.892000', '185923.894000', '185923.897000', '185923.900000', '185923.902000', '185923.905000', '185923.907000', '185923.910000', '185923.913000', '185923.915000', '185923.918000', '185923.920000', '185923.923000', '185923.925000', '185923.928000', '185923.931000', '185923.933000', '185923.936000', '185923.938000', '185943.784000', '185943.786000', '185943.789000', '185943.792000', '185943.794000', '185943.797000', '185943.800000', '185943.824000', '185943.828000', '185943.831000', '185943.834000', '185943.837000', '185943.839000', '185943.842000', '185943.845000', '185943.847000', '185943.850000', '185943.852000', '185943.855000', '185943.858000', '185943.860000', '185943.863000', '185943.865000', '185943.868000', '185943.871000', '185943.873000', '185943.876000', '185943.879000', '185943.881000', '185943.884000', '185943.887000', '185943.889000', '185943.892000', '185943.894000', '185943.897000', '185943.900000', '185943.902000', '185943.905000', '185943.907000', '185943.910000', '185943.913000', '185943.915000', '185943.918000', '190003.784000', '190003.787000', '190003.789000', '190003.792000', '190003.795000', '190003.797000', '190003.888000', '190003.891000', '190003.894000', '190003.896000', '190003.899000', '190003.901000', '190003.904000', '190003.907000', '190003.909000', '190003.912000', '190003.914000', '190003.917000', '190003.919000', '190003.922000', '190003.925000', '190003.927000', '190003.930000', '190003.933000', '190003.935000', '190003.938000', '190003.941000', '190003.943000', '190003.946000', '190003.948000', '190003.951000', '190003.954000', '190003.956000', '190003.959000', '190003.961000', '190003.964000', '190003.966000', '190003.969000', '190003.972000', '190003.974000', '190003.977000', '190003.980000', '190003.982000', '190003.985000', '190023.784000', '190023.786000', '190023.789000', '190023.792000', '190023.794000', '190023.797000', '190023.851000', '190023.853000', '190023.856000', '190023.859000', '190023.874000', '190023.877000', '190023.879000', '190023.882000', '190023.884000', '190023.887000', '190023.890000', '190023.892000', '190023.895000', '190023.897000', '190023.900000', '190023.903000', '190023.905000', '190023.908000', '190023.910000', '190023.913000', '190023.916000', '190023.918000', '190023.921000', '190023.923000', '190023.926000', '190023.929000', '190023.931000', '190023.934000', '190023.936000', '190023.939000', '190023.942000', '190023.944000', '190023.947000', '190023.949000', '190023.952000', '190023.955000', '190023.957000', '190043.782000', '190043.785000', '190043.788000', '190043.791000', '190043.793000', '190043.796000', '190043.798000', '190043.847000', '190043.850000', '190043.852000', '190043.855000', '190043.858000', '190043.860000', '190043.863000', '190043.865000', '190043.868000', '190043.871000', '190043.873000', '190043.876000', '190043.878000', '190043.881000', '190043.884000', '190043.886000', '190043.889000', '190043.891000', '190043.894000', '190043.897000', '190043.899000', '190043.902000', '190043.904000', '190043.907000', '190043.909000', '190043.912000', '190043.915000', '190043.917000', '190043.920000', '190043.923000', '190043.925000', '190043.928000', '190043.930000', '190043.933000', '190043.935000', '190043.938000', '190043.941000', '190103.783000', '190103.786000', '190103.789000', '190103.792000', '190103.794000', '190103.797000', '190103.883000', '190103.886000', '190103.888000', '190103.891000', '190103.894000', '190103.896000', '190103.899000', '190103.901000', '190103.904000', '190103.907000', '190103.909000', '190103.912000', '190103.914000', '190103.917000', '190103.920000', '190103.922000', '190103.925000', '190103.928000', '190103.930000', '190103.933000', '190103.935000', '190103.938000', '190103.941000', '190103.943000', '190103.946000', '190103.948000', '190103.951000', '190103.954000', '190103.956000', '190103.959000', '190103.961000', '190103.964000', '190103.967000', '190103.969000', '190103.972000', '190103.975000', '190103.977000', '190123.784000', '190123.786000', '190123.789000', '190123.792000', '190123.794000', '190123.797000', '190123.842000', '190123.844000', '190123.847000', '190123.850000', '190123.852000', '190123.855000', '190123.857000', '190123.860000', '190123.863000', '190123.865000', '190123.868000', '190123.870000', '190123.873000', '190123.875000', '190123.878000', '190123.881000', '190123.883000', '190123.886000', '190123.888000', '190123.891000', '190123.894000', '190123.896000', '190123.899000', '190123.902000', '190123.904000', '190123.907000', '190123.910000', '190123.912000', '190123.915000', '190123.917000', '190123.920000', '190123.923000', '190123.925000', '190123.943000', '190123.946000', '190123.949000', '190123.951000', '190123.954000', '190143.784000', '190143.786000', '190143.789000', '190143.792000', '190143.794000', '190143.797000', '190143.883000', '190143.886000', '190143.889000', '190143.891000', '190143.894000', '190143.896000', '190143.899000', '190143.902000', '190143.904000', '190143.907000', '190143.909000', '190143.912000', '190143.915000', '190143.917000', '190143.920000', '190143.923000', '190143.925000', '190143.928000', '190143.930000', '190143.933000', '190143.935000', '190143.938000', '190143.941000', '190143.943000', '190143.946000', '190143.948000', '190143.951000', '190143.954000', '190143.956000', '190143.959000', '190143.961000', '190143.964000', '190143.967000', '190143.969000', '190143.972000', '190143.974000', '190143.977000', '190203.784000', '190203.787000', '190203.789000', '190203.792000', '190203.795000', '190203.797000', '190203.893000', '190203.896000', '190203.898000', '190203.901000', '190203.904000', '190203.906000', '190203.909000', '190203.912000', '190203.914000', '190203.917000', '190203.919000', '190203.922000', '190203.925000', '190203.927000', '190203.930000', '190203.932000', '190203.935000', '190203.938000', '190203.940000', '190203.943000', '190203.945000', '190203.948000', '190203.950000', '190203.953000', '190203.956000', '190203.958000', '190203.961000', '190203.963000', '190203.966000', '190203.969000', '190203.971000', '190203.974000', '190203.976000', '190203.979000', '190203.982000', '190203.984000', '190203.987000', '190203.990000', '190223.784000', '190223.787000', '190223.789000', '190223.792000', '190223.795000', '190223.797000', '190223.873000', '190223.875000', '190223.878000', '190223.880000', '190223.883000', '190223.886000', '190223.888000', '190223.891000', '190223.894000', '190223.896000', '190223.899000', '190223.901000', '190223.904000', '190223.908000', '190223.911000', '190223.913000', '190223.916000', '190223.919000', '190223.921000', '190223.924000', '190223.926000', '190223.929000', '190223.932000', '190223.934000', '190223.937000', '190223.939000', '190223.942000', '190223.945000', '190223.947000', '190223.950000', '190223.953000', '190223.955000', '190223.958000', '190223.961000', '190223.964000', '190223.966000', '190223.969000', '190243.783000', '190243.786000', '190243.789000', '190243.792000', '190243.794000', '190243.797000', '190243.800000', '190243.879000', '190243.882000', '190243.885000', '190243.887000', '190243.890000', '190243.892000', '190243.895000', '190243.898000', '190243.900000', '190243.903000', '190243.905000', '190243.908000', '190243.911000', '190243.913000', '190243.916000', '190243.918000', '190243.921000', '190243.924000', '190243.926000', '190243.929000', '190243.931000', '190243.934000', '190243.937000', '190243.939000', '190243.942000', '190243.944000', '190243.947000', '190243.950000', '190243.952000', '190243.955000', '190243.957000', '190243.960000', '190243.963000', '190243.965000', '190243.968000', '190243.970000', '190243.973000', '190303.783000', '190303.786000', '190303.788000', '190303.801000', '190303.879000', '190303.882000', '190303.884000', '190303.887000', '190303.890000', '190303.892000', '190303.895000', '190303.897000', '190303.900000', '190303.902000', '190303.905000', '190303.908000', '190303.910000', '190303.913000', '190303.916000', '190303.919000', '190303.922000', '190303.925000', '190303.928000', '190303.930000', '190303.933000', '190303.935000', '190303.938000', '190303.941000', '190303.943000', '190303.946000', '190303.948000', '190303.951000', '190303.954000', '190303.956000', '190303.959000', '190303.961000', '190303.964000', '190303.967000', '190303.969000', '190303.972000', '190303.974000', '190303.977000', '190303.980000', '190323.784000', '190323.786000', '190323.789000', '190323.792000', '190323.794000', '190323.797000', '190323.856000', '190323.859000', '190323.861000', '190323.864000', '190323.867000', '190323.869000', '190323.872000', '190323.874000', '190323.877000', '190323.879000', '190323.882000', '190323.885000', '190323.887000', '190323.890000', '190323.893000', '190323.895000', '190323.898000', '190323.901000', '190323.903000', '190323.906000', '190323.909000', '190323.911000', '190323.914000', '190323.916000', '190323.919000', '190323.922000', '190323.924000', '190323.927000', '190323.929000', '190323.932000', '190323.935000', '190323.937000', '190323.940000', '190323.942000', '190323.945000', '190323.948000', '190323.950000', '190323.953000', '190343.784000', '190343.787000', '190343.789000', '190343.792000', '190343.794000', '190343.797000', '190343.892000', '190343.895000', '190343.898000', '190343.900000', '190343.903000', '190343.905000', '190343.908000', '190343.911000', '190343.913000', '190343.916000', '190343.919000', '190343.922000', '190343.925000', '190343.927000', '190343.930000', '190343.933000', '190343.935000', '190343.938000', '190343.940000', '190343.943000', '190343.947000', '190343.949000', '190343.952000', '190343.955000', '190343.957000', '190343.960000', '190343.963000', '190343.965000', '190343.968000', '190343.970000', '190343.973000', '190343.976000', '190343.978000', '190343.981000', '190343.984000', '190343.987000', '190343.989000', '190403.232000', '190403.235000', '190403.238000', '190403.241000', '190403.244000', '190403.246000', '190403.249000', '190403.252000', '190403.255000', '190403.257000', '190403.261000', '190403.264000', '190403.267000', '190403.270000', '190403.274000', '190403.278000', '190403.281000', '190403.283000', '190403.286000', '190403.289000', '190403.291000', '190403.294000', '190403.298000', '190403.307000', '190403.311000', '190403.314000', '190403.317000', '190403.319000', '190403.322000', '190403.325000', '190403.328000', '190403.331000', '190403.334000', '190403.337000', '190403.340000', '190403.343000', '190403.346000', '190403.348000', '190403.352000', '190403.369000', '190403.374000', '190403.377000', '190403.380000'], 'InstanceCreationTime': ['185343.811000', '185343.814000', '185343.817000', '185343.819000', '185343.822000', '185343.825000', '185343.831000', '185343.834000', '185343.837000', '185343.839000', '185343.842000', '185343.844000', '185343.847000', '185343.849000', '185343.852000', '185343.855000', '185343.857000', '185343.860000', '185343.862000', '185343.865000', '185343.867000', '185343.870000', '185343.872000', '185343.875000', '185343.891000', '185343.894000', '185343.896000', '185343.899000', '185343.902000', '185403.783000', '185403.786000', '185403.789000', '185403.791000', '185403.794000', '185403.797000', '185403.799000', '185403.802000', '185403.804000', '185403.807000', '185403.809000', '185403.812000', '185403.815000', '185403.817000', '185403.820000', '185403.823000', '185403.825000', '185403.828000', '185403.830000', '185403.833000', '185403.835000', '185403.838000', '185403.840000', '185403.850000', '185403.853000', '185403.856000', '185403.859000', '185403.861000', '185403.864000', '185403.867000', '185403.869000', '185403.872000', '185403.874000', '185403.877000', '185403.879000', '185403.882000', '185403.884000', '185403.887000', '185403.890000', '185403.892000', '185403.895000', '185403.897000', '185403.900000', '185423.783000', '185423.786000', '185423.789000', '185423.791000', '185423.794000', '185423.796000', '185423.799000', '185423.801000', '185423.804000', '185423.807000', '185423.809000', '185423.812000', '185423.814000', '185423.817000', '185423.819000', '185423.822000', '185423.825000', '185423.827000', '185423.830000', '185423.833000', '185423.835000', '185423.838000', '185423.840000', '185423.843000', '185423.845000', '185423.848000', '185423.861000', '185423.863000', '185423.866000', '185423.868000', '185423.874000', '185423.877000', '185423.879000', '185423.882000', '185423.884000', '185423.887000', '185423.889000', '185423.892000', '185423.894000', '185423.897000', '185423.900000', '185423.902000', '185423.905000', '185423.907000', '185443.784000', '185443.786000', '185443.789000', '185443.792000', '185443.794000', '185443.797000', '185443.799000', '185443.802000', '185443.805000', '185443.807000', '185443.810000', '185443.812000', '185443.815000', '185443.818000', '185443.820000', '185443.823000', '185443.825000', '185443.828000', '185443.831000', '185443.833000', '185443.836000', '185443.839000', '185443.841000', '185443.846000', '185443.849000', '185443.851000', '185443.854000', '185443.857000', '185443.859000', '185443.862000', '185443.864000', '185443.867000', '185443.869000', '185443.872000', '185443.875000', '185443.877000', '185443.880000', '185443.882000', '185443.885000', '185443.887000', '185443.890000', '185443.893000', '185443.895000', '185503.783000', '185503.786000', '185503.789000', '185503.791000', '185503.794000', '185503.796000', '185503.799000', '185503.827000', '185503.829000', '185503.832000', '185503.835000', '185503.837000', '185503.840000', '185503.842000', '185503.845000', '185503.848000', '185503.850000', '185503.853000', '185503.855000', '185503.858000', '185503.860000', '185503.863000', '185503.865000', '185503.868000', '185503.871000', '185503.873000', '185503.876000', '185503.879000', '185503.881000', '185503.884000', '185503.887000', '185503.889000', '185503.892000', '185503.894000', '185503.897000', '185503.899000', '185503.902000', '185503.905000', '185503.907000', '185503.910000', '185503.912000', '185503.915000', '185503.917000', '185503.920000', '185523.784000', '185523.786000', '185523.789000', '185523.791000', '185523.794000', '185523.797000', '185523.799000', '185523.802000', '185523.805000', '185523.807000', '185523.810000', '185523.813000', '185523.815000', '185523.818000', '185523.820000', '185523.823000', '185523.826000', '185523.828000', '185523.831000', '185523.833000', '185523.836000', '185523.839000', '185523.841000', '185523.844000', '185523.846000', '185523.849000', '185523.852000', '185523.854000', '185523.857000', '185523.859000', '185523.862000', '185523.865000', '185523.867000', '185523.870000', '185523.872000', '185523.875000', '185523.878000', '185523.881000', '185523.884000', '185523.887000', '185523.890000', '185523.892000', '185523.895000', '185543.784000', '185543.786000', '185543.789000', '185543.792000', '185543.794000', '185543.797000', '185543.948000', '185543.951000', '185543.953000', '185543.956000', '185543.958000', '185543.961000', '185543.964000', '185543.966000', '185543.969000', '185543.971000', '185543.974000', '185543.977000', '185543.979000', '185543.982000', '185543.985000', '185543.987000', '185543.990000', '185543.993000', '185543.995000', '185543.998000', '185544.001000', '185544.004000', '185544.007000', '185544.009000', '185544.012000', '185544.015000', '185544.017000', '185544.020000', '185544.022000', '185544.025000', '185544.028000', '185544.030000', '185544.033000', '185544.036000', '185544.038000', '185544.041000', '185544.043000', '185544.046000', '185603.782000', '185603.785000', '185603.788000', '185603.790000', '185603.793000', '185603.796000', '185603.798000', '185603.801000', '185603.803000', '185603.806000', '185603.809000', '185603.811000', '185603.814000', '185603.816000', '185603.819000', '185603.822000', '185603.824000', '185603.827000', '185603.830000', '185603.832000', '185603.835000', '185603.846000', '185603.849000', '185603.851000', '185603.854000', '185603.857000', '185603.859000', '185603.862000', '185603.864000', '185603.867000', '185603.869000', '185603.872000', '185603.875000', '185603.877000', '185603.880000', '185603.883000', '185603.885000', '185603.888000', '185603.890000', '185603.893000', '185603.895000', '185603.898000', '185603.901000', '185623.783000', '185623.786000', '185623.789000', '185623.791000', '185623.794000', '185623.796000', '185623.799000', '185623.851000', '185623.854000', '185623.857000', '185623.859000', '185623.862000', '185623.864000', '185623.867000', '185623.870000', '185623.872000', '185623.875000', '185623.877000', '185623.880000', '185623.883000', '185623.885000', '185623.888000', '185623.890000', '185623.893000', '185623.896000', '185623.898000', '185623.901000', '185623.903000', '185623.906000', '185623.908000', '185623.911000', '185623.913000', '185623.916000', '185623.919000', '185623.921000', '185623.924000', '185623.927000', '185623.929000', '185623.932000', '185623.934000', '185623.937000', '185623.940000', '185623.942000', '185623.945000', '185643.784000', '185643.786000', '185643.789000', '185643.792000', '185643.794000', '185643.797000', '185643.826000', '185643.829000', '185643.831000', '185643.834000', '185643.836000', '185643.839000', '185643.841000', '185643.844000', '185643.847000', '185643.849000', '185643.852000', '185643.854000', '185643.857000', '185643.860000', '185643.862000', '185643.865000', '185643.867000', '185643.870000', '185643.872000', '185643.875000', '185643.878000', '185643.880000', '185643.883000', '185643.885000', '185643.888000', '185643.891000', '185643.893000', '185643.896000', '185643.898000', '185643.901000', '185643.904000', '185643.906000', '185643.909000', '185643.911000', '185643.914000', '185643.916000', '185643.919000', '185703.784000', '185703.786000', '185703.789000', '185703.792000', '185703.794000', '185703.797000', '185703.800000', '185703.802000', '185703.805000', '185703.808000', '185703.810000', '185703.813000', '185703.816000', '185703.818000', '185703.821000', '185703.823000', '185703.826000', '185703.829000', '185703.831000', '185703.834000', '185703.836000', '185703.839000', '185703.860000', '185703.862000', '185703.865000', '185703.867000', '185703.870000', '185703.873000', '185703.875000', '185703.878000', '185703.880000', '185703.883000', '185703.885000', '185703.888000', '185703.891000', '185703.893000', '185703.896000', '185703.899000', '185703.901000', '185703.904000', '185703.906000', '185703.909000', '185703.911000', '185723.783000', '185723.786000', '185723.789000', '185723.791000', '185723.794000', '185723.797000', '185723.833000', '185723.836000', '185723.838000', '185723.841000', '185723.843000', '185723.846000', '185723.849000', '185723.851000', '185723.854000', '185723.856000', '185723.859000', '185723.862000', '185723.864000', '185723.867000', '185723.870000', '185723.872000', '185723.875000', '185723.877000', '185723.880000', '185723.883000', '185723.885000', '185723.888000', '185723.890000', '185723.893000', '185723.896000', '185723.898000', '185723.901000', '185723.903000', '185723.906000', '185723.909000', '185723.911000', '185723.914000', '185723.916000', '185723.919000', '185723.922000', '185723.924000', '185723.927000', '185723.929000', '185743.783000', '185743.786000', '185743.789000', '185743.809000', '185743.833000', '185743.836000', '185743.838000', '185743.841000', '185743.843000', '185743.846000', '185743.848000', '185743.851000', '185743.854000', '185743.856000', '185743.859000', '185743.861000', '185743.864000', '185743.867000', '185743.869000', '185743.872000', '185743.874000', '185743.877000', '185743.880000', '185743.882000', '185743.885000', '185743.887000', '185743.890000', '185743.892000', '185743.895000', '185743.898000', '185743.900000', '185743.903000', '185743.905000', '185743.908000', '185743.911000', '185743.913000', '185743.916000', '185743.918000', '185743.921000', '185743.924000', '185743.926000', '185743.929000', '185743.931000', '185803.784000', '185803.786000', '185803.789000', '185803.792000', '185803.794000', '185803.797000', '185803.912000', '185803.915000', '185803.917000', '185803.920000', '185803.923000', '185803.925000', '185803.928000', '185803.930000', '185803.933000', '185803.936000', '185803.938000', '185803.941000', '185803.944000', '185803.946000', '185803.949000', '185803.951000', '185803.954000', '185803.957000', '185803.959000', '185803.962000', '185803.964000', '185803.967000', '185803.969000', '185803.972000', '185803.975000', '185803.977000', '185803.980000', '185803.983000', '185803.985000', '185803.988000', '185803.990000', '185803.993000', '185803.995000', '185803.998000', '185804.002000', '185804.004000', '185804.007000', '185804.010000', '185823.782000', '185823.785000', '185823.789000', '185823.792000', '185823.794000', '185823.797000', '185823.800000', '185823.803000', '185823.805000', '185823.808000', '185823.810000', '185823.813000', '185823.815000', '185823.818000', '185823.821000', '185823.823000', '185823.826000', '185823.828000', '185823.831000', '185823.834000', '185823.836000', '185823.839000', '185823.841000', '185823.844000', '185823.847000', '185823.849000', '185823.852000', '185823.854000', '185823.857000', '185823.860000', '185823.862000', '185823.865000', '185823.868000', '185823.870000', '185823.873000', '185823.875000', '185823.878000', '185823.881000', '185823.883000', '185823.886000', '185823.888000', '185823.891000', '185823.894000', '185843.783000', '185843.786000', '185843.789000', '185843.791000', '185843.794000', '185843.797000', '185843.799000', '185843.852000', '185843.855000', '185843.857000', '185843.860000', '185843.863000', '185843.865000', '185843.868000', '185843.870000', '185843.873000', '185843.876000', '185843.878000', '185843.881000', '185843.883000', '185843.886000', '185843.889000', '185843.891000', '185843.894000', '185843.896000', '185843.899000', '185843.901000', '185843.904000', '185843.907000', '185843.909000', '185843.912000', '185843.915000', '185843.917000', '185843.920000', '185843.922000', '185843.925000', '185843.928000', '185843.930000', '185843.933000', '185843.935000', '185843.938000', '185843.941000', '185843.943000', '185843.946000', '185903.784000', '185903.787000', '185903.789000', '185903.792000', '185903.795000', '185903.797000', '185903.800000', '185903.852000', '185903.855000', '185903.858000', '185903.860000', '185903.863000', '185903.865000', '185903.876000', '185903.879000', '185903.882000', '185903.892000', '185903.895000', '185903.898000', '185903.900000', '185903.903000', '185903.906000', '185903.908000', '185903.911000', '185903.914000', '185903.916000', '185903.919000', '185903.922000', '185903.924000', '185903.927000', '185903.930000', '185903.932000', '185903.935000', '185903.937000', '185903.940000', '185903.944000', '185903.947000', '185903.950000', '185903.953000', '185903.955000', '185903.958000', '185903.960000', '185903.963000', '185923.783000', '185923.786000', '185923.789000', '185923.791000', '185923.794000', '185923.796000', '185923.799000', '185923.845000', '185923.848000', '185923.850000', '185923.853000', '185923.855000', '185923.858000', '185923.861000', '185923.863000', '185923.866000', '185923.868000', '185923.871000', '185923.874000', '185923.876000', '185923.879000', '185923.881000', '185923.884000', '185923.887000', '185923.889000', '185923.892000', '185923.894000', '185923.897000', '185923.900000', '185923.902000', '185923.905000', '185923.907000', '185923.910000', '185923.913000', '185923.915000', '185923.918000', '185923.920000', '185923.923000', '185923.925000', '185923.928000', '185923.931000', '185923.933000', '185923.936000', '185923.938000', '185943.784000', '185943.786000', '185943.789000', '185943.792000', '185943.794000', '185943.797000', '185943.800000', '185943.824000', '185943.828000', '185943.831000', '185943.834000', '185943.837000', '185943.839000', '185943.842000', '185943.845000', '185943.847000', '185943.850000', '185943.852000', '185943.855000', '185943.858000', '185943.860000', '185943.863000', '185943.865000', '185943.868000', '185943.871000', '185943.873000', '185943.876000', '185943.879000', '185943.881000', '185943.884000', '185943.887000', '185943.889000', '185943.892000', '185943.894000', '185943.897000', '185943.900000', '185943.902000', '185943.905000', '185943.907000', '185943.910000', '185943.913000', '185943.915000', '185943.918000', '190003.784000', '190003.787000', '190003.789000', '190003.792000', '190003.795000', '190003.797000', '190003.888000', '190003.891000', '190003.894000', '190003.896000', '190003.899000', '190003.901000', '190003.904000', '190003.907000', '190003.909000', '190003.912000', '190003.914000', '190003.917000', '190003.919000', '190003.922000', '190003.925000', '190003.927000', '190003.930000', '190003.933000', '190003.935000', '190003.938000', '190003.941000', '190003.943000', '190003.946000', '190003.948000', '190003.951000', '190003.954000', '190003.956000', '190003.959000', '190003.961000', '190003.964000', '190003.966000', '190003.969000', '190003.972000', '190003.974000', '190003.977000', '190003.980000', '190003.982000', '190003.985000', '190023.784000', '190023.786000', '190023.789000', '190023.792000', '190023.794000', '190023.797000', '190023.851000', '190023.853000', '190023.856000', '190023.859000', '190023.874000', '190023.877000', '190023.879000', '190023.882000', '190023.884000', '190023.887000', '190023.890000', '190023.892000', '190023.895000', '190023.897000', '190023.900000', '190023.903000', '190023.905000', '190023.908000', '190023.910000', '190023.913000', '190023.916000', '190023.918000', '190023.921000', '190023.923000', '190023.926000', '190023.929000', '190023.931000', '190023.934000', '190023.936000', '190023.939000', '190023.942000', '190023.944000', '190023.947000', '190023.949000', '190023.952000', '190023.955000', '190023.957000', '190043.782000', '190043.785000', '190043.788000', '190043.791000', '190043.793000', '190043.796000', '190043.798000', '190043.847000', '190043.850000', '190043.852000', '190043.855000', '190043.858000', '190043.860000', '190043.863000', '190043.865000', '190043.868000', '190043.871000', '190043.873000', '190043.876000', '190043.878000', '190043.881000', '190043.884000', '190043.886000', '190043.889000', '190043.891000', '190043.894000', '190043.897000', '190043.899000', '190043.902000', '190043.904000', '190043.907000', '190043.909000', '190043.912000', '190043.915000', '190043.917000', '190043.920000', '190043.923000', '190043.925000', '190043.928000', '190043.930000', '190043.933000', '190043.935000', '190043.938000', '190043.941000', '190103.783000', '190103.786000', '190103.789000', '190103.792000', '190103.794000', '190103.797000', '190103.883000', '190103.886000', '190103.888000', '190103.891000', '190103.894000', '190103.896000', '190103.899000', '190103.901000', '190103.904000', '190103.907000', '190103.909000', '190103.912000', '190103.914000', '190103.917000', '190103.920000', '190103.922000', '190103.925000', '190103.928000', '190103.930000', '190103.933000', '190103.935000', '190103.938000', '190103.941000', '190103.943000', '190103.946000', '190103.948000', '190103.951000', '190103.954000', '190103.956000', '190103.959000', '190103.961000', '190103.964000', '190103.967000', '190103.969000', '190103.972000', '190103.975000', '190103.977000', '190123.784000', '190123.786000', '190123.789000', '190123.792000', '190123.794000', '190123.797000', '190123.842000', '190123.844000', '190123.847000', '190123.850000', '190123.852000', '190123.855000', '190123.857000', '190123.860000', '190123.863000', '190123.865000', '190123.868000', '190123.870000', '190123.873000', '190123.875000', '190123.878000', '190123.881000', '190123.883000', '190123.886000', '190123.888000', '190123.891000', '190123.894000', '190123.896000', '190123.899000', '190123.902000', '190123.904000', '190123.907000', '190123.910000', '190123.912000', '190123.915000', '190123.917000', '190123.920000', '190123.923000', '190123.925000', '190123.943000', '190123.946000', '190123.949000', '190123.951000', '190123.954000', '190143.784000', '190143.786000', '190143.789000', '190143.792000', '190143.794000', '190143.797000', '190143.883000', '190143.886000', '190143.889000', '190143.891000', '190143.894000', '190143.896000', '190143.899000', '190143.902000', '190143.904000', '190143.907000', '190143.909000', '190143.912000', '190143.915000', '190143.917000', '190143.920000', '190143.923000', '190143.925000', '190143.928000', '190143.930000', '190143.933000', '190143.935000', '190143.938000', '190143.941000', '190143.943000', '190143.946000', '190143.948000', '190143.951000', '190143.954000', '190143.956000', '190143.959000', '190143.961000', '190143.964000', '190143.967000', '190143.969000', '190143.972000', '190143.974000', '190143.977000', '190203.784000', '190203.787000', '190203.789000', '190203.792000', '190203.795000', '190203.797000', '190203.893000', '190203.896000', '190203.898000', '190203.901000', '190203.904000', '190203.906000', '190203.909000', '190203.912000', '190203.914000', '190203.917000', '190203.919000', '190203.922000', '190203.925000', '190203.927000', '190203.930000', '190203.932000', '190203.935000', '190203.938000', '190203.940000', '190203.943000', '190203.945000', '190203.948000', '190203.950000', '190203.953000', '190203.956000', '190203.958000', '190203.961000', '190203.963000', '190203.966000', '190203.969000', '190203.971000', '190203.974000', '190203.976000', '190203.979000', '190203.982000', '190203.984000', '190203.987000', '190203.990000', '190223.784000', '190223.787000', '190223.789000', '190223.792000', '190223.795000', '190223.797000', '190223.873000', '190223.875000', '190223.878000', '190223.880000', '190223.883000', '190223.886000', '190223.888000', '190223.891000', '190223.894000', '190223.896000', '190223.899000', '190223.901000', '190223.904000', '190223.908000', '190223.911000', '190223.913000', '190223.916000', '190223.919000', '190223.921000', '190223.924000', '190223.926000', '190223.929000', '190223.932000', '190223.934000', '190223.937000', '190223.939000', '190223.942000', '190223.945000', '190223.947000', '190223.950000', '190223.953000', '190223.955000', '190223.958000', '190223.961000', '190223.964000', '190223.966000', '190223.969000', '190243.783000', '190243.786000', '190243.789000', '190243.792000', '190243.794000', '190243.797000', '190243.800000', '190243.879000', '190243.882000', '190243.885000', '190243.887000', '190243.890000', '190243.892000', '190243.895000', '190243.898000', '190243.900000', '190243.903000', '190243.905000', '190243.908000', '190243.911000', '190243.913000', '190243.916000', '190243.918000', '190243.921000', '190243.924000', '190243.926000', '190243.929000', '190243.931000', '190243.934000', '190243.937000', '190243.939000', '190243.942000', '190243.944000', '190243.947000', '190243.950000', '190243.952000', '190243.955000', '190243.957000', '190243.960000', '190243.963000', '190243.965000', '190243.968000', '190243.970000', '190243.973000', '190303.783000', '190303.786000', '190303.788000', '190303.801000', '190303.879000', '190303.882000', '190303.884000', '190303.887000', '190303.890000', '190303.892000', '190303.895000', '190303.897000', '190303.900000', '190303.902000', '190303.905000', '190303.908000', '190303.910000', '190303.913000', '190303.916000', '190303.919000', '190303.922000', '190303.925000', '190303.928000', '190303.930000', '190303.933000', '190303.935000', '190303.938000', '190303.941000', '190303.943000', '190303.946000', '190303.948000', '190303.951000', '190303.954000', '190303.956000', '190303.959000', '190303.961000', '190303.964000', '190303.967000', '190303.969000', '190303.972000', '190303.974000', '190303.977000', '190303.980000', '190323.784000', '190323.786000', '190323.789000', '190323.792000', '190323.794000', '190323.797000', '190323.856000', '190323.859000', '190323.861000', '190323.864000', '190323.867000', '190323.869000', '190323.872000', '190323.874000', '190323.877000', '190323.879000', '190323.882000', '190323.885000', '190323.887000', '190323.890000', '190323.893000', '190323.895000', '190323.898000', '190323.901000', '190323.903000', '190323.906000', '190323.909000', '190323.911000', '190323.914000', '190323.916000', '190323.919000', '190323.922000', '190323.924000', '190323.927000', '190323.929000', '190323.932000', '190323.935000', '190323.937000', '190323.940000', '190323.942000', '190323.945000', '190323.948000', '190323.950000', '190323.953000', '190343.784000', '190343.787000', '190343.789000', '190343.792000', '190343.794000', '190343.797000', '190343.892000', '190343.895000', '190343.898000', '190343.900000', '190343.903000', '190343.905000', '190343.908000', '190343.911000', '190343.913000', '190343.916000', '190343.919000', '190343.922000', '190343.925000', '190343.927000', '190343.930000', '190343.933000', '190343.935000', '190343.938000', '190343.940000', '190343.943000', '190343.947000', '190343.949000', '190343.952000', '190343.955000', '190343.957000', '190343.960000', '190343.963000', '190343.965000', '190343.968000', '190343.970000', '190343.973000', '190343.976000', '190343.978000', '190343.981000', '190343.984000', '190343.987000', '190343.989000', '190403.232000', '190403.235000', '190403.238000', '190403.241000', '190403.244000', '190403.246000', '190403.249000', '190403.252000', '190403.255000', '190403.257000', '190403.261000', '190403.264000', '190403.267000', '190403.270000', '190403.274000', '190403.278000', '190403.281000', '190403.283000', '190403.286000', '190403.289000', '190403.291000', '190403.294000', '190403.298000', '190403.307000', '190403.311000', '190403.314000', '190403.317000', '190403.319000', '190403.322000', '190403.325000', '190403.328000', '190403.331000', '190403.334000', '190403.337000', '190403.340000', '190403.343000', '190403.346000', '190403.348000', '190403.352000', '190403.369000', '190403.374000', '190403.377000', '190403.380000'], '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': [9436, 8981, 8758, 8675, 8526, 8568, 8377, 8241, 8239, 8544, 8085, 8342, 8447, 8592, 8622, 8441, 8402, 8263, 8473, 8426, 8393, 8477, 8397, 8668, 8317, 8541, 8194, 8707, 8415, 8399, 8337, 8459, 8445, 8328, 8398, 8165, 8823, 8482, 8396, 8349, 8707, 8323, 8480, 8480, 8570, 8410, 8352, 8461, 8574, 8471, 8420, 8282, 8533, 8355, 8797, 8485, 8510, 8420, 8499, 8469, 8206, 8388, 8223, 8294, 8397, 8476, 8615, 8504, 8554, 8361, 8294, 8348, 8438, 8552, 8566, 8457, 8373, 8516, 8404, 8674, 8430, 8560, 8511, 8608, 8406, 8402, 8798, 8252, 8895, 8517, 8411, 8523, 8392, 8565, 8370, 8623, 8563, 8698, 8336, 8495, 8349, 8406, 8467, 8587, 8500, 8509, 8602, 8627, 8579, 8624, 8587, 8515, 8347, 8650, 8829, 8325, 8316, 8466, 8501, 8550, 8569, 8565, 8287, 8723, 8427, 8401, 8362, 8500, 8696, 8514, 8641, 8292, 8471, 8397, 8542, 8771, 8506, 8651, 8499, 8442, 8501, 8568, 8551, 8419, 8586, 8512, 8459, 8575, 8638, 8775, 8383, 8688, 8270, 8431, 8402, 8455, 8592, 8437, 9044, 8435, 8575, 8508, 8628, 8475, 8359, 8533, 8484, 8228, 8255, 8371, 8334, 8491, 8609, 8369, 8464, 8380, 8509, 8539, 8486, 8528, 8453, 8508, 8219, 8476, 8471, 8309, 8309, 8514, 8539, 8698, 8519, 8467, 8562, 8384, 8476, 8402, 8488, 8513, 8640, 8410, 8340, 8462, 8438, 8368, 8379, 8327, 8598, 8452, 8598, 8250, 8583, 8532, 8550, 8800, 8615, 8574, 8143, 8612, 8593, 8305, 8378, 8312, 8562, 8450, 8500, 8633, 8437, 8471, 8400, 8524, 8459, 8722, 8539, 8240, 8474, 8569, 8695, 8349, 8889, 8329, 8285, 8421, 8318, 8668, 8564, 8600, 8528, 8555, 8475, 8452, 8303, 8611, 8753, 8520, 8963, 8548, 8714, 8419, 8723, 8550, 8365, 8393, 8399, 8274, 8340, 8477, 8538, 8337, 8692, 8313, 8366, 8513, 8426, 8517, 8165, 8910, 8799, 8647, 8624, 8294, 8219, 8267, 8280, 8175, 8586, 8498, 8352, 8199, 8298, 8958, 8714, 8685, 8708, 8690, 8290, 8466, 8671, 8980, 8588, 8487, 8649, 8555, 8646, 8404, 8616, 8387, 8560, 8803, 8514, 8359, 8337, 8536, 8562, 8942, 8557, 8538, 8510, 8494, 8487, 8258, 8894, 8497, 8841, 8661, 8555, 9047, 8687, 8482, 8475, 8352, 8630, 8594, 8664, 8237, 8525, 8085, 8340, 8006, 8108, 8059, 7969, 7949, 8033, 7988, 8139, 8261, 8368, 8202, 8381, 8250, 7986, 8001, 8008, 8688, 8232, 8137, 8858, 8792, 8679, 8391, 8418, 8257, 8241, 8205, 8108, 8494, 8662, 8544, 8572, 9178, 8394, 8514, 8335, 8511, 8546, 8354, 8444, 8692, 8598, 8247, 9060, 8238, 8594, 8374, 8818, 8375, 8904, 8152, 8345, 8221, 8707, 8315, 8693, 8279, 8399, 8579, 8388, 8206, 8297, 8319, 8362, 8524, 8369, 8232, 8426, 8329, 8709, 8213, 8174, 8322, 8537, 8526, 8554, 8336, 8411, 8231, 8235, 8457, 8520, 8520, 8429, 8241, 8467, 8379, 8189, 8551, 8467, 8390, 8283, 8199, 8248, 8458, 8317, 8309, 8420, 8457, 8126, 8458, 8296, 8308, 8583, 8311, 8342, 8164, 8413, 8121, 8524, 8338, 8430, 8386, 8468, 8538, 8560, 8389, 8610, 8467, 8260, 8441, 8663, 8258, 8370, 8304, 8429, 8648, 8697, 8311, 8600, 8711, 8554, 8596, 8219, 8434, 8218, 8557, 8441, 8403, 8396, 8357, 8523, 8497, 8332, 8718, 8702, 8453, 8208, 8317, 8337, 8549, 8441, 8715, 8485, 8589, 8577, 8396, 8400, 8393, 8448, 8164, 8388, 8660, 8436, 8465, 8292, 8593, 8434, 8467, 8297, 8657, 8340, 8735, 8706, 8551, 8454, 8469, 8520, 8781, 8572, 8583, 8590, 8549, 8468, 8541, 8602, 8268, 8315, 8365, 8441, 8396, 8348, 8549, 8467, 8338, 8622, 8282, 8407, 8486, 8671, 8512, 8299, 8309, 8457, 8315, 8530, 8408, 8488, 8266, 8404, 8119, 8376, 8234, 8246, 8484, 8381, 8681, 8291, 8684, 8274, 8416, 8698, 8667, 8511, 8512, 8369, 8318, 8453, 8475, 8531, 8615, 8285, 8374, 8364, 8412, 8230, 8295, 8235, 8644, 8298, 8624, 8504, 8346, 8502, 8228, 8293, 8520, 8445, 8488, 8357, 8217, 8569, 8521, 8644, 8505, 8362, 8602, 8340, 8168, 8626, 8189, 8180, 8214, 8626, 8341, 8244, 8273, 8428, 8469, 8352, 8511, 8065, 8253, 8478, 8470, 8510, 8447, 8434, 8173, 8279, 8449, 8673, 8521, 8511, 8796, 8247, 8554, 8751, 8668, 8575, 8511, 8565, 8467, 8858, 8445, 8582, 8589, 8365, 8739, 8385, 8548, 8182, 8525, 8428, 8713, 8542, 8200, 8389, 8485, 8343, 8456, 8573, 8503, 8525, 8299, 8293, 8351, 8615, 8298, 8394, 8618, 8498, 8516, 8332, 8439, 8430, 8421, 8511, 8614, 8537, 8528, 8810, 8494, 8749, 8453, 8538, 8540, 8583, 8600, 8432, 8593, 8296, 8609, 8377, 8330, 8376, 8377, 8638, 8402, 8246, 8462, 8864, 8537, 8621, 8761, 8555, 8388, 8619, 8635, 8886, 8512, 8766, 8238, 8295, 8484, 8641, 8478, 8651, 8660, 8326, 8456, 8308, 8427, 8729, 8378, 8400, 8740, 8600, 8509, 8600, 8279, 8284, 8433, 8368, 8522, 8490, 8386, 8273, 8570, 8371, 8579, 8341, 8393, 8673, 8661, 8447, 8704, 8705, 8767, 8496, 8762, 8518, 8704, 8600, 8448, 8566, 8536, 8815, 8476, 8549, 8445, 8576, 8648, 8350, 8655, 8401, 8432, 8483, 8519, 8418, 8601, 8737, 8761, 8567, 8833, 8630, 8571, 8661, 8537, 8590, 8732, 8530, 8429, 8678, 8652, 8476, 8576, 8579, 8480, 8291, 8288, 8361, 8517, 8497, 8254, 8458, 8276, 8553, 8333, 8570, 8375, 8524, 8610, 8509, 8476, 8770, 8472, 8593, 8545, 8308, 8717, 8314, 8727, 8402, 8492, 8645, 8633, 8484, 8727, 8571, 8650, 8849, 8980, 8797, 8805, 8849, 8506, 8774, 8496, 8524, 8350, 8500, 8719, 8439, 8484, 8466, 8496, 8415, 8576, 8451, 8616, 8394, 8601, 8468, 8738, 8327, 8592, 8473, 8528, 8810, 8587, 8629, 8456, 8406, 8702, 8629, 8461, 8466, 8352, 8672, 8575, 8433, 8484, 8572, 8558, 8286, 8597, 8789, 8586, 8653, 8659, 8340, 8805, 8568, 8551, 8365, 8317, 8425, 8345, 8578, 8327, 8517, 8506, 8531, 8537, 8390, 8334, 8334, 8642, 8320, 8287, 8410, 8313, 8313, 8406, 8537, 8451, 8341, 8445, 8447, 8381, 8373, 8444, 8591, 8504, 8581, 8517, 8371, 8418, 8681, 8394, 8517, 8628, 8526, 8486, 8329, 8493, 8457, 8551, 8485, 8584, 8715, 8548, 8428, 8940, 8530, 8271, 8430, 8479, 8504, 8307, 8599, 8448, 8423, 8431, 8537, 8771, 8506, 8817, 8676, 8417, 8656, 8480, 8540, 8794, 8324, 8429, 8394, 8425, 8615, 8283, 8848, 8496, 8522, 8389, 8308, 8335, 8455, 8544, 8536, 8548, 8416, 8604, 8550, 8349, 8254, 8683, 8377, 8409, 8576, 8401, 8425, 8617, 8537, 8711, 8668, 8494, 8571, 8473, 8402, 8632, 8460, 8447, 8363, 8351, 8611, 8326, 8249, 8207, 8467, 8233, 8302, 8719, 8378, 8492, 8419, 8529, 8630, 8604, 8608, 8265, 8480, 8436, 8331, 8341, 8418, 8410, 8334, 8450, 8489, 8831, 8431, 8345, 8552, 8672, 8683, 8513, 8771, 8481, 8527, 8227, 8479, 8223, 8413, 8407, 8399, 8454, 8454, 8548, 8455, 8330, 8264, 8586, 8692, 8569, 8433, 8529, 8417, 8422, 8573, 8213, 8367, 8482, 8477, 8426, 8581, 8232, 8477, 8442, 8494, 8516, 8532, 8643, 8352, 8380, 8392, 8615, 8361, 8492, 8408, 8388, 8324, 8441, 8443, 8732, 8505, 8466, 8550, 8495, 8714, 8494, 8416, 8539, 8541, 8482, 8319, 8322, 8535, 8669, 8647, 8444, 8629, 8469, 8433, 8585, 8415, 8357, 8250, 8370, 8238, 8403, 8592, 8457, 8662, 8534, 8228, 8580, 8612, 8472, 8187, 8364, 8262, 8342, 8347, 8801, 8555, 8607, 8602, 8517, 8762, 8775, 8487, 8631, 8495, 8467, 8838, 8607, 8464, 8494, 8898, 8750, 8718, 8792, 8581, 8547, 8458, 8660, 8679, 8695, 8399, 8655, 8657, 8586, 8628, 8670, 8804, 8713, 8541, 8539, 8659, 8724, 8559, 8533, 8363, 8786, 8607, 8721, 8642, 8769, 8464, 8421, 8703, 8550, 8665, 8317, 8768, 8537, 8663, 8574, 8777, 8758, 8588, 8630, 8494, 8633, 8560, 8504, 8462, 8618, 8674, 8828, 8720, 8629, 8719, 8225, 8588, 8759, 8375, 8508, 8413, 8360, 8402, 8447, 8435, 8573, 8438, 8481, 8560, 8388, 8517, 8640, 8477, 8434, 8523, 8514, 8492, 8469, 8563, 8532, 8663, 8614, 8506, 8528, 8416, 8371, 8677, 8503, 8562, 8621, 8696, 8615, 8774, 8659, 8576, 8301, 8372, 8488, 8429, 8512, 8440, 8464, 8513, 8533, 8444, 8436, 8706, 8508, 8725, 8473, 8590, 8511, 8603, 8457, 8807, 8499, 8796, 8643, 8373, 8460, 8577, 8697, 8835, 8707, 8653, 8571, 8694, 8498, 8542, 8678, 8918, 8827, 8986, 8715, 8780, 8690, 8605, 8506, 8715, 8627, 8520, 8645, 8510, 8559, 8734, 8687, 8899, 8652, 8737, 8570, 8656, 8780, 8848, 8945, 8580, 8853, 8697, 8455, 8685, 8804, 8833, 8697, 8694, 8800, 8833, 8742, 8778, 8507, 8483, 8750, 8997, 8650, 8813, 8949, 8858, 8603, 8923, 8824, 8951, 8855, 8933, 8966, 8750, 8852, 8710, 8755, 8840, 8664, 8786, 8713, 8834, 8634, 8877, 8810, 8900, 8972, 8984, 8793, 8661, 8762, 8615, 8813, 8672, 8726, 8743, 8814, 8723, 8834, 8681, 8439, 9076, 8911, 8985, 9005, 8801, 8620, 9064, 8990, 8875, 8902, 8898, 8912, 9168, 8743, 8899, 9130, 8966, 8761, 9278, 8834, 8585, 8716, 9068, 8764, 8786, 8776, 8602, 8827, 8897, 9202, 8820, 9002, 9002, 8899, 8736, 8733, 8719, 8826, 8581, 9000, 8963, 8713, 8911, 9004, 8953, 8917, 8937, 8840, 8764, 9116, 8878, 8895, 8581, 9192, 8766, 8718, 8983, 8677, 8735, 8575], 'WindowCenter': [4639.0, 4622.0, 4596.0, 4582.0, 4581.0, 4580.0, 4580.0, 4568.0, 4566.0, 4566.0, 4556.0, 4566.0, 4567.0, 4567.0, 4564.0, 4566.0, 4565.0, 4568.0, 4568.0, 4565.0, 4566.0, 4567.0, 4567.0, 4569.0, 4568.0, 4567.0, 4566.0, 4568.0, 4567.0, 4569.0, 4568.0, 4568.0, 4568.0, 4568.0, 4569.0, 4570.0, 4579.0, 4566.0, 4568.0, 4568.0, 4569.0, 4570.0, 4567.0, 4567.0, 4578.0, 4567.0, 4569.0, 4569.0, 4566.0, 4568.0, 4567.0, 4568.0, 4579.0, 4571.0, 4578.0, 4568.0, 4567.0, 4569.0, 4569.0, 4580.0, 4569.0, 4567.0, 4568.0, 4568.0, 4569.0, 4570.0, 4579.0, 4567.0, 4579.0, 4570.0, 4580.0, 4581.0, 4570.0, 4568.0, 4579.0, 4571.0, 4581.0, 4580.0, 4569.0, 4567.0, 4569.0, 4569.0, 4571.0, 4580.0, 4568.0, 4568.0, 4569.0, 4569.0, 4578.0, 4570.0, 4569.0, 4569.0, 4568.0, 4567.0, 4569.0, 4580.0, 4570.0, 4568.0, 4567.0, 4568.0, 4569.0, 4570.0, 4570.0, 4568.0, 4569.0, 4569.0, 4579.0, 4580.0, 4581.0, 4581.0, 4569.0, 4570.0, 4571.0, 4582.0, 4581.0, 4571.0, 4570.0, 4570.0, 4581.0, 4583.0, 4583.0, 4581.0, 4572.0, 4570.0, 4570.0, 4571.0, 4572.0, 4581.0, 4580.0, 4569.0, 4569.0, 4570.0, 4571.0, 4571.0, 4580.0, 4570.0, 4569.0, 4580.0, 4582.0, 4581.0, 4581.0, 4580.0, 4581.0, 4571.0, 4582.0, 4581.0, 4584.0, 4581.0, 4570.0, 4579.0, 4571.0, 4580.0, 4572.0, 4572.0, 4570.0, 4569.0, 4581.0, 4571.0, 4581.0, 4570.0, 4571.0, 4580.0, 4580.0, 4573.0, 4572.0, 4579.0, 4570.0, 4570.0, 4570.0, 4571.0, 4571.0, 4569.0, 4569.0, 4570.0, 4571.0, 4572.0, 4582.0, 4580.0, 4579.0, 4579.0, 4571.0, 4581.0, 4572.0, 4573.0, 4570.0, 4571.0, 4571.0, 4579.0, 4582.0, 4581.0, 4568.0, 4569.0, 4571.0, 4570.0, 4571.0, 4571.0, 4581.0, 4569.0, 4569.0, 4571.0, 4571.0, 4572.0, 4571.0, 4571.0, 4571.0, 4570.0, 4571.0, 4570.0, 4571.0, 4571.0, 4581.0, 4581.0, 4581.0, 4581.0, 4570.0, 4581.0, 4571.0, 4580.0, 4581.0, 4571.0, 4570.0, 4571.0, 4582.0, 4572.0, 4583.0, 4581.0, 4569.0, 4569.0, 4570.0, 4580.0, 4581.0, 4580.0, 4579.0, 4580.0, 4580.0, 4582.0, 4582.0, 4582.0, 4581.0, 4570.0, 4571.0, 4582.0, 4573.0, 4583.0, 4583.0, 4581.0, 4582.0, 4581.0, 4570.0, 4570.0, 4572.0, 4582.0, 4581.0, 4580.0, 4581.0, 4582.0, 4583.0, 4573.0, 4581.0, 4581.0, 4571.0, 4581.0, 4583.0, 4583.0, 4572.0, 4572.0, 4584.0, 4573.0, 4582.0, 4569.0, 4583.0, 4595.0, 4581.0, 4580.0, 4568.0, 4576.0, 4589.0, 4578.0, 4580.0, 4580.0, 4582.0, 4583.0, 4581.0, 4579.0, 4581.0, 4581.0, 4580.0, 4598.0, 4596.0, 4604.0, 4580.0, 4580.0, 4590.0, 4580.0, 4579.0, 4581.0, 4594.0, 4604.0, 4595.0, 4594.0, 4595.0, 4604.0, 4604.0, 4595.0, 4591.0, 4593.0, 4592.0, 4593.0, 4591.0, 4578.0, 4579.0, 4579.0, 4579.0, 4589.0, 4578.0, 4577.0, 4579.0, 4580.0, 4580.0, 4569.0, 4576.0, 4580.0, 4591.0, 4605.0, 4591.0, 4590.0, 4579.0, 4578.0, 4579.0, 4580.0, 4591.0, 4580.0, 4592.0, 4584.0, 4595.0, 4603.0, 4615.0, 4604.0, 4593.0, 4592.0, 4589.0, 4588.0, 4585.0, 4575.0, 4576.0, 4603.0, 4613.0, 4603.0, 4592.0, 4588.0, 4591.0, 4589.0, 4584.0, 4582.0, 4580.0, 4579.0, 4590.0, 4591.0, 4607.0, 4609.0, 4608.0, 4597.0, 4594.0, 4584.0, 4571.0, 4581.0, 4580.0, 4580.0, 4580.0, 4588.0, 4569.0, 4569.0, 4568.0, 4568.0, 4579.0, 4568.0, 4568.0, 4580.0, 4582.0, 4582.0, 4580.0, 4569.0, 4583.0, 4584.0, 4594.0, 4582.0, 4582.0, 4572.0, 4574.0, 4573.0, 4583.0, 4570.0, 4581.0, 4572.0, 4568.0, 4577.0, 4564.0, 4561.0, 4564.0, 4564.0, 4574.0, 4575.0, 4576.0, 4576.0, 4576.0, 4564.0, 4563.0, 4566.0, 4565.0, 4564.0, 4574.0, 4563.0, 4563.0, 4564.0, 4590.0, 4576.0, 4565.0, 4580.0, 4575.0, 4573.0, 4566.0, 4565.0, 4565.0, 4566.0, 4565.0, 4577.0, 4566.0, 4567.0, 4564.0, 4564.0, 4553.0, 4564.0, 4564.0, 4565.0, 4565.0, 4563.0, 4553.0, 4564.0, 4564.0, 4564.0, 4563.0, 4562.0, 4564.0, 4563.0, 4565.0, 4566.0, 4574.0, 4562.0, 4562.0, 4564.0, 4564.0, 4574.0, 4563.0, 4550.0, 4562.0, 4562.0, 4563.0, 4563.0, 4562.0, 4561.0, 4561.0, 4563.0, 4564.0, 4573.0, 4561.0, 4562.0, 4562.0, 4572.0, 4573.0, 4573.0, 4563.0, 4561.0, 4562.0, 4562.0, 4563.0, 4562.0, 4562.0, 4562.0, 4562.0, 4563.0, 4563.0, 4573.0, 4561.0, 4551.0, 4562.0, 4562.0, 4563.0, 4562.0, 4551.0, 4561.0, 4561.0, 4561.0, 4562.0, 4562.0, 4549.0, 4552.0, 4562.0, 4563.0, 4564.0, 4562.0, 4552.0, 4562.0, 4562.0, 4562.0, 4564.0, 4562.0, 4551.0, 4563.0, 4563.0, 4563.0, 4573.0, 4563.0, 4562.0, 4562.0, 4563.0, 4574.0, 4575.0, 4574.0, 4562.0, 4561.0, 4562.0, 4563.0, 4564.0, 4562.0, 4562.0, 4562.0, 4561.0, 4562.0, 4564.0, 4564.0, 4563.0, 4563.0, 4562.0, 4561.0, 4563.0, 4574.0, 4563.0, 4563.0, 4563.0, 4564.0, 4565.0, 4565.0, 4574.0, 4562.0, 4559.0, 4561.0, 4564.0, 4563.0, 4563.0, 4563.0, 4562.0, 4564.0, 4563.0, 4575.0, 4576.0, 4575.0, 4564.0, 4574.0, 4576.0, 4577.0, 4578.0, 4577.0, 4576.0, 4577.0, 4577.0, 4578.0, 4578.0, 4574.0, 4565.0, 4575.0, 4576.0, 4576.0, 4576.0, 4576.0, 4579.0, 4590.0, 4574.0, 4573.0, 4575.0, 4563.0, 4587.0, 4577.0, 4578.0, 4589.0, 4579.0, 4577.0, 4576.0, 4566.0, 4575.0, 4577.0, 4573.0, 4563.0, 4563.0, 4564.0, 4565.0, 4564.0, 4560.0, 4562.0, 4563.0, 4564.0, 4563.0, 4562.0, 4551.0, 4560.0, 4563.0, 4564.0, 4563.0, 4561.0, 4551.0, 4551.0, 4551.0, 4551.0, 4561.0, 4550.0, 4549.0, 4560.0, 4560.0, 4563.0, 4561.0, 4559.0, 4559.0, 4561.0, 4562.0, 4562.0, 4561.0, 4562.0, 4561.0, 4575.0, 4575.0, 4562.0, 4572.0, 4562.0, 4564.0, 4575.0, 4562.0, 4560.0, 4562.0, 4562.0, 4563.0, 4573.0, 4562.0, 4560.0, 4561.0, 4560.0, 4562.0, 4561.0, 4550.0, 4549.0, 4560.0, 4559.0, 4561.0, 4550.0, 4548.0, 4549.0, 4558.0, 4549.0, 4549.0, 4559.0, 4548.0, 4548.0, 4549.0, 4549.0, 4550.0, 4549.0, 4548.0, 4548.0, 4559.0, 4560.0, 4561.0, 4561.0, 4550.0, 4550.0, 4560.0, 4561.0, 4562.0, 4561.0, 4549.0, 4560.0, 4549.0, 4561.0, 4551.0, 4549.0, 4549.0, 4549.0, 4559.0, 4551.0, 4550.0, 4550.0, 4560.0, 4560.0, 4562.0, 4562.0, 4561.0, 4550.0, 4560.0, 4559.0, 4560.0, 4561.0, 4560.0, 4549.0, 4551.0, 4561.0, 4562.0, 4562.0, 4560.0, 4560.0, 4551.0, 4552.0, 4562.0, 4562.0, 4560.0, 4561.0, 4561.0, 4563.0, 4572.0, 4562.0, 4561.0, 4562.0, 4552.0, 4562.0, 4562.0, 4560.0, 4559.0, 4550.0, 4550.0, 4562.0, 4561.0, 4559.0, 4551.0, 4562.0, 4572.0, 4562.0, 4562.0, 4573.0, 4573.0, 4562.0, 4573.0, 4574.0, 4574.0, 4563.0, 4559.0, 4563.0, 4563.0, 4563.0, 4573.0, 4561.0, 4559.0, 4561.0, 4561.0, 4562.0, 4561.0, 4560.0, 4562.0, 4561.0, 4564.0, 4563.0, 4560.0, 4560.0, 4561.0, 4561.0, 4563.0, 4573.0, 4561.0, 4559.0, 4562.0, 4562.0, 4573.0, 4562.0, 4562.0, 4561.0, 4562.0, 4573.0, 4564.0, 4562.0, 4561.0, 4562.0, 4563.0, 4561.0, 4563.0, 4559.0, 4560.0, 4552.0, 4551.0, 4561.0, 4560.0, 4548.0, 4560.0, 4550.0, 4561.0, 4559.0, 4557.0, 4549.0, 4559.0, 4550.0, 4561.0, 4561.0, 4548.0, 4560.0, 4549.0, 4563.0, 4561.0, 4559.0, 4559.0, 4561.0, 4562.0, 4572.0, 4560.0, 4560.0, 4560.0, 4569.0, 4562.0, 4572.0, 4573.0, 4573.0, 4560.0, 4560.0, 4560.0, 4561.0, 4562.0, 4561.0, 4550.0, 4560.0, 4551.0, 4562.0, 4550.0, 4548.0, 4549.0, 4549.0, 4561.0, 4561.0, 4549.0, 4548.0, 4549.0, 4560.0, 4560.0, 4560.0, 4560.0, 4549.0, 4559.0, 4551.0, 4560.0, 4561.0, 4558.0, 4549.0, 4561.0, 4551.0, 4562.0, 4562.0, 4550.0, 4558.0, 4562.0, 4562.0, 4563.0, 4562.0, 4562.0, 4561.0, 4563.0, 4563.0, 4564.0, 4560.0, 4561.0, 4561.0, 4561.0, 4562.0, 4563.0, 4562.0, 4559.0, 4551.0, 4562.0, 4561.0, 4560.0, 4560.0, 4550.0, 4552.0, 4560.0, 4561.0, 4562.0, 4551.0, 4563.0, 4561.0, 4563.0, 4563.0, 4562.0, 4550.0, 4550.0, 4561.0, 4550.0, 4563.0, 4561.0, 4561.0, 4560.0, 4560.0, 4561.0, 4561.0, 4562.0, 4551.0, 4559.0, 4551.0, 4561.0, 4562.0, 4562.0, 4561.0, 4550.0, 4561.0, 4550.0, 4563.0, 4560.0, 4562.0, 4561.0, 4562.0, 4563.0, 4574.0, 4564.0, 4562.0, 4564.0, 4563.0, 4563.0, 4564.0, 4562.0, 4564.0, 4563.0, 4575.0, 4574.0, 4559.0, 4563.0, 4574.0, 4573.0, 4564.0, 4575.0, 4575.0, 4577.0, 4589.0, 4563.0, 4562.0, 4564.0, 4590.0, 4590.0, 4563.0, 4564.0, 4560.0, 4551.0, 4552.0, 4553.0, 4565.0, 4565.0, 4564.0, 4575.0, 4573.0, 4552.0, 4561.0, 4562.0, 4552.0, 4563.0, 4563.0, 4551.0, 4551.0, 4562.0, 4562.0, 4549.0, 4560.0, 4561.0, 4560.0, 4560.0, 4561.0, 4562.0, 4563.0, 4552.0, 4550.0, 4550.0, 4550.0, 4550.0, 4550.0, 4548.0, 4548.0, 4548.0, 4549.0, 4550.0, 4548.0, 4547.0, 4548.0, 4549.0, 4559.0, 4548.0, 4547.0, 4548.0, 4549.0, 4549.0, 4548.0, 4548.0, 4549.0, 4550.0, 4562.0, 4550.0, 4549.0, 4550.0, 4552.0, 4560.0, 4561.0, 4549.0, 4549.0, 4550.0, 4559.0, 4561.0, 4559.0, 4547.0, 4549.0, 4549.0, 4549.0, 4547.0, 4548.0, 4548.0, 4548.0, 4549.0, 4552.0, 4549.0, 4547.0, 4537.0, 4548.0, 4549.0, 4560.0, 4559.0, 4547.0, 4549.0, 4549.0, 4550.0, 4550.0, 4550.0, 4548.0, 4548.0, 4549.0, 4549.0, 4550.0, 4559.0, 4548.0, 4548.0, 4549.0, 4550.0, 4550.0, 4548.0, 4547.0, 4549.0, 4550.0, 4550.0, 4549.0, 4548.0, 4548.0, 4548.0, 4550.0, 4551.0, 4551.0, 4548.0, 4550.0, 4550.0, 4551.0, 4561.0, 4561.0, 4548.0, 4560.0, 4552.0, 4561.0, 4560.0, 4561.0, 4551.0, 4552.0, 4562.0, 4572.0, 4561.0, 4551.0, 4562.0, 4562.0, 4563.0, 4563.0, 4562.0, 4551.0, 4552.0, 4552.0, 4551.0, 4562.0, 4561.0, 4550.0, 4561.0, 4561.0, 4552.0, 4562.0, 4562.0, 4551.0, 4550.0, 4551.0, 4551.0, 4551.0, 4550.0, 4588.0, 4560.0, 4547.0, 4547.0, 4548.0, 4558.0, 4548.0, 4559.0, 4559.0, 4561.0, 4560.0, 4559.0, 4559.0, 4548.0, 4550.0, 4559.0, 4559.0, 4549.0, 4549.0, 4548.0, 4550.0, 4551.0, 4562.0, 4561.0, 4562.0, 4551.0, 4560.0, 4562.0, 4561.0, 4562.0, 4562.0, 4561.0, 4560.0, 4562.0, 4562.0, 4563.0, 4564.0, 4564.0, 4562.0, 4552.0, 4561.0, 4561.0, 4563.0, 4561.0, 4560.0, 4551.0, 4551.0, 4562.0, 4562.0, 4562.0, 4552.0, 4560.0, 4562.0, 4562.0, 4562.0, 4560.0, 4561.0, 4562.0, 4563.0, 4563.0, 4563.0, 4562.0, 4564.0, 4565.0, 4576.0, 4576.0, 4575.0, 4577.0, 4577.0, 4575.0, 4578.0, 4576.0, 4564.0, 4564.0, 4562.0, 4564.0, 4563.0, 4551.0, 4562.0, 4562.0, 4562.0, 4553.0, 4559.0, 4560.0, 4550.0, 4562.0, 4562.0, 4551.0, 4551.0, 4561.0, 4562.0, 4562.0, 4551.0, 4559.0, 4562.0, 4562.0, 4562.0, 4563.0, 4561.0, 4551.0, 4551.0, 4561.0, 4561.0, 4549.0, 4549.0, 4558.0, 4561.0, 4561.0, 4560.0, 4549.0, 4551.0, 4551.0, 4561.0, 4550.0, 4549.0, 4549.0, 4550.0, 4550.0, 4560.0, 4549.0, 4548.0, 4549.0, 4549.0, 4560.0, 4548.0, 4548.0, 4549.0, 4549.0, 4550.0, 4560.0, 4560.0, 4559.0, 4560.0, 4551.0, 4563.0, 4562.0, 4560.0, 4557.0, 4548.0, 4561.0, 4561.0, 4562.0, 4561.0, 4559.0, 4574.0, 4571.0, 4557.0, 4542.0, 4543.0, 4555.0, 4531.0, 4530.0, 4529.0, 4533.0, 4532.0, 4529.0, 4518.0, 4527.0, 4530.0, 4531.0, 4529.0, 4528.0, 4528.0, 4529.0, 4530.0, 4530.0, 4528.0, 4528.0, 4528.0, 4528.0, 4530.0, 4530.0, 4520.0, 4527.0, 4528.0, 4529.0, 4530.0, 4530.0, 4530.0, 4528.0, 4517.0, 4519.0, 4529.0, 4529.0, 4528.0, 4528.0, 4518.0, 4529.0, 4529.0, 4530.0, 4529.0, 4528.0, 4527.0, 4530.0, 4531.0, 4531.0, 4531.0, 4533.0, 4528.0, 4528.0, 4529.0, 4532.0, 4530.0, 4530.0, 4531.0, 4531.0, 4531.0, 4542.0, 4542.0, 4541.0, 4540.0, 4543.0, 4543.0, 4544.0, 4545.0, 4532.0, 4542.0, 4532.0, 4532.0, 4534.0, 4543.0, 4532.0, 4542.0, 4533.0, 4535.0, 4543.0, 4542.0, 4541.0, 4544.0, 4544.0, 4544.0, 4543.0, 4544.0, 4545.0, 4546.0, 4543.0, 4545.0, 4544.0, 4535.0, 4545.0, 4556.0, 4545.0, 4545.0, 4545.0, 4545.0, 4545.0, 4547.0, 4543.0, 4533.0, 4533.0, 4535.0, 4544.0, 4546.0, 4545.0, 4543.0, 4544.0, 4546.0, 4546.0, 4546.0, 4546.0, 4546.0, 4546.0, 4547.0, 4546.0, 4544.0, 4532.0, 4533.0, 4543.0, 4544.0, 4543.0, 4542.0, 4532.0, 4542.0, 4543.0, 4544.0, 4532.0, 4530.0, 4533.0, 4543.0, 4534.0, 4532.0, 4532.0, 4533.0, 4533.0, 4534.0], 'WindowWidth': [10195.0, 10154.0, 10105.0, 10078.0, 10071.0, 10066.0, 10068.0, 10047.0, 10038.0, 10037.0, 10025.0, 10039.0, 10042.0, 10040.0, 10032.0, 10038.0, 10035.0, 10043.0, 10043.0, 10035.0, 10037.0, 10040.0, 10040.0, 10045.0, 10046.0, 10039.0, 10037.0, 10040.0, 10040.0, 10046.0, 10042.0, 10040.0, 10041.0, 10043.0, 10043.0, 10049.0, 10059.0, 10036.0, 10040.0, 10042.0, 10045.0, 10047.0, 10039.0, 10037.0, 10055.0, 10040.0, 10044.0, 10046.0, 10037.0, 10039.0, 10039.0, 10043.0, 10059.0, 10050.0, 10058.0, 10041.0, 10038.0, 10044.0, 10045.0, 10062.0, 10044.0, 10039.0, 10042.0, 10042.0, 10044.0, 10049.0, 10058.0, 10040.0, 10058.0, 10047.0, 10062.0, 10064.0, 10049.0, 10042.0, 10059.0, 10048.0, 10064.0, 10063.0, 10043.0, 10038.0, 10045.0, 10042.0, 10048.0, 10063.0, 10043.0, 10040.0, 10042.0, 10045.0, 10056.0, 10047.0, 10044.0, 10041.0, 10041.0, 10039.0, 10045.0, 10060.0, 10047.0, 10043.0, 10037.0, 10042.0, 10044.0, 10047.0, 10049.0, 10041.0, 10043.0, 10044.0, 10057.0, 10060.0, 10064.0, 10063.0, 10045.0, 10047.0, 10049.0, 10066.0, 10065.0, 10049.0, 10046.0, 10047.0, 10063.0, 10068.0, 10070.0, 10065.0, 10051.0, 10046.0, 10046.0, 10049.0, 10051.0, 10063.0, 10059.0, 10043.0, 10044.0, 10046.0, 10049.0, 10049.0, 10061.0, 10046.0, 10044.0, 10059.0, 10065.0, 10066.0, 10063.0, 10061.0, 10062.0, 10051.0, 10065.0, 10064.0, 10071.0, 10062.0, 10046.0, 10059.0, 10049.0, 10061.0, 10052.0, 10052.0, 10046.0, 10045.0, 10061.0, 10051.0, 10064.0, 10047.0, 10048.0, 10059.0, 10060.0, 10054.0, 10052.0, 10059.0, 10045.0, 10045.0, 10047.0, 10049.0, 10049.0, 10044.0, 10043.0, 10046.0, 10049.0, 10052.0, 10067.0, 10062.0, 10058.0, 10058.0, 10049.0, 10062.0, 10054.0, 10055.0, 10045.0, 10046.0, 10047.0, 10058.0, 10064.0, 10064.0, 10042.0, 10042.0, 10047.0, 10046.0, 10049.0, 10050.0, 10063.0, 10044.0, 10043.0, 10048.0, 10049.0, 10051.0, 10051.0, 10051.0, 10049.0, 10046.0, 10046.0, 10047.0, 10048.0, 10050.0, 10064.0, 10063.0, 10063.0, 10061.0, 10045.0, 10062.0, 10050.0, 10061.0, 10063.0, 10049.0, 10047.0, 10049.0, 10064.0, 10052.0, 10070.0, 10064.0, 10045.0, 10045.0, 10048.0, 10061.0, 10065.0, 10065.0, 10059.0, 10062.0, 10063.0, 10067.0, 10070.0, 10067.0, 10065.0, 10047.0, 10050.0, 10067.0, 10054.0, 10069.0, 10070.0, 10065.0, 10064.0, 10062.0, 10048.0, 10049.0, 10052.0, 10066.0, 10062.0, 10060.0, 10063.0, 10066.0, 10068.0, 10055.0, 10063.0, 10061.0, 10050.0, 10064.0, 10069.0, 10067.0, 10051.0, 10052.0, 10068.0, 10054.0, 10065.0, 10044.0, 10069.0, 10092.0, 10068.0, 10065.0, 10043.0, 10053.0, 10077.0, 10059.0, 10064.0, 10063.0, 10071.0, 10071.0, 10067.0, 10060.0, 10066.0, 10065.0, 10062.0, 10102.0, 10098.0, 10105.0, 10065.0, 10063.0, 10079.0, 10063.0, 10060.0, 10067.0, 10090.0, 10104.0, 10093.0, 10090.0, 10095.0, 10108.0, 10107.0, 10093.0, 10083.0, 10086.0, 10084.0, 10088.0, 10082.0, 10060.0, 10062.0, 10060.0, 10061.0, 10075.0, 10059.0, 10055.0, 10059.0, 10062.0, 10064.0, 10047.0, 10052.0, 10064.0, 10080.0, 10110.0, 10083.0, 10080.0, 10062.0, 10060.0, 10061.0, 10067.0, 10082.0, 10063.0, 10083.0, 10073.0, 10090.0, 10111.0, 10133.0, 10112.0, 10095.0, 10092.0, 10082.0, 10081.0, 10075.0, 10059.0, 10061.0, 10111.0, 10126.0, 10107.0, 10089.0, 10079.0, 10085.0, 10084.0, 10071.0, 10067.0, 10066.0, 10063.0, 10076.0, 10085.0, 10115.0, 10121.0, 10117.0, 10098.0, 10089.0, 10074.0, 10053.0, 10062.0, 10060.0, 10060.0, 10061.0, 10070.0, 10042.0, 10041.0, 10040.0, 10043.0, 10058.0, 10040.0, 10039.0, 10062.0, 10067.0, 10067.0, 10061.0, 10044.0, 10066.0, 10071.0, 10088.0, 10069.0, 10067.0, 10052.0, 10057.0, 10054.0, 10069.0, 10048.0, 10061.0, 10051.0, 10045.0, 10060.0, 10035.0, 10027.0, 10037.0, 10035.0, 10050.0, 10052.0, 10057.0, 10058.0, 10055.0, 10033.0, 10029.0, 10037.0, 10035.0, 10035.0, 10049.0, 10031.0, 10028.0, 10033.0, 10084.0, 10055.0, 10039.0, 10067.0, 10053.0, 10046.0, 10038.0, 10035.0, 10036.0, 10038.0, 10037.0, 10055.0, 10038.0, 10041.0, 10036.0, 10031.0, 10015.0, 10033.0, 10031.0, 10035.0, 10034.0, 10029.0, 10015.0, 10032.0, 10033.0, 10033.0, 10031.0, 10027.0, 10031.0, 10030.0, 10035.0, 10039.0, 10050.0, 10027.0, 10028.0, 10032.0, 10034.0, 10048.0, 10030.0, 10009.0, 10029.0, 10028.0, 10032.0, 10030.0, 10028.0, 10024.0, 10026.0, 10029.0, 10035.0, 10045.0, 10025.0, 10027.0, 10028.0, 10043.0, 10046.0, 10046.0, 10029.0, 10026.0, 10028.0, 10029.0, 10032.0, 10029.0, 10026.0, 10027.0, 10028.0, 10030.0, 10032.0, 10045.0, 10025.0, 10012.0, 10029.0, 10028.0, 10030.0, 10028.0, 10012.0, 10025.0, 10024.0, 10026.0, 10030.0, 10027.0, 10007.0, 10014.0, 10030.0, 10032.0, 10033.0, 10029.0, 10013.0, 10027.0, 10027.0, 10030.0, 10034.0, 10029.0, 10013.0, 10030.0, 10031.0, 10033.0, 10046.0, 10033.0, 10027.0, 10029.0, 10032.0, 10049.0, 10053.0, 10048.0, 10030.0, 10027.0, 10029.0, 10032.0, 10033.0, 10031.0, 10029.0, 10028.0, 10027.0, 10029.0, 10033.0, 10033.0, 10031.0, 10030.0, 10029.0, 10028.0, 10033.0, 10049.0, 10032.0, 10031.0, 10032.0, 10036.0, 10036.0, 10037.0, 10048.0, 10029.0, 10021.0, 10026.0, 10032.0, 10032.0, 10033.0, 10032.0, 10030.0, 10034.0, 10033.0, 10054.0, 10058.0, 10055.0, 10036.0, 10051.0, 10055.0, 10059.0, 10062.0, 10059.0, 10055.0, 10056.0, 10059.0, 10062.0, 10061.0, 10049.0, 10039.0, 10053.0, 10056.0, 10057.0, 10055.0, 10054.0, 10064.0, 10083.0, 10052.0, 10048.0, 10053.0, 10037.0, 10073.0, 10059.0, 10063.0, 10080.0, 10066.0, 10057.0, 10057.0, 10041.0, 10054.0, 10059.0, 10048.0, 10034.0, 10032.0, 10035.0, 10039.0, 10036.0, 10025.0, 10030.0, 10031.0, 10034.0, 10034.0, 10029.0, 10013.0, 10024.0, 10031.0, 10034.0, 10032.0, 10027.0, 10010.0, 10012.0, 10010.0, 10012.0, 10025.0, 10009.0, 10007.0, 10024.0, 10023.0, 10033.0, 10028.0, 10019.0, 10021.0, 10025.0, 10031.0, 10031.0, 10027.0, 10031.0, 10029.0, 10051.0, 10054.0, 10033.0, 10044.0, 10031.0, 10035.0, 10054.0, 10031.0, 10024.0, 10030.0, 10029.0, 10033.0, 10047.0, 10029.0, 10021.0, 10026.0, 10023.0, 10027.0, 10027.0, 10009.0, 10007.0, 10022.0, 10022.0, 10025.0, 10008.0, 10003.0, 10006.0, 10017.0, 10007.0, 10006.0, 10019.0, 10001.0, 10002.0, 10005.0, 10007.0, 10011.0, 10008.0, 10004.0, 10003.0, 10019.0, 10023.0, 10028.0, 10025.0, 10008.0, 10009.0, 10023.0, 10027.0, 10028.0, 10025.0, 10005.0, 10021.0, 10007.0, 10024.0, 10011.0, 10004.0, 10005.0, 10008.0, 10022.0, 10012.0, 10009.0, 10008.0, 10021.0, 10024.0, 10028.0, 10030.0, 10025.0, 10007.0, 10022.0, 10021.0, 10022.0, 10026.0, 10023.0, 10006.0, 10011.0, 10025.0, 10030.0, 10030.0, 10023.0, 10021.0, 10013.0, 10014.0, 10030.0, 10029.0, 10022.0, 10025.0, 10025.0, 10032.0, 10045.0, 10028.0, 10025.0, 10028.0, 10014.0, 10028.0, 10028.0, 10020.0, 10019.0, 10010.0, 10009.0, 10029.0, 10027.0, 10019.0, 10012.0, 10029.0, 10046.0, 10028.0, 10032.0, 10048.0, 10047.0, 10031.0, 10047.0, 10050.0, 10052.0, 10033.0, 10023.0, 10031.0, 10030.0, 10033.0, 10047.0, 10025.0, 10020.0, 10026.0, 10027.0, 10031.0, 10026.0, 10022.0, 10028.0, 10026.0, 10035.0, 10034.0, 10024.0, 10022.0, 10026.0, 10027.0, 10031.0, 10046.0, 10026.0, 10022.0, 10028.0, 10028.0, 10045.0, 10031.0, 10027.0, 10028.0, 10029.0, 10046.0, 10035.0, 10030.0, 10025.0, 10030.0, 10030.0, 10029.0, 10033.0, 10020.0, 10022.0, 10013.0, 10014.0, 10026.0, 10021.0, 10003.0, 10022.0, 10011.0, 10027.0, 10023.0, 10016.0, 10006.0, 10020.0, 10010.0, 10026.0, 10026.0, 10005.0, 10022.0, 10008.0, 10031.0, 10026.0, 10020.0, 10021.0, 10025.0, 10031.0, 10045.0, 10022.0, 10024.0, 10024.0, 10036.0, 10030.0, 10044.0, 10048.0, 10048.0, 10022.0, 10023.0, 10024.0, 10026.0, 10028.0, 10026.0, 10007.0, 10023.0, 10011.0, 10031.0, 10011.0, 10004.0, 10006.0, 10006.0, 10025.0, 10028.0, 10007.0, 10004.0, 10006.0, 10023.0, 10025.0, 10025.0, 10023.0, 10005.0, 10020.0, 10010.0, 10025.0, 10026.0, 10019.0, 10007.0, 10025.0, 10011.0, 10029.0, 10030.0, 10010.0, 10018.0, 10029.0, 10030.0, 10033.0, 10032.0, 10028.0, 10026.0, 10030.0, 10031.0, 10034.0, 10024.0, 10024.0, 10024.0, 10026.0, 10028.0, 10034.0, 10028.0, 10020.0, 10011.0, 10028.0, 10026.0, 10023.0, 10023.0, 10008.0, 10013.0, 10022.0, 10029.0, 10028.0, 10011.0, 10029.0, 10027.0, 10030.0, 10033.0, 10029.0, 10010.0, 10010.0, 10025.0, 10011.0, 10030.0, 10027.0, 10026.0, 10022.0, 10024.0, 10026.0, 10028.0, 10029.0, 10013.0, 10020.0, 10013.0, 10025.0, 10028.0, 10030.0, 10025.0, 10008.0, 10024.0, 10011.0, 10030.0, 10026.0, 10030.0, 10027.0, 10028.0, 10032.0, 10048.0, 10034.0, 10028.0, 10032.0, 10030.0, 10032.0, 10035.0, 10029.0, 10033.0, 10032.0, 10054.0, 10052.0, 10022.0, 10032.0, 10051.0, 10048.0, 10035.0, 10055.0, 10052.0, 10059.0, 10083.0, 10034.0, 10027.0, 10033.0, 10083.0, 10085.0, 10034.0, 10031.0, 10021.0, 10009.0, 10012.0, 10015.0, 10039.0, 10036.0, 10033.0, 10050.0, 10047.0, 10015.0, 10024.0, 10028.0, 10014.0, 10030.0, 10031.0, 10009.0, 10010.0, 10028.0, 10031.0, 10006.0, 10023.0, 10026.0, 10021.0, 10023.0, 10025.0, 10027.0, 10031.0, 10013.0, 10006.0, 10007.0, 10006.0, 10009.0, 10008.0, 10001.0, 10000.0, 10001.0, 10003.0, 10007.0, 10002.0, 10000.0, 10002.0, 10004.0, 10020.0, 10001.0, 9999.0, 10000.0, 10003.0, 10003.0, 10003.0, 10001.0, 10004.0, 10008.0, 10029.0, 10008.0, 10004.0, 10007.0, 10012.0, 10021.0, 10025.0, 10005.0, 10004.0, 10006.0, 10020.0, 10025.0, 10019.0, 9999.0, 10006.0, 10005.0, 10005.0, 10001.0, 10002.0, 10002.0, 10003.0, 10006.0, 10013.0, 10005.0, 10000.0, 9984.0, 10001.0, 10004.0, 10021.0, 10019.0, 9999.0, 10006.0, 10005.0, 10009.0, 10009.0, 10006.0, 10001.0, 10002.0, 10003.0, 10006.0, 10008.0, 10018.0, 10001.0, 10002.0, 10005.0, 10006.0, 10007.0, 10001.0, 9998.0, 10004.0, 10006.0, 10009.0, 10005.0, 10002.0, 10002.0, 10004.0, 10006.0, 10013.0, 10011.0, 10003.0, 10007.0, 10008.0, 10012.0, 10026.0, 10023.0, 10003.0, 10021.0, 10013.0, 10025.0, 10022.0, 10024.0, 10012.0, 10013.0, 10029.0, 10045.0, 10025.0, 10011.0, 10028.0, 10029.0, 10031.0, 10033.0, 10028.0, 10012.0, 10013.0, 10013.0, 10010.0, 10027.0, 10025.0, 10008.0, 10023.0, 10024.0, 10013.0, 10027.0, 10027.0, 10010.0, 10008.0, 10010.0, 10011.0, 10010.0, 10008.0, 10076.0, 10022.0, 10000.0, 9999.0, 10004.0, 10017.0, 10003.0, 10019.0, 10019.0, 10024.0, 10023.0, 10020.0, 10018.0, 10002.0, 10006.0, 10018.0, 10018.0, 10005.0, 10006.0, 10002.0, 10006.0, 10009.0, 10026.0, 10024.0, 10027.0, 10009.0, 10022.0, 10027.0, 10024.0, 10029.0, 10027.0, 10025.0, 10022.0, 10026.0, 10028.0, 10030.0, 10033.0, 10033.0, 10027.0, 10013.0, 10024.0, 10026.0, 10029.0, 10025.0, 10022.0, 10012.0, 10011.0, 10028.0, 10029.0, 10027.0, 10013.0, 10023.0, 10026.0, 10029.0, 10029.0, 10024.0, 10024.0, 10027.0, 10030.0, 10032.0, 10033.0, 10029.0, 10035.0, 10038.0, 10055.0, 10055.0, 10052.0, 10057.0, 10056.0, 10053.0, 10061.0, 10056.0, 10033.0, 10033.0, 10028.0, 10031.0, 10031.0, 10011.0, 10028.0, 10027.0, 10028.0, 10016.0, 10019.0, 10021.0, 10009.0, 10028.0, 10028.0, 10010.0, 10011.0, 10024.0, 10028.0, 10029.0, 10012.0, 10019.0, 10028.0, 10025.0, 10028.0, 10030.0, 10023.0, 10011.0, 10009.0, 10026.0, 10026.0, 10006.0, 10005.0, 10017.0, 10024.0, 10025.0, 10022.0, 10005.0, 10009.0, 10008.0, 10024.0, 10009.0, 10003.0, 10003.0, 10008.0, 10006.0, 10021.0, 10006.0, 10002.0, 10004.0, 10005.0, 10022.0, 10004.0, 10001.0, 10003.0, 10004.0, 10009.0, 10023.0, 10022.0, 10018.0, 10020.0, 10011.0, 10031.0, 10027.0, 10024.0, 10016.0, 10003.0, 10025.0, 10026.0, 10031.0, 10026.0, 10019.0, 10050.0, 10043.0, 10013.0, 9988.0, 9989.0, 10012.0, 9969.0, 9962.0, 9962.0, 9972.0, 9970.0, 9962.0, 9944.0, 9956.0, 9964.0, 9968.0, 9962.0, 9956.0, 9958.0, 9959.0, 9963.0, 9964.0, 9958.0, 9958.0, 9958.0, 9959.0, 9964.0, 9966.0, 9951.0, 9956.0, 9958.0, 9962.0, 9965.0, 9965.0, 9964.0, 9959.0, 9943.0, 9946.0, 9961.0, 9962.0, 9958.0, 9958.0, 9944.0, 9961.0, 9960.0, 9963.0, 9962.0, 9959.0, 9957.0, 9963.0, 9965.0, 9966.0, 9967.0, 9973.0, 9960.0, 9959.0, 9963.0, 9970.0, 9966.0, 9964.0, 9966.0, 9966.0, 9967.0, 9985.0, 9985.0, 9981.0, 9981.0, 9986.0, 9988.0, 9990.0, 9991.0, 9971.0, 9983.0, 9971.0, 9971.0, 9976.0, 9986.0, 9970.0, 9984.0, 9974.0, 9979.0, 9987.0, 9983.0, 9983.0, 9989.0, 9990.0, 9990.0, 9987.0, 9988.0, 9992.0, 9994.0, 9988.0, 9991.0, 9988.0, 9978.0, 9992.0, 10009.0, 9994.0, 9992.0, 9992.0, 9991.0, 9992.0, 9998.0, 9988.0, 9974.0, 9974.0, 9979.0, 9990.0, 9996.0, 9991.0, 9986.0, 9989.0, 9994.0, 9995.0, 9995.0, 9995.0, 9996.0, 9995.0, 9995.0, 9995.0, 9990.0, 9968.0, 9970.0, 9986.0, 9988.0, 9987.0, 9982.0, 9968.0, 9983.0, 9988.0, 9991.0, 9969.0, 9965.0, 9971.0, 9984.0, 9974.0, 9970.0, 9967.0, 9970.0, 9972.0, 9977.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.010971121631463947</td></tr>
<tr><td colspan=3>aqi</td><td>0.045698713182811365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.578877271064126</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.173939885233236</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1357739839431493</td></tr>
<tr><td colspan=3>efc</td><td>0.4681</td></tr>
<tr><td colspan=3>fber</td><td>4332.8955</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09294845469747988</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>61</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.442825928623452</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.039101824464309</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.971448838246048</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3364196477262844</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8094369874205944</td></tr>
<tr><td colspan=3>gcor</td><td>0.0174029</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002084731124341488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019579019397497177</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.811406765871935</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>35.3876</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.4911</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.706</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302187.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>816.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.4027</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5244</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.5666</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3773.4966</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4048.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1062.0679</td></tr>
<tr><td colspan=3>tsnr</td><td>28.286735508590937</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>