<?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-0090_ses-03_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-0090_ses-03_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-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_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-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_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-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0090_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-03_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-0090/figures/sub-0090_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-03_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-0090/ses-03/func/sub-0090_ses-03_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>d1b89efaaa702c48f9b0e4f999a591e3</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:59:28.055000</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.99947, 0.0123223, 0.0301243, -0.0130838, 0.999596, 0.0252126]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0912498</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7708, -7261, 596, 16, -102, -133, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>251.455</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ab042e9b-3ca9-4ef3-8459-fb98f979f864||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.6815054416656494, -0.03510284051299095, 0.08046404272317886, 110.26358032226562], [-0.03305986523628235, 2.6818442344665527, 0.06910211592912674, -93.88409423828125], [0.08082137256860733, -0.06764353811740875, 2.697916030883789, -75.45433807373047], [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, 1335]</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], 'AcquisitionTime': ['185928.055000', '185928.515000', '185928.975000', '185929.435000', '185929.895000', '185930.355000', '185930.815000', '185931.275000', '185931.735000', '185932.195000', '185932.655000', '185933.115000', '185933.575000', '185934.035000', '185934.495000', '185934.955000', '185935.415000', '185935.875000', '185936.335000', '185936.795000', '185937.255000', '185937.715000', '185938.175000', '185938.635000', '185939.095000', '185939.555000', '185940.015000', '185940.475000', '185940.935000', '185941.395000', '185941.855000', '185942.315000', '185942.775000', '185943.235000', '185943.695000', '185944.155000', '185944.615000', '185945.075000', '185945.535000', '185945.995000', '185946.455000', '185946.915000', '185947.375000', '185947.835000', '185948.295000', '185948.755000', '185949.215000', '185949.675000', '185950.135000', '185950.595000', '185951.055000', '185951.515000', '185951.975000', '185952.435000', '185952.895000', '185953.355000', '185953.815000', '185954.275000', '185954.735000', '185955.195000', '185955.655000', '185956.115000', '185956.575000', '185957.035000', '185957.495000', '185957.955000', '185958.415000', '185958.875000', '185959.335000', '185959.795000', '190000.255000', '190000.715000', '190001.175000', '190001.635000', '190002.095000', '190002.555000', '190003.015000', '190003.475000', '190003.935000', '190004.395000', '190004.855000', '190005.315000', '190005.775000', '190006.235000', '190006.695000', '190007.155000', '190007.615000', '190008.075000', '190008.535000', '190008.995000', '190009.455000', '190009.915000', '190010.375000', '190010.835000', '190011.295000', '190011.755000', '190012.215000', '190012.675000', '190013.135000', '190013.595000', '190014.055000', '190014.515000', '190014.975000', '190015.435000', '190015.895000', '190016.355000', '190016.815000', '190017.275000', '190017.735000', '190018.195000', '190018.655000', '190019.115000', '190019.575000', '190020.035000', '190020.495000', '190020.955000', '190021.415000', '190021.875000', '190022.335000', '190022.795000', '190023.255000', '190023.715000', '190024.175000', '190024.635000', '190025.095000', '190025.555000', '190026.015000', '190026.475000', '190026.935000', '190027.395000', '190027.855000', '190028.315000', '190028.775000', '190029.235000', '190029.695000', '190030.155000', '190030.615000', '190031.075000', '190031.535000', '190031.995000', '190032.455000', '190032.915000', '190033.375000', '190033.835000', '190034.295000', '190034.755000', '190035.215000', '190035.675000', '190036.135000', '190036.595000', '190037.055000', '190037.515000', '190037.975000', '190038.435000', '190038.895000', '190039.355000', '190039.815000', '190040.275000', '190040.735000', '190041.195000', '190041.655000', '190042.115000', '190042.575000', '190043.035000', '190043.495000', '190043.955000', '190044.415000', '190044.875000', '190045.335000', '190045.795000', '190046.255000', '190046.715000', '190047.175000', '190047.635000', '190048.095000', '190048.555000', '190049.015000', '190049.475000', '190049.935000', '190050.395000', '190050.855000', '190051.315000', '190051.775000', '190052.235000', '190052.695000', '190053.155000', '190053.615000', '190054.075000', '190054.535000', '190054.995000', '190055.455000', '190055.915000', '190056.375000', '190056.835000', '190057.295000', '190057.755000', '190058.215000', '190058.675000', '190059.135000', '190059.595000', '190100.055000', '190100.515000', '190100.975000', '190101.435000', '190101.895000', '190102.355000', '190102.815000', '190103.275000', '190103.735000', '190104.195000', '190104.655000', '190105.115000', '190105.575000', '190106.035000', '190106.495000', '190106.955000', '190107.415000', '190107.875000', '190108.335000', '190108.795000', '190109.255000', '190109.715000', '190110.175000', '190110.635000', '190111.095000', '190111.555000', '190112.015000', '190112.475000', '190112.935000', '190113.395000', '190113.855000', '190114.315000', '190114.775000', '190115.235000', '190115.695000', '190116.155000', '190116.615000', '190117.075000', '190117.535000', '190117.995000', '190118.455000', '190118.915000', '190119.375000', '190119.835000', '190120.295000', '190120.755000', '190121.215000', '190121.675000', '190122.135000', '190122.595000', '190123.055000', '190123.515000', '190123.975000', '190124.435000', '190124.895000', '190125.355000', '190125.815000', '190126.275000', '190126.735000', '190127.195000', '190127.655000', '190128.115000', '190128.575000', '190129.035000', '190129.495000', '190129.955000', '190130.415000', '190130.875000', '190131.335000', '190131.795000', '190132.255000', '190132.715000', '190133.175000', '190133.635000', '190134.095000', '190134.555000', '190135.015000', '190135.475000', '190135.935000', '190136.395000', '190136.855000', '190137.315000', '190137.775000', '190138.235000', '190138.695000', '190139.155000', '190139.615000', '190140.075000', '190140.535000', '190140.995000', '190141.455000', '190141.915000', '190142.375000', '190142.835000', '190143.295000', '190143.755000', '190144.215000', '190144.675000', '190145.135000', '190145.595000', '190146.055000', '190146.515000', '190146.975000', '190147.435000', '190147.895000', '190148.355000', '190148.815000', '190149.275000', '190149.735000', '190150.195000', '190150.655000', '190151.115000', '190151.575000', '190152.035000', '190152.495000', '190152.955000', '190153.415000', '190153.875000', '190154.335000', '190154.795000', '190155.255000', '190155.715000', '190156.175000', '190156.635000', '190157.095000', '190157.555000', '190158.015000', '190158.475000', '190158.935000', '190159.395000', '190159.855000', '190200.315000', '190200.775000', '190201.235000', '190201.695000', '190202.155000', '190202.615000', '190203.075000', '190203.535000', '190203.995000', '190204.455000', '190204.915000', '190205.375000', '190205.835000', '190206.295000', '190206.755000', '190207.215000', '190207.675000', '190208.135000', '190208.595000', '190209.055000', '190209.515000', '190209.975000', '190210.435000', '190210.895000', '190211.355000', '190211.815000', '190212.275000', '190212.735000', '190213.195000', '190213.655000', '190214.115000', '190214.575000', '190215.035000', '190215.495000', '190215.955000', '190216.415000', '190216.875000', '190217.335000', '190217.795000', '190218.255000', '190218.715000', '190219.175000', '190219.635000', '190220.095000', '190220.555000', '190221.015000', '190221.475000', '190221.935000', '190222.395000', '190222.855000', '190223.315000', '190223.775000', '190224.235000', '190224.695000', '190225.155000', '190225.615000', '190226.075000', '190226.535000', '190226.995000', '190227.455000', '190227.915000', '190228.375000', '190228.835000', '190229.295000', '190229.755000', '190230.215000', '190230.675000', '190231.135000', '190231.595000', '190232.055000', '190232.515000', '190232.975000', '190233.435000', '190233.895000', '190234.355000', '190234.815000', '190235.275000', '190235.735000', '190236.195000', '190236.655000', '190237.115000', '190237.575000', '190238.035000', '190238.495000', '190238.955000', '190239.415000', '190239.875000', '190240.335000', '190240.795000', '190241.255000', '190241.715000', '190242.175000', '190242.635000', '190243.095000', '190243.555000', '190244.015000', '190244.475000', '190244.935000', '190245.395000', '190245.855000', '190246.315000', '190246.775000', '190247.235000', '190247.695000', '190248.155000', '190248.615000', '190249.075000', '190249.535000', '190249.995000', '190250.455000', '190250.915000', '190251.375000', '190251.835000', '190252.295000', '190252.755000', '190253.215000', '190253.675000', '190254.135000', '190254.595000', '190255.055000', '190255.515000', '190255.975000', '190256.435000', '190256.895000', '190257.355000', '190257.815000', '190258.275000', '190258.735000', '190259.195000', '190259.655000', '190300.115000', '190300.575000', '190301.035000', '190301.495000', '190301.955000', '190302.415000', '190302.875000', '190303.335000', '190303.795000', '190304.255000', '190304.715000', '190305.175000', '190305.635000', '190306.095000', '190306.555000', '190307.015000', '190307.475000', '190307.935000', '190308.395000', '190308.855000', '190309.315000', '190309.775000', '190310.235000', '190310.695000', '190311.155000', '190311.615000', '190312.075000', '190312.535000', '190312.995000', '190313.455000', '190313.915000', '190314.375000', '190314.835000', '190315.295000', '190315.755000', '190316.215000', '190316.675000', '190317.135000', '190317.595000', '190318.055000', '190318.515000', '190318.975000', '190319.435000', '190319.895000', '190320.355000', '190320.815000', '190321.275000', '190321.735000', '190322.195000', '190322.655000', '190323.115000', '190323.575000', '190324.035000', '190324.495000', '190324.955000', '190325.415000', '190325.875000', '190326.335000', '190326.795000', '190327.255000', '190327.715000', '190328.175000', '190328.635000', '190329.095000', '190329.555000', '190330.015000', '190330.475000', '190330.935000', '190331.395000', '190331.855000', '190332.315000', '190332.775000', '190333.235000', '190333.695000', '190334.155000', '190334.615000', '190335.075000', '190335.535000', '190335.995000', '190336.455000', '190336.915000', '190337.375000', '190337.835000', '190338.295000', '190338.755000', '190339.215000', '190339.675000', '190340.135000', '190340.595000', '190341.055000', '190341.515000', '190341.975000', '190342.435000', '190342.895000', '190343.355000', '190343.815000', '190344.275000', '190344.735000', '190345.195000', '190345.655000', '190346.115000', '190346.575000', '190347.035000', '190347.495000', '190347.955000', '190348.415000', '190348.875000', '190349.335000', '190349.795000', '190350.255000', '190350.715000', '190351.175000', '190351.635000', '190352.095000', '190352.555000', '190353.015000', '190353.475000', '190353.935000', '190354.395000', '190354.855000', '190355.315000', '190355.775000', '190356.235000', '190356.695000', '190357.155000', '190357.615000', '190358.075000', '190358.535000', '190358.995000', '190359.455000', '190359.915000', '190400.375000', '190400.835000', '190401.295000', '190401.755000', '190402.215000', '190402.675000', '190403.135000', '190403.595000', '190404.055000', '190404.515000', '190404.975000', '190405.435000', '190405.895000', '190406.355000', '190406.815000', '190407.275000', '190407.735000', '190408.195000', '190408.655000', '190409.115000', '190409.575000', '190410.035000', '190410.495000', '190410.955000', '190411.415000', '190411.875000', '190412.335000', '190412.795000', '190413.255000', '190413.715000', '190414.175000', '190414.635000', '190415.095000', '190415.555000', '190416.015000', '190416.475000', '190416.935000', '190417.395000', '190417.855000', '190418.315000', '190418.775000', '190419.235000', '190419.695000', '190420.155000', '190420.615000', '190421.075000', '190421.535000', '190421.995000', '190422.455000', '190422.915000', '190423.375000', '190423.835000', '190424.295000', '190424.755000', '190425.215000', '190425.675000', '190426.135000', '190426.595000', '190427.055000', '190427.515000', '190427.975000', '190428.435000', '190428.895000', '190429.355000', '190429.815000', '190430.275000', '190430.735000', '190431.195000', '190431.655000', '190432.115000', '190432.575000', '190433.035000', '190433.495000', '190433.955000', '190434.415000', '190434.875000', '190435.335000', '190435.795000', '190436.255000', '190436.715000', '190437.175000', '190437.635000', '190438.095000', '190438.555000', '190439.015000', '190439.475000', '190439.935000', '190440.395000', '190440.855000', '190441.315000', '190441.775000', '190442.235000', '190442.695000', '190443.155000', '190443.615000', '190444.075000', '190444.535000', '190444.995000', '190445.455000', '190445.915000', '190446.375000', '190446.835000', '190447.295000', '190447.755000', '190448.215000', '190448.675000', '190449.135000', '190449.595000', '190450.055000', '190450.515000', '190450.975000', '190451.435000', '190451.895000', '190452.355000', '190452.815000', '190453.275000', '190453.735000', '190454.195000', '190454.655000', '190455.115000', '190455.575000', '190456.035000', '190456.495000', '190456.955000', '190457.415000', '190457.875000', '190458.335000', '190458.795000', '190459.255000', '190459.715000', '190500.175000', '190500.635000', '190501.095000', '190501.555000', '190502.015000', '190502.475000', '190502.935000', '190503.395000', '190503.855000', '190504.315000', '190504.775000', '190505.235000', '190505.695000', '190506.155000', '190506.615000', '190507.075000', '190507.535000', '190507.995000', '190508.455000', '190508.915000', '190509.375000', '190509.835000', '190510.295000', '190510.755000', '190511.215000', '190511.675000', '190512.135000', '190512.595000', '190513.055000', '190513.515000', '190513.975000', '190514.435000', '190514.895000', '190515.355000', '190515.815000', '190516.275000', '190516.735000', '190517.195000', '190517.655000', '190518.115000', '190518.575000', '190519.035000', '190519.495000', '190519.955000', '190520.415000', '190520.875000', '190521.335000', '190521.795000', '190522.255000', '190522.715000', '190523.175000', '190523.635000', '190524.095000', '190524.555000', '190525.015000', '190525.475000', '190525.935000', '190526.395000', '190526.855000', '190527.315000', '190527.775000', '190528.235000', '190528.695000', '190529.155000', '190529.615000', '190530.075000', '190530.535000', '190530.995000', '190531.455000', '190531.915000', '190532.375000', '190532.835000', '190533.295000', '190533.755000', '190534.215000', '190534.675000', '190535.135000', '190535.595000', '190536.055000', '190536.515000', '190536.975000', '190537.435000', '190537.895000', '190538.355000', '190538.815000', '190539.275000', '190539.735000', '190540.195000', '190540.655000', '190541.115000', '190541.575000', '190542.035000', '190542.495000', '190542.955000', '190543.415000', '190543.875000', '190544.335000', '190544.795000', '190545.255000', '190545.715000', '190546.175000', '190546.635000', '190547.095000', '190547.555000', '190548.015000', '190548.475000', '190548.935000', '190549.395000', '190549.855000', '190550.315000', '190550.775000', '190551.235000', '190551.695000', '190552.155000', '190552.615000', '190553.075000', '190553.535000', '190553.995000', '190554.455000', '190554.915000', '190555.375000', '190555.835000', '190556.295000', '190556.755000', '190557.215000', '190557.675000', '190558.135000', '190558.595000', '190559.055000', '190559.515000', '190559.975000', '190600.435000', '190600.895000', '190601.355000', '190601.815000', '190602.275000', '190602.735000', '190603.195000', '190603.655000', '190604.115000', '190604.575000', '190605.035000', '190605.495000', '190605.955000', '190606.415000', '190606.875000', '190607.335000', '190607.795000', '190608.255000', '190608.715000', '190609.175000', '190609.635000', '190610.095000', '190610.555000', '190611.015000', '190611.475000', '190611.935000', '190612.395000', '190612.855000', '190613.315000', '190613.775000', '190614.235000', '190614.695000', '190615.155000', '190615.615000', '190616.075000', '190616.535000', '190616.995000', '190617.455000', '190617.915000', '190618.375000', '190618.835000', '190619.295000', '190619.755000', '190620.215000', '190620.675000', '190621.135000', '190621.595000', '190622.055000', '190622.515000', '190622.975000', '190623.435000', '190623.895000', '190624.355000', '190624.815000', '190625.275000', '190625.735000', '190626.195000', '190626.655000', '190627.115000', '190627.575000', '190628.035000', '190628.495000', '190628.955000', '190629.415000', '190629.875000', '190630.335000', '190630.795000', '190631.255000', '190631.715000', '190632.175000', '190632.635000', '190633.095000', '190633.555000', '190634.015000', '190634.475000', '190634.935000', '190635.395000', '190635.855000', '190636.315000', '190636.775000', '190637.235000', '190637.695000', '190638.155000', '190638.615000', '190639.075000', '190639.535000', '190639.995000', '190640.455000', '190640.915000', '190641.375000', '190641.835000', '190642.295000', '190642.755000', '190643.215000', '190643.675000', '190644.135000', '190644.595000', '190645.055000', '190645.515000', '190645.975000', '190646.435000', '190646.895000', '190647.355000', '190647.815000', '190648.275000', '190648.735000', '190649.195000', '190649.655000', '190650.115000', '190650.575000', '190651.035000', '190651.495000', '190651.955000', '190652.415000', '190652.875000', '190653.335000', '190653.795000', '190654.255000', '190654.715000', '190655.175000', '190655.635000', '190656.095000', '190656.555000', '190657.015000', '190657.475000', '190657.935000', '190658.395000', '190658.855000', '190659.315000', '190659.775000', '190700.235000', '190700.695000', '190701.155000', '190701.615000', '190702.075000', '190702.535000', '190702.995000', '190703.455000', '190703.915000', '190704.375000', '190704.835000', '190705.295000', '190705.755000', '190706.215000', '190706.675000', '190707.135000', '190707.595000', '190708.055000', '190708.515000', '190708.975000', '190709.435000', '190709.895000', '190710.355000', '190710.815000', '190711.275000', '190711.735000', '190712.195000', '190712.655000', '190713.115000', '190713.575000', '190714.035000', '190714.495000', '190714.955000', '190715.415000', '190715.875000', '190716.335000', '190716.795000', '190717.255000', '190717.715000', '190718.175000', '190718.635000', '190719.095000', '190719.555000', '190720.015000', '190720.475000', '190720.935000', '190721.395000', '190721.855000', '190722.315000', '190722.775000', '190723.235000', '190723.695000', '190724.155000', '190724.615000', '190725.075000', '190725.535000', '190725.995000', '190726.455000', '190726.915000', '190727.375000', '190727.835000', '190728.295000', '190728.755000', '190729.215000', '190729.675000', '190730.135000', '190730.595000', '190731.055000', '190731.515000', '190731.975000', '190732.435000', '190732.895000', '190733.355000', '190733.815000', '190734.275000', '190734.735000', '190735.195000', '190735.655000', '190736.115000', '190736.575000', '190737.035000', '190737.495000', '190737.955000', '190738.415000', '190738.875000', '190739.335000', '190739.795000', '190740.255000', '190740.715000', '190741.175000', '190741.635000', '190742.095000', '190742.555000', '190743.015000', '190743.475000', '190743.935000', '190744.395000', '190744.855000', '190745.315000', '190745.775000', '190746.235000', '190746.695000', '190747.155000', '190747.615000', '190748.075000', '190748.535000', '190748.995000', '190749.455000', '190749.915000', '190750.375000', '190750.835000', '190751.295000', '190751.755000', '190752.215000', '190752.675000', '190753.135000', '190753.595000', '190754.055000', '190754.515000', '190754.975000', '190755.435000', '190755.895000', '190756.355000', '190756.815000', '190757.275000', '190757.735000', '190758.195000', '190758.655000', '190759.115000', '190759.575000', '190800.035000', '190800.495000', '190800.955000', '190801.415000', '190801.875000', '190802.335000', '190802.795000', '190803.255000', '190803.715000', '190804.175000', '190804.635000', '190805.095000', '190805.555000', '190806.015000', '190806.475000', '190806.935000', '190807.395000', '190807.855000', '190808.315000', '190808.775000', '190809.235000', '190809.695000', '190810.155000', '190810.615000', '190811.075000', '190811.535000', '190811.995000', '190812.455000', '190812.915000', '190813.375000', '190813.835000', '190814.295000', '190814.755000', '190815.215000', '190815.675000', '190816.135000', '190816.595000', '190817.055000', '190817.515000', '190817.975000', '190818.435000', '190818.895000', '190819.355000', '190819.815000', '190820.275000', '190820.735000', '190821.195000', '190821.655000', '190822.115000', '190822.575000', '190823.035000', '190823.495000', '190823.955000', '190824.415000', '190824.875000', '190825.335000', '190825.795000', '190826.255000', '190826.715000', '190827.175000', '190827.635000', '190828.095000', '190828.555000', '190829.015000', '190829.475000', '190829.935000', '190830.395000', '190830.855000', '190831.315000', '190831.775000', '190832.235000', '190832.695000', '190833.155000', '190833.615000', '190834.075000', '190834.535000', '190834.995000', '190835.455000', '190835.915000', '190836.375000', '190836.835000', '190837.295000', '190837.755000', '190838.215000', '190838.675000', '190839.135000', '190839.595000', '190840.055000', '190840.515000', '190840.975000', '190841.435000', '190841.895000', '190842.355000', '190842.815000', '190843.275000', '190843.735000', '190844.195000', '190844.655000', '190845.115000', '190845.575000', '190846.035000', '190846.495000', '190846.955000', '190847.415000', '190847.875000', '190848.335000', '190848.795000', '190849.255000', '190849.715000', '190850.175000', '190850.635000', '190851.095000', '190851.555000', '190852.015000', '190852.475000', '190852.935000', '190853.395000', '190853.855000', '190854.315000', '190854.775000', '190855.235000', '190855.695000', '190856.155000', '190856.615000', '190857.075000', '190857.535000', '190857.995000', '190858.455000', '190858.915000', '190859.375000', '190859.835000', '190900.295000', '190900.755000', '190901.215000', '190901.675000', '190902.135000', '190902.595000', '190903.055000', '190903.515000', '190903.975000', '190904.435000', '190904.895000', '190905.355000', '190905.815000', '190906.275000', '190906.735000', '190907.195000', '190907.655000', '190908.115000', '190908.575000', '190909.035000', '190909.495000', '190909.955000', '190910.415000', '190910.875000', '190911.335000', '190911.795000', '190912.255000', '190912.715000', '190913.175000', '190913.635000', '190914.095000', '190914.555000', '190915.015000', '190915.475000', '190915.935000', '190916.395000', '190916.855000', '190917.315000', '190917.775000', '190918.235000', '190918.695000', '190919.155000', '190919.615000', '190920.075000', '190920.535000', '190920.995000', '190921.455000', '190921.915000', '190922.375000', '190922.835000', '190923.295000', '190923.755000', '190924.215000', '190924.675000', '190925.135000', '190925.595000', '190926.055000', '190926.515000', '190926.975000', '190927.435000', '190927.895000', '190928.355000', '190928.815000', '190929.275000', '190929.735000', '190930.195000', '190930.655000', '190931.115000', '190931.575000', '190932.035000', '190932.495000', '190932.955000', '190933.415000', '190933.875000', '190934.335000', '190934.795000', '190935.255000', '190935.715000', '190936.175000', '190936.635000', '190937.095000', '190937.555000', '190938.015000', '190938.475000', '190938.935000', '190939.395000', '190939.855000', '190940.315000', '190940.775000', '190941.235000', '190941.695000'], 'ContentTime': ['185948.390000', '185948.393000', '185948.396000', '185948.398000', '185948.401000', '185948.404000', '185948.406000', '185948.409000', '185948.411000', '185948.414000', '185948.416000', '185948.419000', '185948.422000', '185948.424000', '185948.427000', '185948.429000', '185948.432000', '185948.435000', '185948.437000', '185948.440000', '185948.442000', '185948.450000', '185948.453000', '185948.455000', '185948.458000', '185948.461000', '185948.463000', '185948.466000', '185948.468000', '185948.471000', '185948.473000', '185948.476000', '185948.479000', '185948.481000', '185948.484000', '185948.486000', '185948.489000', '185948.491000', '185948.494000', '185948.496000', '185948.499000', '190008.387000', '190008.390000', '190008.393000', '190008.395000', '190008.398000', '190008.401000', '190008.403000', '190008.406000', '190008.408000', '190008.411000', '190008.414000', '190008.416000', '190008.419000', '190008.421000', '190008.424000', '190008.426000', '190008.429000', '190008.432000', '190008.434000', '190008.437000', '190008.440000', '190008.443000', '190008.446000', '190008.449000', '190008.451000', '190008.454000', '190008.456000', '190008.459000', '190008.462000', '190008.464000', '190008.467000', '190008.469000', '190008.472000', '190008.475000', '190008.477000', '190008.480000', '190008.483000', '190008.485000', '190008.488000', '190008.490000', '190008.493000', '190008.495000', '190008.498000', '190028.359000', '190028.362000', '190028.365000', '190028.367000', '190028.370000', '190028.373000', '190028.375000', '190028.378000', '190028.380000', '190028.383000', '190028.386000', '190028.388000', '190028.391000', '190028.393000', '190028.396000', '190028.398000', '190028.401000', '190028.404000', '190028.406000', '190028.409000', '190028.411000', '190028.414000', '190028.416000', '190028.419000', '190028.422000', '190028.424000', '190028.427000', '190028.429000', '190028.432000', '190028.435000', '190028.437000', '190028.440000', '190028.442000', '190028.445000', '190028.448000', '190028.450000', '190028.453000', '190028.455000', '190028.458000', '190028.460000', '190028.463000', '190028.466000', '190028.468000', '190028.471000', '190048.360000', '190048.363000', '190048.366000', '190048.368000', '190048.371000', '190048.374000', '190048.376000', '190048.379000', '190048.382000', '190048.384000', '190048.387000', '190048.389000', '190048.392000', '190048.395000', '190048.397000', '190048.400000', '190048.403000', '190048.405000', '190048.408000', '190048.411000', '190048.413000', '190048.416000', '190048.418000', '190048.421000', '190048.424000', '190048.426000', '190048.429000', '190048.432000', '190048.435000', '190048.438000', '190048.441000', '190048.444000', '190048.446000', '190048.449000', '190048.452000', '190048.454000', '190048.457000', '190048.459000', '190048.462000', '190048.465000', '190048.467000', '190048.470000', '190048.501000', '190108.361000', '190108.364000', '190108.366000', '190108.369000', '190108.371000', '190108.374000', '190108.377000', '190108.379000', '190108.382000', '190108.384000', '190108.387000', '190108.390000', '190108.392000', '190108.395000', '190108.398000', '190108.400000', '190108.403000', '190108.406000', '190108.408000', '190108.411000', '190108.413000', '190108.416000', '190108.419000', '190108.421000', '190108.424000', '190108.426000', '190108.429000', '190108.432000', '190108.434000', '190108.437000', '190108.439000', '190108.442000', '190108.445000', '190108.447000', '190108.450000', '190108.452000', '190108.455000', '190108.458000', '190108.460000', '190108.463000', '190108.466000', '190108.468000', '190108.471000', '190108.473000', '190128.361000', '190128.364000', '190128.366000', '190128.369000', '190128.371000', '190128.374000', '190128.377000', '190128.379000', '190128.382000', '190128.384000', '190128.387000', '190128.390000', '190128.392000', '190128.395000', '190128.397000', '190128.400000', '190128.403000', '190128.405000', '190128.408000', '190128.410000', '190128.413000', '190128.416000', '190128.418000', '190128.421000', '190128.423000', '190128.426000', '190128.429000', '190128.431000', '190128.434000', '190128.437000', '190128.439000', '190128.442000', '190128.444000', '190128.447000', '190128.450000', '190128.452000', '190128.455000', '190128.458000', '190128.460000', '190128.463000', '190128.466000', '190128.469000', '190128.472000', '190148.361000', '190148.363000', '190148.366000', '190148.369000', '190148.371000', '190148.374000', '190148.376000', '190148.379000', '190148.381000', '190148.384000', '190148.387000', '190148.389000', '190148.392000', '190148.394000', '190148.397000', '190148.400000', '190148.402000', '190148.405000', '190148.408000', '190148.410000', '190148.413000', '190148.415000', '190148.418000', '190148.420000', '190148.423000', '190148.426000', '190148.428000', '190148.431000', '190148.433000', '190148.436000', '190148.439000', '190148.441000', '190148.444000', '190148.446000', '190148.449000', '190148.452000', '190148.454000', '190148.457000', '190148.459000', '190148.462000', '190148.465000', '190148.467000', '190148.470000', '190148.472000', '190208.361000', '190208.363000', '190208.366000', '190208.369000', '190208.371000', '190208.374000', '190208.377000', '190208.379000', '190208.382000', '190208.385000', '190208.387000', '190208.390000', '190208.392000', '190208.395000', '190208.398000', '190208.400000', '190208.403000', '190208.405000', '190208.408000', '190208.411000', '190208.413000', '190208.416000', '190208.418000', '190208.421000', '190208.424000', '190208.433000', '190208.436000', '190208.438000', '190208.441000', '190208.444000', '190208.446000', '190208.449000', '190208.451000', '190208.454000', '190208.457000', '190208.459000', '190208.462000', '190208.465000', '190208.468000', '190208.470000', '190208.473000', '190208.476000', '190208.478000', '190228.360000', '190228.363000', '190228.366000', '190228.369000', '190228.371000', '190228.374000', '190228.376000', '190228.379000', '190228.382000', '190228.384000', '190228.387000', '190228.390000', '190228.392000', '190228.395000', '190228.397000', '190228.400000', '190228.403000', '190228.405000', '190228.408000', '190228.410000', '190228.413000', '190228.416000', '190228.418000', '190228.421000', '190228.424000', '190228.426000', '190228.429000', '190228.431000', '190228.434000', '190228.437000', '190228.439000', '190228.442000', '190228.444000', '190228.447000', '190228.450000', '190228.452000', '190228.455000', '190228.457000', '190228.460000', '190228.463000', '190228.465000', '190228.468000', '190228.470000', '190228.473000', '190248.359000', '190248.362000', '190248.365000', '190248.368000', '190248.370000', '190248.373000', '190248.375000', '190248.378000', '190248.381000', '190248.383000', '190248.386000', '190248.389000', '190248.391000', '190248.394000', '190248.396000', '190248.399000', '190248.402000', '190248.404000', '190248.407000', '190248.409000', '190248.412000', '190248.415000', '190248.417000', '190248.420000', '190248.423000', '190248.425000', '190248.428000', '190248.430000', '190248.433000', '190248.436000', '190248.438000', '190248.441000', '190248.444000', '190248.446000', '190248.449000', '190248.451000', '190248.454000', '190248.457000', '190248.459000', '190248.462000', '190248.464000', '190248.467000', '190248.470000', '190308.361000', '190308.364000', '190308.366000', '190308.369000', '190308.371000', '190308.374000', '190308.377000', '190308.379000', '190308.382000', '190308.385000', '190308.388000', '190308.390000', '190308.393000', '190308.395000', '190308.398000', '190308.401000', '190308.403000', '190308.406000', '190308.409000', '190308.411000', '190308.414000', '190308.417000', '190308.419000', '190308.422000', '190308.425000', '190308.427000', '190308.430000', '190308.432000', '190308.435000', '190308.438000', '190308.440000', '190308.443000', '190308.445000', '190308.448000', '190308.451000', '190308.466000', '190308.468000', '190308.471000', '190308.474000', '190308.476000', '190308.479000', '190308.481000', '190308.484000', '190308.487000', '190328.360000', '190328.363000', '190328.366000', '190328.369000', '190328.371000', '190328.374000', '190328.377000', '190328.379000', '190328.382000', '190328.385000', '190328.387000', '190328.390000', '190328.393000', '190328.395000', '190328.398000', '190328.401000', '190328.403000', '190328.406000', '190328.409000', '190328.411000', '190328.414000', '190328.417000', '190328.419000', '190328.422000', '190328.425000', '190328.427000', '190328.430000', '190328.432000', '190328.435000', '190328.438000', '190328.440000', '190328.443000', '190328.445000', '190328.448000', '190328.451000', '190328.453000', '190328.456000', '190328.459000', '190328.461000', '190328.464000', '190328.466000', '190328.469000', '190328.472000', '190348.361000', '190348.428000', '190348.431000', '190348.433000', '190348.436000', '190348.439000', '190348.441000', '190348.444000', '190348.446000', '190348.449000', '190348.452000', '190348.454000', '190348.457000', '190348.460000', '190348.462000', '190348.465000', '190348.467000', '190348.470000', '190348.473000', '190348.475000', '190348.478000', '190348.480000', '190348.483000', '190348.486000', '190348.488000', '190348.491000', '190348.493000', '190348.496000', '190348.498000', '190348.501000', '190348.504000', '190348.506000', '190348.509000', '190348.512000', '190348.514000', '190348.517000', '190348.519000', '190348.522000', '190348.525000', '190348.527000', '190348.530000', '190348.533000', '190348.535000', '190408.360000', '190408.363000', '190408.366000', '190408.369000', '190408.371000', '190408.374000', '190408.377000', '190408.379000', '190408.382000', '190408.384000', '190408.387000', '190408.389000', '190408.392000', '190408.395000', '190408.397000', '190408.400000', '190408.402000', '190408.405000', '190408.408000', '190408.410000', '190408.413000', '190408.415000', '190408.418000', '190408.421000', '190408.423000', '190408.426000', '190408.428000', '190408.431000', '190408.434000', '190408.436000', '190408.439000', '190408.442000', '190408.444000', '190408.447000', '190408.450000', '190408.452000', '190408.455000', '190408.457000', '190408.460000', '190408.463000', '190408.465000', '190408.468000', '190408.470000', '190408.473000', '190428.360000', '190428.363000', '190428.366000', '190428.369000', '190428.372000', '190428.375000', '190428.377000', '190428.380000', '190428.383000', '190428.385000', '190428.388000', '190428.391000', '190428.393000', '190428.396000', '190428.398000', '190428.401000', '190428.404000', '190428.406000', '190428.409000', '190428.412000', '190428.414000', '190428.417000', '190428.420000', '190428.422000', '190428.425000', '190428.428000', '190428.431000', '190428.433000', '190428.436000', '190428.438000', '190428.441000', '190428.444000', '190428.446000', '190428.449000', '190428.452000', '190428.454000', '190428.457000', '190428.459000', '190428.462000', '190428.464000', '190428.467000', '190428.470000', '190428.472000', '190428.475000', '190448.361000', '190448.363000', '190448.366000', '190448.369000', '190448.371000', '190448.374000', '190448.377000', '190448.379000', '190448.382000', '190448.384000', '190448.387000', '190448.390000', '190448.392000', '190448.395000', '190448.398000', '190448.400000', '190448.411000', '190448.414000', '190448.416000', '190448.419000', '190448.422000', '190448.424000', '190448.427000', '190448.430000', '190448.432000', '190448.435000', '190448.437000', '190448.440000', '190448.443000', '190448.445000', '190448.448000', '190448.451000', '190448.453000', '190448.456000', '190448.458000', '190448.461000', '190448.464000', '190448.466000', '190448.469000', '190448.471000', '190448.474000', '190448.477000', '190448.479000', '190508.360000', '190508.365000', '190508.367000', '190508.370000', '190508.372000', '190508.375000', '190508.378000', '190508.380000', '190508.383000', '190508.386000', '190508.388000', '190508.391000', '190508.393000', '190508.396000', '190508.398000', '190508.401000', '190508.404000', '190508.406000', '190508.409000', '190508.412000', '190508.414000', '190508.417000', '190508.420000', '190508.422000', '190508.425000', '190508.427000', '190508.430000', '190508.433000', '190508.435000', '190508.438000', '190508.441000', '190508.443000', '190508.446000', '190508.448000', '190508.451000', '190508.454000', '190508.456000', '190508.459000', '190508.462000', '190508.464000', '190508.467000', '190508.469000', '190508.472000', '190508.475000', '190528.361000', '190528.363000', '190528.366000', '190528.369000', '190528.371000', '190528.374000', '190528.377000', '190528.380000', '190528.382000', '190528.385000', '190528.387000', '190528.390000', '190528.393000', '190528.395000', '190528.398000', '190528.400000', '190528.403000', '190528.406000', '190528.408000', '190528.411000', '190528.413000', '190528.416000', '190528.419000', '190528.421000', '190528.424000', '190528.426000', '190528.429000', '190528.431000', '190528.434000', '190528.437000', '190528.439000', '190528.442000', '190528.445000', '190528.447000', '190528.450000', '190528.452000', '190528.455000', '190528.458000', '190528.460000', '190528.463000', '190528.465000', '190528.468000', '190528.471000', '190548.361000', '190548.364000', '190548.366000', '190548.369000', '190548.372000', '190548.374000', '190548.377000', '190548.379000', '190548.382000', '190548.385000', '190548.388000', '190548.391000', '190548.394000', '190548.397000', '190548.399000', '190548.402000', '190548.405000', '190548.409000', '190548.412000', '190548.414000', '190548.417000', '190548.420000', '190548.422000', '190548.425000', '190548.428000', '190548.430000', '190548.433000', '190548.436000', '190548.438000', '190548.441000', '190548.443000', '190548.446000', '190548.449000', '190548.451000', '190548.454000', '190548.456000', '190548.459000', '190548.462000', '190548.465000', '190548.467000', '190548.470000', '190548.473000', '190548.475000', '190608.360000', '190608.363000', '190608.366000', '190608.369000', '190608.371000', '190608.374000', '190608.377000', '190608.379000', '190608.382000', '190608.385000', '190608.387000', '190608.390000', '190608.392000', '190608.395000', '190608.442000', '190608.445000', '190608.447000', '190608.450000', '190608.453000', '190608.455000', '190608.458000', '190608.460000', '190608.463000', '190608.465000', '190608.468000', '190608.471000', '190608.473000', '190608.476000', '190608.479000', '190608.481000', '190608.484000', '190608.487000', '190608.489000', '190608.492000', '190608.494000', '190608.497000', '190608.500000', '190608.502000', '190608.505000', '190608.507000', '190608.510000', '190608.513000', '190608.515000', '190608.518000', '190628.361000', '190628.364000', '190628.366000', '190628.369000', '190628.371000', '190628.374000', '190628.377000', '190628.379000', '190628.382000', '190628.385000', '190628.388000', '190628.391000', '190628.393000', '190628.396000', '190628.398000', '190628.401000', '190628.404000', '190628.406000', '190628.409000', '190628.412000', '190628.414000', '190628.417000', '190628.419000', '190628.422000', '190628.424000', '190628.427000', '190628.430000', '190628.432000', '190628.435000', '190628.438000', '190628.440000', '190628.443000', '190628.445000', '190628.448000', '190628.451000', '190628.453000', '190628.456000', '190628.458000', '190628.461000', '190628.463000', '190628.466000', '190628.469000', '190628.471000', '190648.361000', '190648.364000', '190648.366000', '190648.369000', '190648.371000', '190648.374000', '190648.377000', '190648.379000', '190648.382000', '190648.384000', '190648.387000', '190648.390000', '190648.392000', '190648.395000', '190648.397000', '190648.400000', '190648.403000', '190648.405000', '190648.408000', '190648.411000', '190648.413000', '190648.416000', '190648.418000', '190648.421000', '190648.424000', '190648.426000', '190648.429000', '190648.431000', '190648.434000', '190648.437000', '190648.439000', '190648.442000', '190648.444000', '190648.447000', '190648.450000', '190648.452000', '190648.455000', '190648.458000', '190648.460000', '190648.463000', '190648.465000', '190648.468000', '190648.471000', '190648.473000', '190708.361000', '190708.364000', '190708.366000', '190708.369000', '190708.371000', '190708.374000', '190708.376000', '190708.379000', '190708.382000', '190708.384000', '190708.387000', '190708.390000', '190708.392000', '190708.395000', '190708.398000', '190708.401000', '190708.404000', '190708.407000', '190708.410000', '190708.412000', '190708.415000', '190708.418000', '190708.420000', '190708.423000', '190708.425000', '190708.428000', '190708.431000', '190708.433000', '190708.436000', '190708.438000', '190708.441000', '190708.444000', '190708.447000', '190708.450000', '190708.453000', '190708.455000', '190708.458000', '190708.460000', '190708.463000', '190708.466000', '190708.468000', '190708.471000', '190708.473000', '190728.360000', '190728.363000', '190728.365000', '190728.368000', '190728.370000', '190728.373000', '190728.376000', '190728.378000', '190728.381000', '190728.384000', '190728.396000', '190728.399000', '190728.401000', '190728.404000', '190728.407000', '190728.409000', '190728.412000', '190728.415000', '190728.417000', '190728.421000', '190728.423000', '190728.426000', '190728.429000', '190728.431000', '190728.434000', '190728.437000', '190728.440000', '190728.442000', '190728.445000', '190728.448000', '190728.450000', '190728.453000', '190728.456000', '190728.458000', '190728.461000', '190728.464000', '190728.466000', '190728.469000', '190728.472000', '190728.475000', '190728.477000', '190728.480000', '190728.483000', '190728.485000', '190748.361000', '190748.364000', '190748.366000', '190748.369000', '190748.371000', '190748.374000', '190748.377000', '190748.379000', '190748.382000', '190748.385000', '190748.387000', '190748.390000', '190748.392000', '190748.395000', '190748.398000', '190748.400000', '190748.403000', '190748.406000', '190748.408000', '190748.411000', '190748.414000', '190748.416000', '190748.419000', '190748.421000', '190748.424000', '190748.427000', '190748.429000', '190748.432000', '190748.434000', '190748.437000', '190748.440000', '190748.442000', '190748.445000', '190748.447000', '190748.450000', '190748.453000', '190748.455000', '190748.458000', '190748.460000', '190748.463000', '190748.466000', '190748.468000', '190748.471000', '190808.361000', '190808.364000', '190808.366000', '190808.369000', '190808.371000', '190808.374000', '190808.377000', '190808.379000', '190808.382000', '190808.384000', '190808.387000', '190808.390000', '190808.392000', '190808.395000', '190808.398000', '190808.400000', '190808.403000', '190808.405000', '190808.408000', '190808.411000', '190808.413000', '190808.416000', '190808.418000', '190808.421000', '190808.424000', '190808.426000', '190808.429000', '190808.432000', '190808.434000', '190808.437000', '190808.440000', '190808.442000', '190808.445000', '190808.448000', '190808.450000', '190808.453000', '190808.455000', '190808.458000', '190808.461000', '190808.463000', '190808.466000', '190808.469000', '190808.471000', '190808.474000', '190828.361000', '190828.364000', '190828.366000', '190828.369000', '190828.371000', '190828.374000', '190828.377000', '190828.379000', '190828.382000', '190828.385000', '190828.387000', '190828.390000', '190828.393000', '190828.395000', '190828.398000', '190828.400000', '190828.403000', '190828.406000', '190828.408000', '190828.411000', '190828.414000', '190828.416000', '190828.419000', '190828.421000', '190828.424000', '190828.428000', '190828.431000', '190828.434000', '190828.437000', '190828.440000', '190828.442000', '190828.445000', '190828.448000', '190828.450000', '190828.453000', '190828.456000', '190828.458000', '190828.461000', '190828.464000', '190828.466000', '190828.469000', '190828.471000', '190828.474000', '190848.361000', '190848.363000', '190848.366000', '190848.369000', '190848.371000', '190848.374000', '190848.377000', '190848.390000', '190848.393000', '190848.396000', '190848.398000', '190848.401000', '190848.403000', '190848.406000', '190848.409000', '190848.411000', '190848.414000', '190848.417000', '190848.419000', '190848.422000', '190848.425000', '190848.427000', '190848.430000', '190848.432000', '190848.435000', '190848.438000', '190848.440000', '190848.443000', '190848.446000', '190848.448000', '190848.451000', '190848.453000', '190848.456000', '190848.459000', '190848.461000', '190848.464000', '190848.467000', '190848.469000', '190848.472000', '190848.475000', '190848.477000', '190848.480000', '190848.482000', '190848.485000', '190908.361000', '190908.364000', '190908.366000', '190908.369000', '190908.371000', '190908.374000', '190908.377000', '190908.379000', '190908.382000', '190908.384000', '190908.387000', '190908.390000', '190908.392000', '190908.395000', '190908.397000', '190908.400000', '190908.403000', '190908.405000', '190908.408000', '190908.411000', '190908.413000', '190908.416000', '190908.418000', '190908.421000', '190908.424000', '190908.426000', '190908.429000', '190908.431000', '190908.434000', '190908.437000', '190908.439000', '190908.442000', '190908.444000', '190908.447000', '190908.450000', '190908.452000', '190908.455000', '190908.458000', '190908.460000', '190908.463000', '190908.466000', '190908.468000', '190908.471000', '190928.361000', '190928.364000', '190928.366000', '190928.369000', '190928.371000', '190928.374000', '190928.377000', '190928.379000', '190928.382000', '190928.385000', '190928.387000', '190928.390000', '190928.393000', '190928.395000', '190928.398000', '190928.400000', '190928.403000', '190928.406000', '190928.408000', '190928.411000', '190928.414000', '190928.416000', '190928.419000', '190928.421000', '190928.424000', '190928.427000', '190928.429000', '190928.432000', '190928.434000', '190928.437000', '190928.440000', '190928.442000', '190928.445000', '190928.447000', '190928.450000', '190928.453000', '190928.455000', '190928.458000', '190928.461000', '190928.463000', '190928.466000', '190928.469000', '190928.471000', '190928.474000', '190943.453000', '190943.456000', '190943.459000', '190943.462000', '190943.465000', '190943.468000', '190943.470000', '190943.473000', '190943.476000', '190943.479000', '190943.482000', '190943.485000', '190943.488000', '190943.490000', '190943.493000', '190943.496000', '190943.499000', '190943.502000', '190943.505000', '190943.508000', '190943.511000', '190943.514000', '190943.517000', '190943.519000', '190943.522000', '190943.525000', '190943.529000', '190943.533000', '190943.536000', '190943.540000', '190943.543000', '190943.546000', '190943.551000'], 'InstanceCreationTime': ['185948.390000', '185948.393000', '185948.396000', '185948.398000', '185948.401000', '185948.404000', '185948.406000', '185948.409000', '185948.411000', '185948.414000', '185948.416000', '185948.419000', '185948.422000', '185948.424000', '185948.427000', '185948.429000', '185948.432000', '185948.435000', '185948.437000', '185948.440000', '185948.442000', '185948.450000', '185948.453000', '185948.455000', '185948.458000', '185948.461000', '185948.463000', '185948.466000', '185948.468000', '185948.471000', '185948.473000', '185948.476000', '185948.479000', '185948.481000', '185948.484000', '185948.486000', '185948.489000', '185948.491000', '185948.494000', '185948.496000', '185948.499000', '190008.387000', '190008.390000', '190008.393000', '190008.395000', '190008.398000', '190008.401000', '190008.403000', '190008.406000', '190008.408000', '190008.411000', '190008.414000', '190008.416000', '190008.419000', '190008.421000', '190008.424000', '190008.426000', '190008.429000', '190008.432000', '190008.434000', '190008.437000', '190008.440000', '190008.443000', '190008.446000', '190008.449000', '190008.451000', '190008.454000', '190008.456000', '190008.459000', '190008.462000', '190008.464000', '190008.467000', '190008.469000', '190008.472000', '190008.475000', '190008.477000', '190008.480000', '190008.483000', '190008.485000', '190008.488000', '190008.490000', '190008.493000', '190008.495000', '190008.498000', '190028.359000', '190028.362000', '190028.365000', '190028.367000', '190028.370000', '190028.373000', '190028.375000', '190028.378000', '190028.380000', '190028.383000', '190028.386000', '190028.388000', '190028.391000', '190028.393000', '190028.396000', '190028.398000', '190028.401000', '190028.404000', '190028.406000', '190028.409000', '190028.411000', '190028.414000', '190028.416000', '190028.419000', '190028.422000', '190028.424000', '190028.427000', '190028.429000', '190028.432000', '190028.435000', '190028.437000', '190028.440000', '190028.442000', '190028.445000', '190028.448000', '190028.450000', '190028.453000', '190028.455000', '190028.458000', '190028.460000', '190028.463000', '190028.466000', '190028.468000', '190028.471000', '190048.360000', '190048.363000', '190048.366000', '190048.368000', '190048.371000', '190048.374000', '190048.376000', '190048.379000', '190048.382000', '190048.384000', '190048.387000', '190048.389000', '190048.392000', '190048.395000', '190048.397000', '190048.400000', '190048.403000', '190048.405000', '190048.408000', '190048.411000', '190048.413000', '190048.416000', '190048.418000', '190048.421000', '190048.424000', '190048.426000', '190048.429000', '190048.432000', '190048.435000', '190048.438000', '190048.441000', '190048.444000', '190048.446000', '190048.449000', '190048.452000', '190048.454000', '190048.457000', '190048.459000', '190048.462000', '190048.465000', '190048.467000', '190048.470000', '190048.501000', '190108.361000', '190108.364000', '190108.366000', '190108.369000', '190108.371000', '190108.374000', '190108.377000', '190108.379000', '190108.382000', '190108.384000', '190108.387000', '190108.390000', '190108.392000', '190108.395000', '190108.398000', '190108.400000', '190108.403000', '190108.406000', '190108.408000', '190108.411000', '190108.413000', '190108.416000', '190108.419000', '190108.421000', '190108.424000', '190108.426000', '190108.429000', '190108.432000', '190108.434000', '190108.437000', '190108.439000', '190108.442000', '190108.445000', '190108.447000', '190108.450000', '190108.452000', '190108.455000', '190108.458000', '190108.460000', '190108.463000', '190108.466000', '190108.468000', '190108.471000', '190108.473000', '190128.361000', '190128.364000', '190128.366000', '190128.369000', '190128.371000', '190128.374000', '190128.377000', '190128.379000', '190128.382000', '190128.384000', '190128.387000', '190128.390000', '190128.392000', '190128.395000', '190128.397000', '190128.400000', '190128.403000', '190128.405000', '190128.408000', '190128.410000', '190128.413000', '190128.416000', '190128.418000', '190128.421000', '190128.423000', '190128.426000', '190128.429000', '190128.431000', '190128.434000', '190128.437000', '190128.439000', '190128.442000', '190128.444000', '190128.447000', '190128.450000', '190128.452000', '190128.455000', '190128.458000', '190128.460000', '190128.463000', '190128.466000', '190128.469000', '190128.472000', '190148.361000', '190148.363000', '190148.366000', '190148.369000', '190148.371000', '190148.374000', '190148.376000', '190148.379000', '190148.381000', '190148.384000', '190148.387000', '190148.389000', '190148.392000', '190148.394000', '190148.397000', '190148.400000', '190148.402000', '190148.405000', '190148.408000', '190148.410000', '190148.413000', '190148.415000', '190148.418000', '190148.420000', '190148.423000', '190148.426000', '190148.428000', '190148.431000', '190148.433000', '190148.436000', '190148.439000', '190148.441000', '190148.444000', '190148.446000', '190148.449000', '190148.452000', '190148.454000', '190148.457000', '190148.459000', '190148.462000', '190148.465000', '190148.467000', '190148.470000', '190148.472000', '190208.361000', '190208.363000', '190208.366000', '190208.369000', '190208.371000', '190208.374000', '190208.377000', '190208.379000', '190208.382000', '190208.385000', '190208.387000', '190208.390000', '190208.392000', '190208.395000', '190208.398000', '190208.400000', '190208.403000', '190208.405000', '190208.408000', '190208.411000', '190208.413000', '190208.416000', '190208.418000', '190208.421000', '190208.424000', '190208.433000', '190208.436000', '190208.438000', '190208.441000', '190208.444000', '190208.446000', '190208.449000', '190208.451000', '190208.454000', '190208.457000', '190208.459000', '190208.462000', '190208.465000', '190208.468000', '190208.470000', '190208.473000', '190208.476000', '190208.478000', '190228.360000', '190228.363000', '190228.366000', '190228.369000', '190228.371000', '190228.374000', '190228.376000', '190228.379000', '190228.382000', '190228.384000', '190228.387000', '190228.390000', '190228.392000', '190228.395000', '190228.397000', '190228.400000', '190228.403000', '190228.405000', '190228.408000', '190228.410000', '190228.413000', '190228.416000', '190228.418000', '190228.421000', '190228.424000', '190228.426000', '190228.429000', '190228.431000', '190228.434000', '190228.437000', '190228.439000', '190228.442000', '190228.444000', '190228.447000', '190228.450000', '190228.452000', '190228.455000', '190228.457000', '190228.460000', '190228.463000', '190228.465000', '190228.468000', '190228.470000', '190228.473000', '190248.359000', '190248.362000', '190248.365000', '190248.368000', '190248.370000', '190248.373000', '190248.375000', '190248.378000', '190248.381000', '190248.383000', '190248.386000', '190248.389000', '190248.391000', '190248.394000', '190248.396000', '190248.399000', '190248.402000', '190248.404000', '190248.407000', '190248.409000', '190248.412000', '190248.415000', '190248.417000', '190248.420000', '190248.423000', '190248.425000', '190248.428000', '190248.430000', '190248.433000', '190248.436000', '190248.438000', '190248.441000', '190248.444000', '190248.446000', '190248.449000', '190248.451000', '190248.454000', '190248.457000', '190248.459000', '190248.462000', '190248.464000', '190248.467000', '190248.470000', '190308.361000', '190308.364000', '190308.366000', '190308.369000', '190308.371000', '190308.374000', '190308.377000', '190308.379000', '190308.382000', '190308.385000', '190308.388000', '190308.390000', '190308.393000', '190308.395000', '190308.398000', '190308.401000', '190308.403000', '190308.406000', '190308.409000', '190308.411000', '190308.414000', '190308.417000', '190308.419000', '190308.422000', '190308.425000', '190308.427000', '190308.430000', '190308.432000', '190308.435000', '190308.438000', '190308.440000', '190308.443000', '190308.445000', '190308.448000', '190308.451000', '190308.466000', '190308.468000', '190308.471000', '190308.474000', '190308.476000', '190308.479000', '190308.481000', '190308.484000', '190308.487000', '190328.360000', '190328.363000', '190328.366000', '190328.369000', '190328.371000', '190328.374000', '190328.377000', '190328.379000', '190328.382000', '190328.385000', '190328.387000', '190328.390000', '190328.393000', '190328.395000', '190328.398000', '190328.401000', '190328.403000', '190328.406000', '190328.409000', '190328.411000', '190328.414000', '190328.417000', '190328.419000', '190328.422000', '190328.425000', '190328.427000', '190328.430000', '190328.432000', '190328.435000', '190328.438000', '190328.440000', '190328.443000', '190328.445000', '190328.448000', '190328.451000', '190328.453000', '190328.456000', '190328.459000', '190328.461000', '190328.464000', '190328.466000', '190328.469000', '190328.472000', '190348.361000', '190348.428000', '190348.431000', '190348.433000', '190348.436000', '190348.439000', '190348.441000', '190348.444000', '190348.446000', '190348.449000', '190348.452000', '190348.454000', '190348.457000', '190348.460000', '190348.462000', '190348.465000', '190348.467000', '190348.470000', '190348.473000', '190348.475000', '190348.478000', '190348.480000', '190348.483000', '190348.486000', '190348.488000', '190348.491000', '190348.493000', '190348.496000', '190348.498000', '190348.501000', '190348.504000', '190348.506000', '190348.509000', '190348.512000', '190348.514000', '190348.517000', '190348.519000', '190348.522000', '190348.525000', '190348.527000', '190348.530000', '190348.533000', '190348.535000', '190408.360000', '190408.363000', '190408.366000', '190408.369000', '190408.371000', '190408.374000', '190408.377000', '190408.379000', '190408.382000', '190408.384000', '190408.387000', '190408.389000', '190408.392000', '190408.395000', '190408.397000', '190408.400000', '190408.402000', '190408.405000', '190408.408000', '190408.410000', '190408.413000', '190408.415000', '190408.418000', '190408.421000', '190408.423000', '190408.426000', '190408.428000', '190408.431000', '190408.434000', '190408.436000', '190408.439000', '190408.442000', '190408.444000', '190408.447000', '190408.450000', '190408.452000', '190408.455000', '190408.457000', '190408.460000', '190408.463000', '190408.465000', '190408.468000', '190408.470000', '190408.473000', '190428.360000', '190428.363000', '190428.366000', '190428.369000', '190428.372000', '190428.375000', '190428.377000', '190428.380000', '190428.383000', '190428.385000', '190428.388000', '190428.391000', '190428.393000', '190428.396000', '190428.398000', '190428.401000', '190428.404000', '190428.406000', '190428.409000', '190428.412000', '190428.414000', '190428.417000', '190428.420000', '190428.422000', '190428.425000', '190428.428000', '190428.431000', '190428.433000', '190428.436000', '190428.438000', '190428.441000', '190428.444000', '190428.446000', '190428.449000', '190428.452000', '190428.454000', '190428.457000', '190428.459000', '190428.462000', '190428.464000', '190428.467000', '190428.470000', '190428.472000', '190428.475000', '190448.361000', '190448.363000', '190448.366000', '190448.369000', '190448.371000', '190448.374000', '190448.377000', '190448.379000', '190448.382000', '190448.384000', '190448.387000', '190448.390000', '190448.392000', '190448.395000', '190448.398000', '190448.400000', '190448.411000', '190448.414000', '190448.416000', '190448.419000', '190448.422000', '190448.424000', '190448.427000', '190448.430000', '190448.432000', '190448.435000', '190448.437000', '190448.440000', '190448.443000', '190448.445000', '190448.448000', '190448.451000', '190448.453000', '190448.456000', '190448.458000', '190448.461000', '190448.464000', '190448.466000', '190448.469000', '190448.471000', '190448.474000', '190448.477000', '190448.479000', '190508.360000', '190508.365000', '190508.367000', '190508.370000', '190508.372000', '190508.375000', '190508.378000', '190508.380000', '190508.383000', '190508.386000', '190508.388000', '190508.391000', '190508.393000', '190508.396000', '190508.398000', '190508.401000', '190508.404000', '190508.406000', '190508.409000', '190508.412000', '190508.414000', '190508.417000', '190508.420000', '190508.422000', '190508.425000', '190508.427000', '190508.430000', '190508.433000', '190508.435000', '190508.438000', '190508.441000', '190508.443000', '190508.446000', '190508.448000', '190508.451000', '190508.454000', '190508.456000', '190508.459000', '190508.462000', '190508.464000', '190508.467000', '190508.469000', '190508.472000', '190508.475000', '190528.361000', '190528.363000', '190528.366000', '190528.369000', '190528.371000', '190528.374000', '190528.377000', '190528.380000', '190528.382000', '190528.385000', '190528.387000', '190528.390000', '190528.393000', '190528.395000', '190528.398000', '190528.400000', '190528.403000', '190528.406000', '190528.408000', '190528.411000', '190528.413000', '190528.416000', '190528.419000', '190528.421000', '190528.424000', '190528.426000', '190528.429000', '190528.431000', '190528.434000', '190528.437000', '190528.439000', '190528.442000', '190528.445000', '190528.447000', '190528.450000', '190528.452000', '190528.455000', '190528.458000', '190528.460000', '190528.463000', '190528.465000', '190528.468000', '190528.471000', '190548.361000', '190548.364000', '190548.366000', '190548.369000', '190548.372000', '190548.374000', '190548.377000', '190548.379000', '190548.382000', '190548.385000', '190548.388000', '190548.391000', '190548.394000', '190548.397000', '190548.399000', '190548.402000', '190548.405000', '190548.409000', '190548.412000', '190548.414000', '190548.417000', '190548.420000', '190548.422000', '190548.425000', '190548.428000', '190548.430000', '190548.433000', '190548.436000', '190548.438000', '190548.441000', '190548.443000', '190548.446000', '190548.449000', '190548.451000', '190548.454000', '190548.456000', '190548.459000', '190548.462000', '190548.465000', '190548.467000', '190548.470000', '190548.473000', '190548.475000', '190608.360000', '190608.363000', '190608.366000', '190608.369000', '190608.371000', '190608.374000', '190608.377000', '190608.379000', '190608.382000', '190608.385000', '190608.387000', '190608.390000', '190608.392000', '190608.395000', '190608.442000', '190608.445000', '190608.447000', '190608.450000', '190608.453000', '190608.455000', '190608.458000', '190608.460000', '190608.463000', '190608.465000', '190608.468000', '190608.471000', '190608.473000', '190608.476000', '190608.479000', '190608.481000', '190608.484000', '190608.487000', '190608.489000', '190608.492000', '190608.494000', '190608.497000', '190608.500000', '190608.502000', '190608.505000', '190608.507000', '190608.510000', '190608.513000', '190608.515000', '190608.518000', '190628.361000', '190628.364000', '190628.366000', '190628.369000', '190628.371000', '190628.374000', '190628.377000', '190628.379000', '190628.382000', '190628.385000', '190628.388000', '190628.391000', '190628.393000', '190628.396000', '190628.398000', '190628.401000', '190628.404000', '190628.406000', '190628.409000', '190628.412000', '190628.414000', '190628.417000', '190628.419000', '190628.422000', '190628.424000', '190628.427000', '190628.430000', '190628.432000', '190628.435000', '190628.438000', '190628.440000', '190628.443000', '190628.445000', '190628.448000', '190628.451000', '190628.453000', '190628.456000', '190628.458000', '190628.461000', '190628.463000', '190628.466000', '190628.469000', '190628.471000', '190648.361000', '190648.364000', '190648.366000', '190648.369000', '190648.371000', '190648.374000', '190648.377000', '190648.379000', '190648.382000', '190648.384000', '190648.387000', '190648.390000', '190648.392000', '190648.395000', '190648.397000', '190648.400000', '190648.403000', '190648.405000', '190648.408000', '190648.411000', '190648.413000', '190648.416000', '190648.418000', '190648.421000', '190648.424000', '190648.426000', '190648.429000', '190648.431000', '190648.434000', '190648.437000', '190648.439000', '190648.442000', '190648.444000', '190648.447000', '190648.450000', '190648.452000', '190648.455000', '190648.458000', '190648.460000', '190648.463000', '190648.465000', '190648.468000', '190648.471000', '190648.473000', '190708.361000', '190708.364000', '190708.366000', '190708.369000', '190708.371000', '190708.374000', '190708.376000', '190708.379000', '190708.382000', '190708.384000', '190708.387000', '190708.390000', '190708.392000', '190708.395000', '190708.398000', '190708.401000', '190708.404000', '190708.407000', '190708.410000', '190708.412000', '190708.415000', '190708.418000', '190708.420000', '190708.423000', '190708.425000', '190708.428000', '190708.431000', '190708.433000', '190708.436000', '190708.438000', '190708.441000', '190708.444000', '190708.447000', '190708.450000', '190708.453000', '190708.455000', '190708.458000', '190708.460000', '190708.463000', '190708.466000', '190708.468000', '190708.471000', '190708.473000', '190728.360000', '190728.363000', '190728.365000', '190728.368000', '190728.370000', '190728.373000', '190728.376000', '190728.378000', '190728.381000', '190728.384000', '190728.396000', '190728.399000', '190728.401000', '190728.404000', '190728.407000', '190728.409000', '190728.412000', '190728.415000', '190728.417000', '190728.421000', '190728.423000', '190728.426000', '190728.429000', '190728.431000', '190728.434000', '190728.437000', '190728.440000', '190728.442000', '190728.445000', '190728.448000', '190728.450000', '190728.453000', '190728.456000', '190728.458000', '190728.461000', '190728.464000', '190728.466000', '190728.469000', '190728.472000', '190728.475000', '190728.477000', '190728.480000', '190728.483000', '190728.485000', '190748.361000', '190748.364000', '190748.366000', '190748.369000', '190748.371000', '190748.374000', '190748.377000', '190748.379000', '190748.382000', '190748.385000', '190748.387000', '190748.390000', '190748.392000', '190748.395000', '190748.398000', '190748.400000', '190748.403000', '190748.406000', '190748.408000', '190748.411000', '190748.414000', '190748.416000', '190748.419000', '190748.421000', '190748.424000', '190748.427000', '190748.429000', '190748.432000', '190748.434000', '190748.437000', '190748.440000', '190748.442000', '190748.445000', '190748.447000', '190748.450000', '190748.453000', '190748.455000', '190748.458000', '190748.460000', '190748.463000', '190748.466000', '190748.468000', '190748.471000', '190808.361000', '190808.364000', '190808.366000', '190808.369000', '190808.371000', '190808.374000', '190808.377000', '190808.379000', '190808.382000', '190808.384000', '190808.387000', '190808.390000', '190808.392000', '190808.395000', '190808.398000', '190808.400000', '190808.403000', '190808.405000', '190808.408000', '190808.411000', '190808.413000', '190808.416000', '190808.418000', '190808.421000', '190808.424000', '190808.426000', '190808.429000', '190808.432000', '190808.434000', '190808.437000', '190808.440000', '190808.442000', '190808.445000', '190808.448000', '190808.450000', '190808.453000', '190808.455000', '190808.458000', '190808.461000', '190808.463000', '190808.466000', '190808.469000', '190808.471000', '190808.474000', '190828.361000', '190828.364000', '190828.366000', '190828.369000', '190828.371000', '190828.374000', '190828.377000', '190828.379000', '190828.382000', '190828.385000', '190828.387000', '190828.390000', '190828.393000', '190828.395000', '190828.398000', '190828.400000', '190828.403000', '190828.406000', '190828.408000', '190828.411000', '190828.414000', '190828.416000', '190828.419000', '190828.421000', '190828.424000', '190828.428000', '190828.431000', '190828.434000', '190828.437000', '190828.440000', '190828.442000', '190828.445000', '190828.448000', '190828.450000', '190828.453000', '190828.456000', '190828.458000', '190828.461000', '190828.464000', '190828.466000', '190828.469000', '190828.471000', '190828.474000', '190848.361000', '190848.363000', '190848.366000', '190848.369000', '190848.371000', '190848.374000', '190848.377000', '190848.390000', '190848.393000', '190848.396000', '190848.398000', '190848.401000', '190848.403000', '190848.406000', '190848.409000', '190848.411000', '190848.414000', '190848.417000', '190848.419000', '190848.422000', '190848.425000', '190848.427000', '190848.430000', '190848.432000', '190848.435000', '190848.438000', '190848.440000', '190848.443000', '190848.446000', '190848.448000', '190848.451000', '190848.453000', '190848.456000', '190848.459000', '190848.461000', '190848.464000', '190848.467000', '190848.469000', '190848.472000', '190848.475000', '190848.477000', '190848.480000', '190848.482000', '190848.485000', '190908.361000', '190908.364000', '190908.366000', '190908.369000', '190908.371000', '190908.374000', '190908.377000', '190908.379000', '190908.382000', '190908.384000', '190908.387000', '190908.390000', '190908.392000', '190908.395000', '190908.397000', '190908.400000', '190908.403000', '190908.405000', '190908.408000', '190908.411000', '190908.413000', '190908.416000', '190908.418000', '190908.421000', '190908.424000', '190908.426000', '190908.429000', '190908.431000', '190908.434000', '190908.437000', '190908.439000', '190908.442000', '190908.444000', '190908.447000', '190908.450000', '190908.452000', '190908.455000', '190908.458000', '190908.460000', '190908.463000', '190908.466000', '190908.468000', '190908.471000', '190928.361000', '190928.364000', '190928.366000', '190928.369000', '190928.371000', '190928.374000', '190928.377000', '190928.379000', '190928.382000', '190928.385000', '190928.387000', '190928.390000', '190928.393000', '190928.395000', '190928.398000', '190928.400000', '190928.403000', '190928.406000', '190928.408000', '190928.411000', '190928.414000', '190928.416000', '190928.419000', '190928.421000', '190928.424000', '190928.427000', '190928.429000', '190928.432000', '190928.434000', '190928.437000', '190928.440000', '190928.442000', '190928.445000', '190928.447000', '190928.450000', '190928.453000', '190928.455000', '190928.458000', '190928.461000', '190928.463000', '190928.466000', '190928.469000', '190928.471000', '190928.474000', '190943.453000', '190943.456000', '190943.459000', '190943.462000', '190943.465000', '190943.468000', '190943.470000', '190943.473000', '190943.476000', '190943.479000', '190943.482000', '190943.485000', '190943.488000', '190943.490000', '190943.493000', '190943.496000', '190943.499000', '190943.502000', '190943.505000', '190943.508000', '190943.511000', '190943.514000', '190943.517000', '190943.519000', '190943.522000', '190943.525000', '190943.529000', '190943.533000', '190943.536000', '190943.540000', '190943.543000', '190943.546000', '190943.551000'], '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], 'LargestImagePixelValue': [12302, 11292, 12182, 13614, 12293, 11858, 15433, 14641, 14388, 14422, 16295, 13384, 11981, 10579, 12743, 11097, 7710, 13961, 12215, 10248, 9320, 15896, 12110, 10834, 8495, 11277, 12183, 10015, 10689, 12412, 10804, 12911, 12704, 10610, 9852, 12629, 10809, 8710, 11202, 12717, 9170, 15192, 14716, 14116, 12475, 10553, 8948, 9031, 12652, 9597, 7879, 11785, 10842, 9552, 14170, 11205, 9991, 10460, 11933, 10034, 10475, 10033, 11483, 10632, 13773, 11722, 11630, 14206, 11949, 10225, 8415, 12903, 10965, 8538, 12882, 10849, 15094, 11894, 8384, 12854, 10602, 8663, 12639, 10355, 9339, 12201, 9696, 13618, 11212, 8473, 12653, 10423, 8340, 12329, 10264, 13256, 11719, 8102, 12911, 10522, 9134, 12233, 9678, 14209, 10790, 8590, 12980, 10716, 11741, 11779, 8760, 13274, 10728, 9532, 12101, 8987, 13278, 10614, 8812, 12163, 10413, 11032, 11616, 9334, 13893, 11385, 7925, 13075, 10672, 8586, 12470, 10959, 8417, 13337, 11079, 8768, 12849, 10777, 9174, 12937, 11211, 9604, 12265, 10273, 11731, 12559, 10493, 13534, 13839, 10741, 8256, 12890, 10728, 9371, 12985, 10654, 8584, 13408, 11484, 11603, 12397, 10036, 11571, 11827, 10008, 13666, 11638, 8639, 13013, 11058, 9439, 14328, 10932, 8812, 13675, 10874, 9227, 13100, 11912, 8661, 12619, 10893, 10950, 12476, 11105, 12998, 12537, 9979, 12408, 11529, 9945, 13435, 11420, 8672, 13090, 10521, 9055, 12791, 10881, 8045, 13045, 10517, 8433, 14955, 11104, 9826, 15122, 12078, 9948, 11989, 11807, 9080, 14175, 12106, 9645, 11290, 8185, 13050, 10363, 12600, 10822, 9040, 11530, 8509, 13119, 11188, 10140, 11670, 8627, 13117, 10854, 12324, 12419, 8890, 12498, 10331, 10126, 12804, 10294, 14145, 12517, 8643, 12634, 9857, 13522, 11143, 8452, 12308, 9936, 12761, 11016, 10198, 12720, 8888, 12747, 10913, 10478, 12306, 9752, 12524, 10682, 9686, 12420, 9902, 13763, 11152, 8363, 12643, 10354, 12458, 11349, 8753, 12987, 11017, 11211, 12543, 10541, 12953, 11340, 8907, 13696, 11322, 9335, 13847, 11177, 8708, 12899, 10904, 9185, 13438, 11219, 8593, 11446, 11361, 8922, 12450, 10931, 8877, 14341, 11337, 8820, 11542, 11777, 9719, 14252, 11680, 8921, 12916, 10797, 8762, 13287, 11179, 11935, 12272, 10498, 9997, 12380, 10532, 12623, 12022, 9425, 12483, 11658, 9784, 14370, 11566, 9102, 12922, 11458, 9404, 14268, 11445, 9680, 13299, 11256, 10097, 10025, 14640, 10821, 9241, 8730, 12585, 10594, 9484, 15577, 12273, 9248, 12814, 11899, 10567, 8375, 15804, 12114, 9916, 10153, 12691, 10506, 11251, 12923, 9985, 13335, 11288, 8494, 13886, 11607, 11938, 12341, 9800, 13034, 11385, 9218, 13118, 10843, 8480, 13135, 10972, 11522, 12651, 9970, 12889, 11673, 9561, 13530, 11181, 8658, 13427, 10711, 13414, 12255, 9690, 13071, 11901, 9933, 12316, 11548, 10621, 9616, 12391, 10674, 8976, 13729, 11533, 10769, 13211, 10845, 9847, 13587, 11173, 13725, 12703, 9420, 13958, 11511, 9343, 13421, 10911, 10681, 12790, 10850, 13680, 11633, 8808, 13361, 11308, 10502, 13626, 10490, 11980, 12008, 9576, 14416, 11344, 8948, 13735, 11455, 9625, 13540, 10995, 9940, 13722, 11420, 14425, 12098, 9148, 14021, 11549, 10516, 13009, 10664, 14140, 11628, 9410, 13386, 10680, 13279, 11234, 11202, 13216, 9322, 13718, 11258, 13843, 11658, 8678, 13189, 10558, 13824, 11448, 9275, 13450, 11003, 11369, 12881, 9942, 13713, 11430, 9238, 13592, 10883, 14321, 11623, 9308, 12683, 9384, 14436, 11769, 9367, 12648, 9405, 14109, 11620, 12162, 13036, 9408, 14170, 11490, 13568, 11406, 13102, 12373, 9373, 13785, 10858, 13172, 10723, 9459, 12679, 11587, 11984, 11918, 10782, 8742, 9994, 9840, 9112, 9469, 13464, 11007, 14464, 12791, 11667, 17356, 13242, 12667, 13999, 12148, 13854, 13082, 11223, 15396, 11783, 10312, 13276, 10865, 16880, 12824, 10499, 8904, 12665, 10758, 13261, 12637, 9140, 13855, 11740, 12455, 12528, 10106, 13732, 11721, 9169, 13496, 11062, 13450, 12850, 9799, 13612, 11813, 8980, 13683, 11672, 10166, 12827, 10750, 14368, 11665, 8823, 13564, 11386, 10006, 13521, 10405, 13266, 12069, 9174, 13885, 12007, 8798, 12880, 10477, 14346, 11450, 8717, 13481, 11420, 10501, 13125, 10012, 13300, 10802, 10056, 13580, 11177, 9344, 13274, 12191, 10121, 8479, 13118, 11049, 9142, 13940, 11773, 9066, 12053, 12131, 10393, 13751, 12428, 9212, 12226, 12308, 9783, 15064, 12248, 9550, 13539, 11269, 10892, 13910, 11699, 9733, 13227, 11390, 9689, 10466, 13450, 11131, 8678, 13875, 11455, 12071, 13663, 12181, 11596, 12594, 9969, 14513, 12120, 8758, 13547, 11158, 9019, 13432, 11667, 10690, 12434, 9326, 14277, 11538, 9262, 13532, 11070, 10495, 13155, 10700, 13347, 12002, 8965, 13873, 10142, 10510, 13551, 10988, 9707, 12294, 13311, 11257, 10364, 17509, 11928, 10303, 13346, 10488, 11036, 11661, 8166, 12821, 10545, 12914, 11137, 9586, 13981, 11805, 10623, 14475, 13622, 13081, 14980, 13530, 13845, 15518, 13530, 13574, 13097, 12303, 13499, 12691, 10566, 13728, 12039, 9530, 13889, 12391, 9954, 14347, 12163, 9842, 11691, 12297, 10046, 11399, 12694, 11194, 10442, 13106, 11051, 9459, 13710, 11159, 9335, 14540, 11769, 8790, 14322, 11540, 9139, 14525, 11836, 9311, 13783, 11725, 14294, 14512, 13604, 17702, 11561, 9154, 12144, 9929, 11095, 12338, 10569, 12861, 11189, 8386, 13312, 10852, 11799, 12034, 9065, 13642, 11240, 9564, 13211, 11008, 11580, 12737, 10939, 11615, 12282, 10986, 9444, 12695, 10610, 8848, 13925, 11717, 9136, 13339, 10556, 13386, 11743, 9482, 13615, 11334, 8763, 13146, 10493, 12794, 11986, 9171, 14063, 11390, 9900, 13401, 10492, 14783, 11839, 9101, 13346, 10997, 12026, 11842, 9194, 13617, 10776, 12848, 11217, 13270, 11747, 10548, 12898, 8598, 13476, 9296, 14092, 11328, 12378, 11350, 8508, 13473, 11024, 13608, 11607, 8606, 13077, 10544, 13804, 11840, 8776, 12986, 12321, 9160, 13526, 12059, 8983, 13073, 10858, 12618, 12127, 9860, 13618, 11357, 13117, 11240, 12069, 13061, 9244, 13678, 11480, 10332, 12391, 9940, 14180, 11615, 8451, 13098, 10261, 14689, 11716, 8868, 13244, 10588, 14134, 11500, 11210, 12678, 8929, 13520, 9705, 13959, 11225, 12812, 11559, 12264, 12253, 8921, 13238, 10529, 13631, 11641, 11389, 12914, 9300, 13878, 11478, 8784, 13577, 11174, 11202, 12823, 10772, 13782, 11700, 8893, 13973, 11416, 14703, 11559, 10052, 12856, 8992, 14168, 11120, 12789, 10989, 10018, 13193, 9869, 14548, 12029, 10074, 12677, 10029, 14304, 11684, 8639, 13308, 10363, 14064, 11525, 13775, 11445, 11519, 12330, 10356, 13680, 9701, 12732, 10868, 14073, 11461, 8915, 12440, 9160, 12251, 11096, 10257, 13536, 11034, 9179, 15022, 10991, 8869, 12949, 9071, 14869, 11766, 13947, 11045, 10295, 11983, 8757, 13785, 9693, 13128, 11237, 10028, 12186, 8794, 13431, 10178, 13610, 11293, 14188, 11698, 8619, 12899, 10102, 13666, 11008, 8528, 13170, 10569, 13545, 11489, 8742, 13864, 10217, 14112, 10877, 11434, 12192, 9014, 13850, 10309, 14037, 11380, 9674, 13045, 9587, 14234, 11702, 10550, 13211, 9242, 13710, 11133, 13304, 11676, 8776, 13201, 9711, 13583, 11108, 12457, 11884, 8944, 13390, 10562, 13589, 11302, 9190, 13338, 9869, 13562, 11245, 10188, 12714, 9213, 13755, 10915, 13214, 11190, 8752, 13955, 10058, 12745, 10755, 7924, 14124, 11100, 10397, 11859, 8212, 13893, 10861, 9007, 13523, 9501, 13259, 11307, 8725, 15113, 12198, 8813, 13402, 9271, 11860, 13929, 11523, 10334, 15563, 12645, 9737, 10758, 12173, 10322, 12848, 13598, 12533, 12309, 12510, 10438, 11903, 12547, 10233, 15017, 12365, 11593, 13355, 10693, 14077, 11310, 10290, 13735, 11485, 13307, 11213, 9442, 12447, 9760, 14679, 11406, 8526, 12957, 10786, 8698, 15061, 11526, 9344, 12274, 12438, 9030, 11976, 12516, 10874, 12836, 14992, 12499, 10205, 11672, 10284, 10155, 12345, 9600, 14786, 11390, 8770, 12984, 10618, 12293, 11991, 8634, 13823, 11109, 9282, 14717, 11594, 8840, 13628, 10991, 9250, 15181, 11884, 8735, 13656, 10991, 8932, 14730, 11346, 8851, 13153, 10633, 13572, 12191, 10484, 13649, 11397, 9886, 13454, 11156, 12823, 12158, 9283, 14054, 11719, 9371, 13269, 11498, 8989, 14399, 11957, 8497, 13325, 11340, 9976, 13701, 11415, 9241, 10760, 12133, 9700, 14078, 11832, 8903, 11811, 12442, 10671, 10930, 13679, 11395, 8331, 13398, 11360, 12272, 13072, 9891, 13406, 11404, 8626, 13873, 11428, 9834, 12807, 10347, 11496, 12293, 10263, 13152, 12546, 9495, 14212, 11457, 8607, 14206, 11391, 9471, 12655, 9892, 14776, 11623, 8637, 13296, 11090, 8351, 13355, 10782, 12767, 12437, 9062, 13475, 11432, 8857, 13697, 11493, 9080, 12838, 10310, 14444, 12138, 8664, 13409, 11450, 8652, 13180, 11003, 11895, 12577, 9355, 13691, 11319, 8944, 13364, 11476, 9989, 13145, 13193, 17495, 18942, 12778, 10780, 9182, 7998, 13005, 10379, 8860, 12147, 10331, 8731, 13155, 10792, 11037, 12635, 10733, 9054, 12913, 10519, 11489, 12792, 10150, 12629, 11931, 8803, 14420, 12237, 17903, 14672, 17719, 12742, 15047, 12763, 9353, 10897, 11889, 11006, 8891, 8886, 11772, 11592, 10272, 8127, 9361, 12424, 10989, 9590, 11414, 14479, 11853, 10407, 10042, 13762, 13743, 12542, 13050, 14063, 12666, 10913, 10493, 14294, 12285, 15521, 12413, 9844, 13756, 11416, 8390, 14336, 11180, 7648, 12486, 10242, 7904, 13632, 11083, 7612, 13204, 10880, 9572, 13709, 10478, 12984, 11346, 8386, 13764, 10861, 9712, 13027, 10042, 12065, 11426, 8602, 14841, 11142, 9588, 13578, 10307, 8304, 12322, 10367, 13068, 11357, 8903, 11889], 'WindowCenter': [4547.0, 4519.0, 4514.0, 4512.0, 4489.0, 4475.0, 4494.0, 4483.0, 4471.0, 4470.0, 4480.0, 4455.0, 4434.0, 4421.0, 4441.0, 4432.0, 4391.0, 4464.0, 4442.0, 4435.0, 4425.0, 4487.0, 4455.0, 4445.0, 4426.0, 4457.0, 4457.0, 4449.0, 4450.0, 4469.0, 4459.0, 4482.0, 4480.0, 4462.0, 4451.0, 4471.0, 4460.0, 4442.0, 4471.0, 4496.0, 4465.0, 4521.0, 4521.0, 4511.0, 4499.0, 4478.0, 4468.0, 4456.0, 4497.0, 4466.0, 4446.0, 4486.0, 4476.0, 4467.0, 4509.0, 4488.0, 4468.0, 4477.0, 4486.0, 4466.0, 4477.0, 4465.0, 4488.0, 4489.0, 4509.0, 4500.0, 4488.0, 4509.0, 4487.0, 4466.0, 4443.0, 4486.0, 4475.0, 4455.0, 4486.0, 4475.0, 4505.0, 4473.0, 4443.0, 4483.0, 4462.0, 4442.0, 4482.0, 4462.0, 4451.0, 4483.0, 4465.0, 4495.0, 4475.0, 4443.0, 4493.0, 4474.0, 4444.0, 4484.0, 4476.0, 4496.0, 4485.0, 4456.0, 4497.0, 4488.0, 4478.0, 4498.0, 4479.0, 4509.0, 4488.0, 4468.0, 4509.0, 4489.0, 4499.0, 4499.0, 4469.0, 4509.0, 4489.0, 4480.0, 4499.0, 4469.0, 4508.0, 4490.0, 4469.0, 4499.0, 4489.0, 4487.0, 4498.0, 4493.0, 4534.0, 4512.0, 4471.0, 4521.0, 4502.0, 4471.0, 4512.0, 4498.0, 4472.0, 4522.0, 4514.0, 4482.0, 4522.0, 4502.0, 4482.0, 4522.0, 4503.0, 4492.0, 4512.0, 4490.0, 4513.0, 4512.0, 4502.0, 4521.0, 4521.0, 4500.0, 4471.0, 4511.0, 4501.0, 4480.0, 4512.0, 4488.0, 4468.0, 4510.0, 4500.0, 4500.0, 4497.0, 4477.0, 4496.0, 4498.0, 4479.0, 4520.0, 4500.0, 4469.0, 4510.0, 4500.0, 4481.0, 4522.0, 4490.0, 4470.0, 4520.0, 4489.0, 4480.0, 4510.0, 4498.0, 4468.0, 4499.0, 4487.0, 4487.0, 4499.0, 4489.0, 4507.0, 4497.0, 4478.0, 4498.0, 4488.0, 4478.0, 4509.0, 4488.0, 4457.0, 4497.0, 4476.0, 4466.0, 4498.0, 4488.0, 4445.0, 4508.0, 4488.0, 4458.0, 4518.0, 4489.0, 4479.0, 4520.0, 4497.0, 4478.0, 4487.0, 4487.0, 4468.0, 4524.0, 4499.0, 4479.0, 4486.0, 4444.0, 4495.0, 4476.0, 4485.0, 4475.0, 4451.0, 4473.0, 4454.0, 4492.0, 4487.0, 4475.0, 4486.0, 4456.0, 4507.0, 4488.0, 4495.0, 4498.0, 4468.0, 4498.0, 4477.0, 4477.0, 4508.0, 4490.0, 4519.0, 4511.0, 4468.0, 4497.0, 4479.0, 4508.0, 4489.0, 4459.0, 4496.0, 4478.0, 4498.0, 4489.0, 4478.0, 4497.0, 4467.0, 4496.0, 4487.0, 4477.0, 4497.0, 4466.0, 4495.0, 4477.0, 4466.0, 4496.0, 4477.0, 4508.0, 4488.0, 4457.0, 4497.0, 4478.0, 4497.0, 4487.0, 4456.0, 4496.0, 4488.0, 4488.0, 4498.0, 4488.0, 4498.0, 4488.0, 4468.0, 4509.0, 4499.0, 4479.0, 4512.0, 4490.0, 4470.0, 4499.0, 4489.0, 4469.0, 4509.0, 4489.0, 4459.0, 4486.0, 4487.0, 4467.0, 4498.0, 4486.0, 4468.0, 4520.0, 4489.0, 4469.0, 4499.0, 4498.0, 4479.0, 4519.0, 4499.0, 4469.0, 4497.0, 4476.0, 4456.0, 4496.0, 4487.0, 4487.0, 4497.0, 4477.0, 4476.0, 4497.0, 4488.0, 4499.0, 4497.0, 4469.0, 4498.0, 4499.0, 4479.0, 4520.0, 4499.0, 4469.0, 4509.0, 4500.0, 4481.0, 4520.0, 4489.0, 4479.0, 4520.0, 4502.0, 4490.0, 4492.0, 4533.0, 4503.0, 4482.0, 4481.0, 4512.0, 4503.0, 4492.0, 4533.0, 4502.0, 4469.0, 4513.0, 4501.0, 4491.0, 4473.0, 4532.0, 4502.0, 4481.0, 4480.0, 4509.0, 4491.0, 4490.0, 4511.0, 4480.0, 4510.0, 4489.0, 4467.0, 4510.0, 4488.0, 4499.0, 4498.0, 4478.0, 4508.0, 4488.0, 4469.0, 4509.0, 4489.0, 4468.0, 4509.0, 4489.0, 4500.0, 4511.0, 4479.0, 4499.0, 4489.0, 4477.0, 4509.0, 4489.0, 4469.0, 4508.0, 4490.0, 4508.0, 4498.0, 4468.0, 4497.0, 4487.0, 4479.0, 4501.0, 4500.0, 4490.0, 4479.0, 4498.0, 4479.0, 4469.0, 4510.0, 4499.0, 4490.0, 4499.0, 4487.0, 4478.0, 4509.0, 4489.0, 4509.0, 4497.0, 4467.0, 4506.0, 4487.0, 4468.0, 4498.0, 4477.0, 4477.0, 4497.0, 4488.0, 4508.0, 4486.0, 4456.0, 4496.0, 4485.0, 4475.0, 4497.0, 4477.0, 4484.0, 4487.0, 4468.0, 4507.0, 4475.0, 4457.0, 4508.0, 4488.0, 4479.0, 4508.0, 4489.0, 4479.0, 4509.0, 4500.0, 4521.0, 4500.0, 4469.0, 4508.0, 4497.0, 4480.0, 4499.0, 4475.0, 4509.0, 4489.0, 4467.0, 4509.0, 4489.0, 4507.0, 4486.0, 4486.0, 4498.0, 4467.0, 4496.0, 4485.0, 4505.0, 4487.0, 4456.0, 4497.0, 4477.0, 4506.0, 4486.0, 4467.0, 4507.0, 4485.0, 4488.0, 4508.0, 4479.0, 4510.0, 4500.0, 4468.0, 4509.0, 4489.0, 4517.0, 4500.0, 4480.0, 4499.0, 4478.0, 4519.0, 4500.0, 4480.0, 4509.0, 4477.0, 4519.0, 4501.0, 4500.0, 4510.0, 4467.0, 4508.0, 4500.0, 4510.0, 4500.0, 4509.0, 4499.0, 4467.0, 4509.0, 4488.0, 4511.0, 4503.0, 4469.0, 4510.0, 4500.0, 4512.0, 4511.0, 4502.0, 4495.0, 4518.0, 4504.0, 4494.0, 4494.0, 4536.0, 4514.0, 4533.0, 4523.0, 4512.0, 4541.0, 4523.0, 4511.0, 4511.0, 4500.0, 4505.0, 4509.0, 4489.0, 4530.0, 4499.0, 4477.0, 4507.0, 4488.0, 4531.0, 4498.0, 4489.0, 4478.0, 4508.0, 4499.0, 4520.0, 4510.0, 4479.0, 4520.0, 4500.0, 4511.0, 4510.0, 4490.0, 4510.0, 4498.0, 4468.0, 4509.0, 4489.0, 4509.0, 4498.0, 4479.0, 4508.0, 4499.0, 4468.0, 4510.0, 4499.0, 4478.0, 4498.0, 4489.0, 4519.0, 4498.0, 4468.0, 4505.0, 4498.0, 4478.0, 4508.0, 4489.0, 4508.0, 4497.0, 4476.0, 4508.0, 4499.0, 4468.0, 4497.0, 4487.0, 4518.0, 4499.0, 4468.0, 4507.0, 4499.0, 4487.0, 4509.0, 4490.0, 4509.0, 4489.0, 4477.0, 4510.0, 4501.0, 4480.0, 4523.0, 4513.0, 4502.0, 4484.0, 4525.0, 4515.0, 4496.0, 4537.0, 4524.0, 4496.0, 4525.0, 4524.0, 4506.0, 4537.0, 4525.0, 4495.0, 4513.0, 4512.0, 4494.0, 4535.0, 4513.0, 4491.0, 4521.0, 4500.0, 4503.0, 4522.0, 4499.0, 4481.0, 4511.0, 4500.0, 4480.0, 4488.0, 4522.0, 4500.0, 4470.0, 4520.0, 4498.0, 4500.0, 4510.0, 4497.0, 4488.0, 4496.0, 4479.0, 4508.0, 4498.0, 4457.0, 4507.0, 4487.0, 4467.0, 4507.0, 4499.0, 4489.0, 4498.0, 4477.0, 4516.0, 4499.0, 4468.0, 4509.0, 4489.0, 4487.0, 4508.0, 4489.0, 4509.0, 4497.0, 4468.0, 4509.0, 4477.0, 4489.0, 4510.0, 4490.0, 4480.0, 4511.0, 4532.0, 4514.0, 4507.0, 4556.0, 4511.0, 4490.0, 4520.0, 4488.0, 4490.0, 4499.0, 4469.0, 4497.0, 4477.0, 4497.0, 4488.0, 4494.0, 4521.0, 4497.0, 4477.0, 4507.0, 4496.0, 4483.0, 4483.0, 4470.0, 4467.0, 4477.0, 4455.0, 4452.0, 4442.0, 4443.0, 4441.0, 4439.0, 4420.0, 4449.0, 4439.0, 4419.0, 4451.0, 4440.0, 4433.0, 4464.0, 4454.0, 4435.0, 4455.0, 4454.0, 4449.0, 4468.0, 4469.0, 4472.0, 4460.0, 4481.0, 4471.0, 4451.0, 4492.0, 4484.0, 4466.0, 4506.0, 4486.0, 4457.0, 4506.0, 4488.0, 4478.0, 4520.0, 4500.0, 4469.0, 4509.0, 4500.0, 4519.0, 4523.0, 4523.0, 4547.0, 4501.0, 4479.0, 4498.0, 4477.0, 4485.0, 4497.0, 4487.0, 4495.0, 4487.0, 4456.0, 4508.0, 4489.0, 4497.0, 4498.0, 4467.0, 4508.0, 4489.0, 4478.0, 4509.0, 4489.0, 4488.0, 4497.0, 4489.0, 4498.0, 4498.0, 4488.0, 4478.0, 4511.0, 4490.0, 4470.0, 4520.0, 4500.0, 4480.0, 4509.0, 4488.0, 4508.0, 4497.0, 4478.0, 4509.0, 4487.0, 4456.0, 4495.0, 4487.0, 4497.0, 4498.0, 4478.0, 4508.0, 4498.0, 4477.0, 4506.0, 4489.0, 4519.0, 4499.0, 4467.0, 4507.0, 4488.0, 4497.0, 4499.0, 4479.0, 4510.0, 4489.0, 4498.0, 4488.0, 4507.0, 4487.0, 4476.0, 4496.0, 4454.0, 4494.0, 4465.0, 4506.0, 4485.0, 4494.0, 4485.0, 4456.0, 4506.0, 4476.0, 4507.0, 4485.0, 4455.0, 4497.0, 4477.0, 4507.0, 4486.0, 4456.0, 4495.0, 4498.0, 4468.0, 4507.0, 4500.0, 4469.0, 4508.0, 4488.0, 4498.0, 4499.0, 4478.0, 4510.0, 4489.0, 4498.0, 4486.0, 4496.0, 4496.0, 4466.0, 4504.0, 4486.0, 4474.0, 4496.0, 4477.0, 4507.0, 4498.0, 4467.0, 4509.0, 4491.0, 4520.0, 4501.0, 4480.0, 4510.0, 4489.0, 4520.0, 4500.0, 4489.0, 4497.0, 4467.0, 4507.0, 4465.0, 4507.0, 4487.0, 4496.0, 4485.0, 4496.0, 4496.0, 4454.0, 4496.0, 4476.0, 4505.0, 4496.0, 4487.0, 4498.0, 4466.0, 4508.0, 4497.0, 4469.0, 4509.0, 4499.0, 4501.0, 4508.0, 4502.0, 4522.0, 4512.0, 4481.0, 4521.0, 4502.0, 4532.0, 4501.0, 4490.0, 4509.0, 4470.0, 4519.0, 4489.0, 4510.0, 4489.0, 4477.0, 4509.0, 4477.0, 4519.0, 4498.0, 4478.0, 4506.0, 4489.0, 4519.0, 4510.0, 4470.0, 4521.0, 4503.0, 4522.0, 4499.0, 4521.0, 4502.0, 4499.0, 4510.0, 4489.0, 4511.0, 4494.0, 4513.0, 4500.0, 4519.0, 4512.0, 4481.0, 4499.0, 4480.0, 4498.0, 4486.0, 4490.0, 4519.0, 4501.0, 4480.0, 4532.0, 4501.0, 4481.0, 4510.0, 4469.0, 4520.0, 4499.0, 4510.0, 4489.0, 4477.0, 4496.0, 4456.0, 4507.0, 4466.0, 4508.0, 4486.0, 4475.0, 4495.0, 4465.0, 4506.0, 4476.0, 4504.0, 4487.0, 4507.0, 4498.0, 4469.0, 4507.0, 4488.0, 4509.0, 4487.0, 4469.0, 4510.0, 4500.0, 4519.0, 4498.0, 4469.0, 4521.0, 4490.0, 4520.0, 4489.0, 4498.0, 4498.0, 4468.0, 4510.0, 4487.0, 4509.0, 4500.0, 4478.0, 4508.0, 4477.0, 4507.0, 4499.0, 4488.0, 4510.0, 4478.0, 4508.0, 4488.0, 4507.0, 4498.0, 4467.0, 4508.0, 4477.0, 4507.0, 4498.0, 4506.0, 4498.0, 4465.0, 4508.0, 4489.0, 4507.0, 4497.0, 4480.0, 4509.0, 4488.0, 4508.0, 4499.0, 4492.0, 4509.0, 4479.0, 4510.0, 4488.0, 4509.0, 4498.0, 4468.0, 4519.0, 4505.0, 4496.0, 4461.0, 4421.0, 4479.0, 4447.0, 4428.0, 4450.0, 4420.0, 4480.0, 4441.0, 4430.0, 4482.0, 4465.0, 4537.0, 4528.0, 4483.0, 4528.0, 4512.0, 4469.0, 4508.0, 4464.0, 4497.0, 4522.0, 4514.0, 4493.0, 4534.0, 4512.0, 4492.0, 4502.0, 4511.0, 4491.0, 4512.0, 4513.0, 4499.0, 4500.0, 4510.0, 4491.0, 4498.0, 4498.0, 4488.0, 4519.0, 4499.0, 4487.0, 4507.0, 4477.0, 4505.0, 4485.0, 4475.0, 4495.0, 4484.0, 4495.0, 4474.0, 4463.0, 4491.0, 4465.0, 4505.0, 4485.0, 4455.0, 4496.0, 4489.0, 4468.0, 4519.0, 4500.0, 4480.0, 4498.0, 4513.0, 4482.0, 4513.0, 4512.0, 4504.0, 4525.0, 4536.0, 4526.0, 4507.0, 4517.0, 4504.0, 4490.0, 4509.0, 4480.0, 4522.0, 4499.0, 4467.0, 4508.0, 4489.0, 4499.0, 4500.0, 4470.0, 4507.0, 4489.0, 4479.0, 4520.0, 4499.0, 4479.0, 4519.0, 4501.0, 4479.0, 4532.0, 4499.0, 4470.0, 4508.0, 4488.0, 4468.0, 4519.0, 4499.0, 4469.0, 4507.0, 4487.0, 4509.0, 4498.0, 4487.0, 4508.0, 4485.0, 4476.0, 4506.0, 4486.0, 4496.0, 4484.0, 4464.0, 4504.0, 4495.0, 4464.0, 4506.0, 4485.0, 4465.0, 4516.0, 4497.0, 4465.0, 4507.0, 4486.0, 4476.0, 4507.0, 4487.0, 4466.0, 4474.0, 4497.0, 4477.0, 4519.0, 4498.0, 4479.0, 4499.0, 4508.0, 4488.0, 4488.0, 4520.0, 4499.0, 4468.0, 4507.0, 4498.0, 4498.0, 4509.0, 4477.0, 4506.0, 4486.0, 4455.0, 4505.0, 4497.0, 4476.0, 4495.0, 4477.0, 4497.0, 4497.0, 4486.0, 4509.0, 4508.0, 4477.0, 4518.0, 4498.0, 4469.0, 4518.0, 4496.0, 4476.0, 4507.0, 4478.0, 4518.0, 4498.0, 4467.0, 4509.0, 4487.0, 4457.0, 4507.0, 4487.0, 4499.0, 4496.0, 4466.0, 4505.0, 4487.0, 4466.0, 4508.0, 4487.0, 4466.0, 4495.0, 4476.0, 4506.0, 4497.0, 4455.0, 4506.0, 4484.0, 4454.0, 4496.0, 4486.0, 4486.0, 4493.0, 4465.0, 4505.0, 4486.0, 4466.0, 4507.0, 4486.0, 4476.0, 4496.0, 4506.0, 4531.0, 4543.0, 4511.0, 4489.0, 4466.0, 4456.0, 4506.0, 4477.0, 4466.0, 4496.0, 4476.0, 4466.0, 4507.0, 4487.0, 4488.0, 4508.0, 4488.0, 4467.0, 4497.0, 4487.0, 4496.0, 4497.0, 4477.0, 4497.0, 4485.0, 4466.0, 4531.0, 4506.0, 4502.0, 4531.0, 4557.0, 4475.0, 4488.0, 4471.0, 4437.0, 4458.0, 4469.0, 4471.0, 4465.0, 4466.0, 4494.0, 4494.0, 4486.0, 4467.0, 4480.0, 4507.0, 4489.0, 4479.0, 4500.0, 4523.0, 4502.0, 4491.0, 4477.0, 4508.0, 4496.0, 4487.0, 4494.0, 4494.0, 4485.0, 4474.0, 4462.0, 4504.0, 4484.0, 4505.0, 4484.0, 4464.0, 4491.0, 4470.0, 4442.0, 4492.0, 4473.0, 4444.0, 4495.0, 4475.0, 4444.0, 4505.0, 4487.0, 4458.0, 4509.0, 4489.0, 4479.0, 4517.0, 4488.0, 4508.0, 4486.0, 4457.0, 4508.0, 4486.0, 4475.0, 4507.0, 4479.0, 4498.0, 4487.0, 4467.0, 4518.0, 4489.0, 4477.0, 4508.0, 4487.0, 4467.0, 4498.0, 4477.0, 4507.0, 4500.0, 4484.0, 4496.0], 'WindowWidth': [10004.0, 9945.0, 9925.0, 9916.0, 9877.0, 9846.0, 9875.0, 9861.0, 9844.0, 9835.0, 9853.0, 9807.0, 9774.0, 9753.0, 9780.0, 9769.0, 9710.0, 9817.0, 9787.0, 9779.0, 9766.0, 9853.0, 9809.0, 9796.0, 9768.0, 9812.0, 9811.0, 9804.0, 9806.0, 9833.0, 9821.0, 9854.0, 9852.0, 9827.0, 9812.0, 9838.0, 9823.0, 9801.0, 9836.0, 9882.0, 9839.0, 9931.0, 9926.0, 9912.0, 9891.0, 9861.0, 9848.0, 9829.0, 9891.0, 9841.0, 9812.0, 9865.0, 9853.0, 9844.0, 9904.0, 9874.0, 9845.0, 9857.0, 9866.0, 9839.0, 9854.0, 9835.0, 9874.0, 9875.0, 9908.0, 9892.0, 9875.0, 9904.0, 9870.0, 9839.0, 9805.0, 9865.0, 9850.0, 9822.0, 9866.0, 9850.0, 9892.0, 9845.0, 9806.0, 9859.0, 9828.0, 9800.0, 9856.0, 9829.0, 9814.0, 9857.0, 9837.0, 9880.0, 9853.0, 9806.0, 9874.0, 9848.0, 9807.0, 9863.0, 9855.0, 9883.0, 9867.0, 9828.0, 9885.0, 9872.0, 9861.0, 9889.0, 9863.0, 9906.0, 9875.0, 9848.0, 9904.0, 9879.0, 9891.0, 9890.0, 9851.0, 9906.0, 9878.0, 9865.0, 9891.0, 9849.0, 9905.0, 9880.0, 9851.0, 9891.0, 9877.0, 9875.0, 9891.0, 9890.0, 9948.0, 9914.0, 9858.0, 9926.0, 9901.0, 9856.0, 9914.0, 9893.0, 9862.0, 9930.0, 9921.0, 9873.0, 9927.0, 9901.0, 9874.0, 9928.0, 9903.0, 9888.0, 9912.0, 9882.0, 9919.0, 9915.0, 9901.0, 9925.0, 9929.0, 9894.0, 9856.0, 9912.0, 9898.0, 9868.0, 9915.0, 9876.0, 9849.0, 9907.0, 9893.0, 9893.0, 9888.0, 9859.0, 9885.0, 9888.0, 9865.0, 9925.0, 9893.0, 9851.0, 9910.0, 9896.0, 9871.0, 9929.0, 9880.0, 9852.0, 9921.0, 9878.0, 9866.0, 9911.0, 9890.0, 9848.0, 9889.0, 9874.0, 9874.0, 9891.0, 9878.0, 9900.0, 9885.0, 9859.0, 9888.0, 9874.0, 9860.0, 9907.0, 9873.0, 9832.0, 9884.0, 9855.0, 9842.0, 9890.0, 9874.0, 9811.0, 9904.0, 9875.0, 9834.0, 9919.0, 9877.0, 9863.0, 9921.0, 9884.0, 9858.0, 9872.0, 9870.0, 9848.0, 9933.0, 9891.0, 9863.0, 9867.0, 9808.0, 9878.0, 9853.0, 9866.0, 9850.0, 9814.0, 9844.0, 9822.0, 9872.0, 9870.0, 9853.0, 9867.0, 9828.0, 9900.0, 9875.0, 9883.0, 9887.0, 9847.0, 9888.0, 9859.0, 9858.0, 9902.0, 9879.0, 9922.0, 9908.0, 9850.0, 9886.0, 9862.0, 9904.0, 9877.0, 9836.0, 9885.0, 9859.0, 9887.0, 9876.0, 9860.0, 9886.0, 9844.0, 9883.0, 9871.0, 9858.0, 9883.0, 9842.0, 9882.0, 9855.0, 9841.0, 9882.0, 9857.0, 9904.0, 9873.0, 9831.0, 9884.0, 9862.0, 9888.0, 9872.0, 9828.0, 9884.0, 9873.0, 9875.0, 9887.0, 9875.0, 9888.0, 9872.0, 9848.0, 9906.0, 9892.0, 9865.0, 9915.0, 9880.0, 9853.0, 9890.0, 9875.0, 9849.0, 9905.0, 9879.0, 9836.0, 9864.0, 9869.0, 9845.0, 9887.0, 9870.0, 9848.0, 9921.0, 9876.0, 9850.0, 9889.0, 9888.0, 9863.0, 9921.0, 9892.0, 9848.0, 9886.0, 9854.0, 9828.0, 9882.0, 9870.0, 9872.0, 9886.0, 9859.0, 9855.0, 9884.0, 9874.0, 9891.0, 9886.0, 9850.0, 9890.0, 9889.0, 9864.0, 9924.0, 9892.0, 9851.0, 9905.0, 9893.0, 9869.0, 9923.0, 9875.0, 9865.0, 9924.0, 9898.0, 9881.0, 9887.0, 9946.0, 9902.0, 9874.0, 9872.0, 9913.0, 9901.0, 9885.0, 9948.0, 9897.0, 9848.0, 9919.0, 9897.0, 9882.0, 9863.0, 9945.0, 9899.0, 9869.0, 9865.0, 9902.0, 9881.0, 9880.0, 9908.0, 9865.0, 9905.0, 9875.0, 9845.0, 9905.0, 9874.0, 9890.0, 9884.0, 9858.0, 9901.0, 9875.0, 9850.0, 9906.0, 9875.0, 9848.0, 9905.0, 9878.0, 9894.0, 9907.0, 9864.0, 9891.0, 9875.0, 9859.0, 9906.0, 9876.0, 9849.0, 9902.0, 9880.0, 9903.0, 9888.0, 9843.0, 9883.0, 9869.0, 9865.0, 9896.0, 9893.0, 9878.0, 9863.0, 9887.0, 9860.0, 9846.0, 9905.0, 9890.0, 9878.0, 9888.0, 9871.0, 9860.0, 9902.0, 9876.0, 9904.0, 9884.0, 9842.0, 9896.0, 9870.0, 9844.0, 9888.0, 9856.0, 9856.0, 9884.0, 9870.0, 9902.0, 9867.0, 9826.0, 9881.0, 9865.0, 9852.0, 9883.0, 9854.0, 9863.0, 9868.0, 9845.0, 9899.0, 9852.0, 9827.0, 9900.0, 9875.0, 9863.0, 9900.0, 9875.0, 9860.0, 9903.0, 9892.0, 9922.0, 9890.0, 9846.0, 9901.0, 9886.0, 9864.0, 9888.0, 9853.0, 9903.0, 9876.0, 9845.0, 9905.0, 9876.0, 9899.0, 9870.0, 9869.0, 9887.0, 9841.0, 9880.0, 9865.0, 9895.0, 9870.0, 9828.0, 9883.0, 9857.0, 9897.0, 9869.0, 9843.0, 9898.0, 9868.0, 9873.0, 9901.0, 9862.0, 9907.0, 9891.0, 9848.0, 9904.0, 9877.0, 9915.0, 9892.0, 9864.0, 9888.0, 9863.0, 9918.0, 9895.0, 9865.0, 9903.0, 9859.0, 9918.0, 9894.0, 9893.0, 9904.0, 9845.0, 9903.0, 9893.0, 9906.0, 9891.0, 9901.0, 9887.0, 9845.0, 9903.0, 9873.0, 9911.0, 9902.0, 9848.0, 9904.0, 9896.0, 9914.0, 9913.0, 9901.0, 9897.0, 9935.0, 9908.0, 9892.0, 9891.0, 9957.0, 9924.0, 9944.0, 9934.0, 9916.0, 9956.0, 9934.0, 9908.0, 9913.0, 9892.0, 9897.0, 9904.0, 9878.0, 9942.0, 9891.0, 9857.0, 9902.0, 9879.0, 9940.0, 9891.0, 9877.0, 9863.0, 9903.0, 9893.0, 9924.0, 9909.0, 9866.0, 9922.0, 9895.0, 9911.0, 9909.0, 9881.0, 9909.0, 9887.0, 9847.0, 9905.0, 9877.0, 9907.0, 9890.0, 9864.0, 9904.0, 9890.0, 9848.0, 9909.0, 9891.0, 9860.0, 9887.0, 9878.0, 9923.0, 9891.0, 9848.0, 9897.0, 9890.0, 9862.0, 9902.0, 9877.0, 9903.0, 9886.0, 9858.0, 9904.0, 9891.0, 9849.0, 9886.0, 9873.0, 9918.0, 9890.0, 9849.0, 9902.0, 9892.0, 9875.0, 9905.0, 9883.0, 9908.0, 9876.0, 9860.0, 9909.0, 9897.0, 9871.0, 9932.0, 9916.0, 9904.0, 9881.0, 9936.0, 9923.0, 9898.0, 9959.0, 9935.0, 9900.0, 9937.0, 9935.0, 9912.0, 9958.0, 9936.0, 9894.0, 9918.0, 9915.0, 9892.0, 9954.0, 9918.0, 9884.0, 9926.0, 9896.0, 9902.0, 9928.0, 9893.0, 9869.0, 9912.0, 9894.0, 9869.0, 9879.0, 9929.0, 9895.0, 9854.0, 9921.0, 9891.0, 9893.0, 9910.0, 9887.0, 9875.0, 9882.0, 9863.0, 9903.0, 9889.0, 9831.0, 9899.0, 9870.0, 9845.0, 9900.0, 9891.0, 9880.0, 9889.0, 9860.0, 9913.0, 9892.0, 9848.0, 9904.0, 9876.0, 9873.0, 9902.0, 9877.0, 9906.0, 9886.0, 9848.0, 9905.0, 9855.0, 9879.0, 9911.0, 9881.0, 9868.0, 9916.0, 9949.0, 9925.0, 9919.0, 9986.0, 9914.0, 9884.0, 9926.0, 9876.0, 9882.0, 9893.0, 9852.0, 9885.0, 9858.0, 9886.0, 9877.0, 9893.0, 9927.0, 9887.0, 9858.0, 9904.0, 9884.0, 9857.0, 9861.0, 9837.0, 9827.0, 9846.0, 9808.0, 9799.0, 9785.0, 9785.0, 9781.0, 9775.0, 9750.0, 9791.0, 9776.0, 9750.0, 9797.0, 9780.0, 9775.0, 9820.0, 9806.0, 9781.0, 9808.0, 9806.0, 9808.0, 9833.0, 9834.0, 9843.0, 9824.0, 9851.0, 9839.0, 9814.0, 9872.0, 9865.0, 9841.0, 9899.0, 9869.0, 9830.0, 9899.0, 9874.0, 9862.0, 9921.0, 9896.0, 9850.0, 9906.0, 9894.0, 9918.0, 9935.0, 9936.0, 9977.0, 9899.0, 9865.0, 9888.0, 9858.0, 9867.0, 9884.0, 9872.0, 9885.0, 9870.0, 9828.0, 9901.0, 9877.0, 9888.0, 9887.0, 9845.0, 9903.0, 9877.0, 9862.0, 9907.0, 9876.0, 9873.0, 9884.0, 9876.0, 9889.0, 9889.0, 9876.0, 9863.0, 9911.0, 9881.0, 9853.0, 9922.0, 9895.0, 9867.0, 9904.0, 9875.0, 9902.0, 9886.0, 9859.0, 9907.0, 9872.0, 9829.0, 9881.0, 9872.0, 9887.0, 9887.0, 9860.0, 9901.0, 9888.0, 9860.0, 9899.0, 9878.0, 9922.0, 9893.0, 9847.0, 9899.0, 9872.0, 9888.0, 9891.0, 9864.0, 9911.0, 9878.0, 9889.0, 9873.0, 9901.0, 9873.0, 9856.0, 9881.0, 9822.0, 9877.0, 9840.0, 9898.0, 9866.0, 9878.0, 9864.0, 9828.0, 9895.0, 9857.0, 9900.0, 9867.0, 9826.0, 9884.0, 9858.0, 9901.0, 9870.0, 9830.0, 9877.0, 9888.0, 9846.0, 9903.0, 9892.0, 9851.0, 9902.0, 9876.0, 9890.0, 9892.0, 9862.0, 9909.0, 9877.0, 9888.0, 9868.0, 9883.0, 9883.0, 9840.0, 9893.0, 9867.0, 9851.0, 9881.0, 9859.0, 9901.0, 9889.0, 9848.0, 9904.0, 9885.0, 9925.0, 9899.0, 9869.0, 9906.0, 9878.0, 9920.0, 9894.0, 9877.0, 9886.0, 9843.0, 9898.0, 9841.0, 9898.0, 9869.0, 9882.0, 9865.0, 9881.0, 9881.0, 9824.0, 9882.0, 9854.0, 9893.0, 9885.0, 9873.0, 9886.0, 9843.0, 9901.0, 9887.0, 9851.0, 9906.0, 9892.0, 9898.0, 9906.0, 9899.0, 9929.0, 9913.0, 9872.0, 9925.0, 9901.0, 9943.0, 9899.0, 9882.0, 9904.0, 9851.0, 9921.0, 9878.0, 9907.0, 9877.0, 9859.0, 9904.0, 9860.0, 9922.0, 9889.0, 9862.0, 9899.0, 9878.0, 9922.0, 9908.0, 9854.0, 9924.0, 9902.0, 9928.0, 9896.0, 9926.0, 9899.0, 9894.0, 9908.0, 9878.0, 9910.0, 9894.0, 9917.0, 9896.0, 9919.0, 9919.0, 9872.0, 9890.0, 9867.0, 9887.0, 9870.0, 9881.0, 9922.0, 9900.0, 9871.0, 9947.0, 9902.0, 9874.0, 9909.0, 9854.0, 9924.0, 9895.0, 9912.0, 9878.0, 9861.0, 9884.0, 9829.0, 9899.0, 9843.0, 9903.0, 9872.0, 9854.0, 9880.0, 9841.0, 9899.0, 9859.0, 9894.0, 9875.0, 9902.0, 9890.0, 9850.0, 9902.0, 9876.0, 9906.0, 9876.0, 9853.0, 9909.0, 9897.0, 9921.0, 9893.0, 9855.0, 9926.0, 9883.0, 9924.0, 9879.0, 9892.0, 9892.0, 9849.0, 9908.0, 9873.0, 9905.0, 9894.0, 9863.0, 9903.0, 9862.0, 9902.0, 9893.0, 9878.0, 9910.0, 9862.0, 9903.0, 9875.0, 9903.0, 9891.0, 9848.0, 9903.0, 9861.0, 9902.0, 9890.0, 9900.0, 9891.0, 9844.0, 9904.0, 9880.0, 9903.0, 9888.0, 9867.0, 9907.0, 9878.0, 9906.0, 9893.0, 9889.0, 9909.0, 9866.0, 9908.0, 9877.0, 9907.0, 9890.0, 9850.0, 9922.0, 9911.0, 9886.0, 9820.0, 9764.0, 9840.0, 9791.0, 9763.0, 9792.0, 9761.0, 9840.0, 9785.0, 9774.0, 9850.0, 9839.0, 9964.0, 9952.0, 9880.0, 9936.0, 9919.0, 9851.0, 9901.0, 9836.0, 9888.0, 9931.0, 9922.0, 9890.0, 9954.0, 9918.0, 9889.0, 9902.0, 9911.0, 9884.0, 9915.0, 9917.0, 9894.0, 9896.0, 9909.0, 9884.0, 9891.0, 9890.0, 9877.0, 9922.0, 9892.0, 9874.0, 9899.0, 9857.0, 9896.0, 9868.0, 9853.0, 9883.0, 9864.0, 9880.0, 9850.0, 9835.0, 9872.0, 9840.0, 9894.0, 9868.0, 9827.0, 9885.0, 9876.0, 9849.0, 9922.0, 9897.0, 9869.0, 9891.0, 9919.0, 9876.0, 9918.0, 9917.0, 9909.0, 9936.0, 9955.0, 9941.0, 9917.0, 9930.0, 9906.0, 9882.0, 9906.0, 9869.0, 9929.0, 9891.0, 9847.0, 9903.0, 9879.0, 9893.0, 9896.0, 9853.0, 9902.0, 9878.0, 9865.0, 9925.0, 9893.0, 9866.0, 9921.0, 9897.0, 9867.0, 9946.0, 9895.0, 9857.0, 9906.0, 9878.0, 9850.0, 9925.0, 9893.0, 9851.0, 9900.0, 9875.0, 9907.0, 9891.0, 9873.0, 9904.0, 9870.0, 9858.0, 9900.0, 9871.0, 9887.0, 9867.0, 9838.0, 9894.0, 9883.0, 9841.0, 9900.0, 9869.0, 9842.0, 9914.0, 9888.0, 9844.0, 9900.0, 9870.0, 9859.0, 9901.0, 9873.0, 9844.0, 9850.0, 9888.0, 9861.0, 9923.0, 9894.0, 9868.0, 9895.0, 9904.0, 9879.0, 9879.0, 9925.0, 9893.0, 9851.0, 9902.0, 9891.0, 9891.0, 9908.0, 9861.0, 9900.0, 9869.0, 9828.0, 9897.0, 9888.0, 9860.0, 9884.0, 9860.0, 9888.0, 9888.0, 9874.0, 9909.0, 9903.0, 9862.0, 9918.0, 9891.0, 9852.0, 9919.0, 9888.0, 9860.0, 9900.0, 9865.0, 9920.0, 9892.0, 9848.0, 9907.0, 9875.0, 9833.0, 9901.0, 9875.0, 9892.0, 9884.0, 9843.0, 9897.0, 9872.0, 9843.0, 9902.0, 9872.0, 9843.0, 9879.0, 9856.0, 9901.0, 9887.0, 9829.0, 9899.0, 9867.0, 9826.0, 9884.0, 9872.0, 9871.0, 9878.0, 9842.0, 9897.0, 9871.0, 9843.0, 9901.0, 9872.0, 9856.0, 9885.0, 9903.0, 9948.0, 9977.0, 9915.0, 9879.0, 9845.0, 9830.0, 9900.0, 9861.0, 9844.0, 9885.0, 9859.0, 9843.0, 9901.0, 9876.0, 9877.0, 9905.0, 9878.0, 9848.0, 9888.0, 9876.0, 9886.0, 9890.0, 9860.0, 9888.0, 9869.0, 9846.0, 9947.0, 9905.0, 9911.0, 9956.0, 9995.0, 9848.0, 9861.0, 9836.0, 9784.0, 9817.0, 9835.0, 9844.0, 9843.0, 9844.0, 9882.0, 9882.0, 9873.0, 9849.0, 9867.0, 9903.0, 9880.0, 9865.0, 9894.0, 9934.0, 9900.0, 9883.0, 9861.0, 9903.0, 9888.0, 9873.0, 9879.0, 9880.0, 9866.0, 9849.0, 9832.0, 9893.0, 9866.0, 9897.0, 9865.0, 9837.0, 9870.0, 9841.0, 9804.0, 9875.0, 9849.0, 9810.0, 9880.0, 9852.0, 9812.0, 9897.0, 9874.0, 9836.0, 9907.0, 9880.0, 9866.0, 9918.0, 9879.0, 9908.0, 9874.0, 9835.0, 9904.0, 9873.0, 9858.0, 9903.0, 9865.0, 9889.0, 9873.0, 9846.0, 9919.0, 9879.0, 9861.0, 9906.0, 9876.0, 9850.0, 9888.0, 9861.0, 9902.0, 9897.0, 9880.0, 9885.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.0025863445692883894</td></tr>
<tr><td colspan=3>aqi</td><td>0.03235210741573034</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.98834464438533</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2466612163268385</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0160346233883064</td></tr>
<tr><td colspan=3>efc</td><td>0.5123</td></tr>
<tr><td colspan=3>fber</td><td>4851.7871</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11788148145577229</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.588014981273409</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2563290359183603</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1081901315550122</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.517522939977576</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1432740362224925</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144244</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021973250433802605</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0433950275182724</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</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>4.428038373342523</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>15.1974</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.6628</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.785</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289445.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.6659</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4621</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.3896</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3661.021</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3785.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87099.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.7754</td></tr>
<tr><td colspan=3>tsnr</td><td>35.86920492397621</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>