<?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-0065_ses-04_task-fractional_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-0065_ses-04_task-fractional_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-04_subject-0065_suffix-bold_task-fractional" 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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0065_suffix-bold_task-fractional" 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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_ses-04_task-fractional_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-0065/figures/sub-0065_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_ses-04_task-fractional_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-0065/ses-04/func/sub-0065_ses-04_task-fractional_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>10811448ea6bbaa5320443ef41d0436e</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:55:47.337500</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.999197, 0.0398528, 0.0040751, -0.0397825, 0.999079, -0.0160753]</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-fractional_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.0859009</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7784, -7238, 719, -31, -403, 336, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.17</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>617d7c8a-31c3-49bd-b64c-91824535f3d7||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.6807732582092285, -0.10673356801271439, 0.012722376734018326, 116.92801666259766], [-0.10692211985588074, 2.6804559230804443, -0.042930860072374344, -85.19605255126953], [0.010933187790215015, 0.04312896355986595, 2.6996288299560547, -65.9483871459961], [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, 1322]</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], 'AcquisitionTime': ['185547.337500', '185547.797500', '185548.257500', '185548.717500', '185549.177500', '185549.637500', '185550.097500', '185550.557500', '185551.017500', '185551.477500', '185551.937500', '185552.397500', '185552.857500', '185553.317500', '185553.777500', '185554.237500', '185554.697500', '185555.157500', '185555.617500', '185556.077500', '185556.537500', '185556.997500', '185557.457500', '185557.917500', '185558.377500', '185558.837500', '185559.297500', '185559.757500', '185600.217500', '185600.677500', '185601.137500', '185601.597500', '185602.057500', '185602.517500', '185602.977500', '185603.437500', '185603.897500', '185604.357500', '185604.817500', '185605.277500', '185605.737500', '185606.197500', '185606.657500', '185607.117500', '185607.577500', '185608.037500', '185608.497500', '185608.957500', '185609.417500', '185609.877500', '185610.337500', '185610.797500', '185611.257500', '185611.717500', '185612.177500', '185612.637500', '185613.097500', '185613.557500', '185614.017500', '185614.477500', '185614.937500', '185615.397500', '185615.857500', '185616.317500', '185616.777500', '185617.237500', '185617.697500', '185618.157500', '185618.617500', '185619.077500', '185619.537500', '185619.997500', '185620.457500', '185620.917500', '185621.377500', '185621.837500', '185622.297500', '185622.757500', '185623.217500', '185623.677500', '185624.137500', '185624.597500', '185625.057500', '185625.517500', '185625.977500', '185626.437500', '185626.897500', '185627.357500', '185627.817500', '185628.277500', '185628.737500', '185629.197500', '185629.657500', '185630.117500', '185630.577500', '185631.037500', '185631.497500', '185631.957500', '185632.417500', '185632.877500', '185633.337500', '185633.797500', '185634.257500', '185634.717500', '185635.177500', '185635.637500', '185636.097500', '185636.557500', '185637.017500', '185637.477500', '185637.937500', '185638.397500', '185638.857500', '185639.317500', '185639.777500', '185640.237500', '185640.697500', '185641.157500', '185641.617500', '185642.077500', '185642.537500', '185642.997500', '185643.457500', '185643.917500', '185644.377500', '185644.837500', '185645.297500', '185645.757500', '185646.217500', '185646.677500', '185647.137500', '185647.597500', '185648.057500', '185648.517500', '185648.977500', '185649.437500', '185649.897500', '185650.357500', '185650.817500', '185651.277500', '185651.737500', '185652.197500', '185652.657500', '185653.117500', '185653.577500', '185654.037500', '185654.497500', '185654.957500', '185655.417500', '185655.877500', '185656.337500', '185656.797500', '185657.257500', '185657.717500', '185658.177500', '185658.637500', '185659.097500', '185659.557500', '185700.017500', '185700.477500', '185700.937500', '185701.397500', '185701.857500', '185702.317500', '185702.777500', '185703.237500', '185703.697500', '185704.157500', '185704.617500', '185705.077500', '185705.537500', '185705.997500', '185706.457500', '185706.917500', '185707.377500', '185707.837500', '185708.297500', '185708.757500', '185709.217500', '185709.677500', '185710.137500', '185710.597500', '185711.057500', '185711.517500', '185711.977500', '185712.437500', '185712.897500', '185713.357500', '185713.817500', '185714.277500', '185714.737500', '185715.197500', '185715.657500', '185716.117500', '185716.577500', '185717.037500', '185717.497500', '185717.957500', '185718.417500', '185718.877500', '185719.337500', '185719.797500', '185720.257500', '185720.717500', '185721.177500', '185721.637500', '185722.097500', '185722.557500', '185723.017500', '185723.477500', '185723.937500', '185724.397500', '185724.857500', '185725.317500', '185725.777500', '185726.237500', '185726.697500', '185727.157500', '185727.617500', '185728.077500', '185728.537500', '185728.997500', '185729.457500', '185729.917500', '185730.377500', '185730.837500', '185731.297500', '185731.757500', '185732.217500', '185732.677500', '185733.137500', '185733.597500', '185734.057500', '185734.517500', '185734.977500', '185735.437500', '185735.897500', '185736.357500', '185736.817500', '185737.277500', '185737.737500', '185738.197500', '185738.657500', '185739.117500', '185739.577500', '185740.037500', '185740.497500', '185740.957500', '185741.417500', '185741.877500', '185742.337500', '185742.797500', '185743.257500', '185743.717500', '185744.177500', '185744.637500', '185745.097500', '185745.557500', '185746.017500', '185746.477500', '185746.937500', '185747.397500', '185747.857500', '185748.317500', '185748.777500', '185749.237500', '185749.697500', '185750.157500', '185750.617500', '185751.077500', '185751.537500', '185751.997500', '185752.457500', '185752.917500', '185753.377500', '185753.837500', '185754.297500', '185754.757500', '185755.217500', '185755.677500', '185756.137500', '185756.597500', '185757.057500', '185757.517500', '185757.977500', '185758.437500', '185758.897500', '185759.357500', '185759.817500', '185800.277500', '185800.737500', '185801.197500', '185801.657500', '185802.117500', '185802.577500', '185803.037500', '185803.497500', '185803.957500', '185804.417500', '185804.877500', '185805.337500', '185805.797500', '185806.257500', '185806.717500', '185807.177500', '185807.637500', '185808.097500', '185808.557500', '185809.017500', '185809.477500', '185809.937500', '185810.397500', '185810.857500', '185811.317500', '185811.777500', '185812.237500', '185812.697500', '185813.157500', '185813.617500', '185814.077500', '185814.537500', '185814.997500', '185815.457500', '185815.917500', '185816.377500', '185816.837500', '185817.297500', '185817.757500', '185818.217500', '185818.677500', '185819.137500', '185819.597500', '185820.057500', '185820.517500', '185820.977500', '185821.437500', '185821.897500', '185822.357500', '185822.817500', '185823.277500', '185823.737500', '185824.197500', '185824.657500', '185825.117500', '185825.577500', '185826.037500', '185826.497500', '185826.957500', '185827.417500', '185827.877500', '185828.337500', '185828.797500', '185829.257500', '185829.717500', '185830.177500', '185830.637500', '185831.097500', '185831.557500', '185832.017500', '185832.477500', '185832.937500', '185833.397500', '185833.857500', '185834.317500', '185834.777500', '185835.237500', '185835.697500', '185836.157500', '185836.617500', '185837.077500', '185837.537500', '185837.997500', '185838.457500', '185838.917500', '185839.377500', '185839.837500', '185840.297500', '185840.757500', '185841.217500', '185841.677500', '185842.137500', '185842.597500', '185843.057500', '185843.517500', '185843.977500', '185844.437500', '185844.897500', '185845.357500', '185845.817500', '185846.277500', '185846.737500', '185847.197500', '185847.657500', '185848.117500', '185848.577500', '185849.037500', '185849.497500', '185849.957500', '185850.417500', '185850.877500', '185851.337500', '185851.797500', '185852.257500', '185852.717500', '185853.177500', '185853.637500', '185854.097500', '185854.557500', '185855.017500', '185855.477500', '185855.937500', '185856.397500', '185856.857500', '185857.317500', '185857.777500', '185858.237500', '185858.697500', '185859.157500', '185859.617500', '185900.077500', '185900.537500', '185900.997500', '185901.457500', '185901.917500', '185902.377500', '185902.837500', '185903.297500', '185903.757500', '185904.217500', '185904.677500', '185905.137500', '185905.597500', '185906.057500', '185906.517500', '185906.977500', '185907.437500', '185907.897500', '185908.357500', '185908.817500', '185909.277500', '185909.737500', '185910.197500', '185910.657500', '185911.117500', '185911.577500', '185912.037500', '185912.497500', '185912.957500', '185913.417500', '185913.877500', '185914.337500', '185914.797500', '185915.257500', '185915.717500', '185916.177500', '185916.637500', '185917.097500', '185917.557500', '185918.017500', '185918.477500', '185918.937500', '185919.397500', '185919.857500', '185920.317500', '185920.777500', '185921.237500', '185921.697500', '185922.157500', '185922.617500', '185923.077500', '185923.537500', '185923.997500', '185924.457500', '185924.917500', '185925.377500', '185925.837500', '185926.297500', '185926.757500', '185927.217500', '185927.677500', '185928.137500', '185928.597500', '185929.057500', '185929.517500', '185929.977500', '185930.437500', '185930.897500', '185931.357500', '185931.817500', '185932.277500', '185932.737500', '185933.197500', '185933.657500', '185934.117500', '185934.577500', '185935.037500', '185935.497500', '185935.957500', '185936.417500', '185936.877500', '185937.337500', '185937.797500', '185938.257500', '185938.717500', '185939.177500', '185939.637500', '185940.097500', '185940.557500', '185941.017500', '185941.477500', '185941.937500', '185942.397500', '185942.857500', '185943.317500', '185943.777500', '185944.237500', '185944.697500', '185945.157500', '185945.617500', '185946.077500', '185946.537500', '185946.997500', '185947.457500', '185947.917500', '185948.377500', '185948.837500', '185949.297500', '185949.757500', '185950.217500', '185950.677500', '185951.137500', '185951.597500', '185952.057500', '185952.517500', '185952.977500', '185953.437500', '185953.897500', '185954.357500', '185954.817500', '185955.277500', '185955.737500', '185956.197500', '185956.657500', '185957.117500', '185957.577500', '185958.037500', '185958.497500', '185958.957500', '185959.417500', '185959.877500', '190000.337500', '190000.797500', '190001.257500', '190001.717500', '190002.177500', '190002.637500', '190003.097500', '190003.557500', '190004.017500', '190004.477500', '190004.937500', '190005.397500', '190005.857500', '190006.317500', '190006.777500', '190007.237500', '190007.697500', '190008.157500', '190008.617500', '190009.077500', '190009.537500', '190009.997500', '190010.457500', '190010.917500', '190011.377500', '190011.837500', '190012.297500', '190012.757500', '190013.217500', '190013.677500', '190014.137500', '190014.597500', '190015.057500', '190015.517500', '190015.977500', '190016.437500', '190016.897500', '190017.357500', '190017.817500', '190018.277500', '190018.737500', '190019.197500', '190019.657500', '190020.117500', '190020.577500', '190021.037500', '190021.497500', '190021.957500', '190022.417500', '190022.877500', '190023.337500', '190023.797500', '190024.257500', '190024.717500', '190025.177500', '190025.637500', '190026.097500', '190026.557500', '190027.017500', '190027.477500', '190027.937500', '190028.397500', '190028.857500', '190029.317500', '190029.777500', '190030.237500', '190030.697500', '190031.157500', '190031.617500', '190032.077500', '190032.537500', '190032.997500', '190033.457500', '190033.917500', '190034.377500', '190034.837500', '190035.297500', '190035.757500', '190036.217500', '190036.677500', '190037.137500', '190037.597500', '190038.057500', '190038.517500', '190038.977500', '190039.437500', '190039.897500', '190040.357500', '190040.817500', '190041.277500', '190041.737500', '190042.197500', '190042.657500', '190043.117500', '190043.577500', '190044.037500', '190044.497500', '190044.957500', '190045.417500', '190045.877500', '190046.337500', '190046.797500', '190047.257500', '190047.717500', '190048.177500', '190048.637500', '190049.097500', '190049.557500', '190050.017500', '190050.477500', '190050.937500', '190051.397500', '190051.857500', '190052.317500', '190052.777500', '190053.237500', '190053.697500', '190054.157500', '190054.617500', '190055.077500', '190055.537500', '190055.997500', '190056.457500', '190056.917500', '190057.377500', '190057.837500', '190058.297500', '190058.757500', '190059.217500', '190059.677500', '190100.137500', '190100.597500', '190101.057500', '190101.517500', '190101.977500', '190102.437500', '190102.897500', '190103.357500', '190103.817500', '190104.277500', '190104.737500', '190105.197500', '190105.657500', '190106.117500', '190106.577500', '190107.037500', '190107.497500', '190107.957500', '190108.417500', '190108.877500', '190109.337500', '190109.797500', '190110.257500', '190110.717500', '190111.177500', '190111.637500', '190112.097500', '190112.557500', '190113.017500', '190113.477500', '190113.937500', '190114.397500', '190114.857500', '190115.317500', '190115.777500', '190116.237500', '190116.697500', '190117.157500', '190117.617500', '190118.077500', '190118.537500', '190118.997500', '190119.457500', '190119.917500', '190120.377500', '190120.837500', '190121.297500', '190121.757500', '190122.217500', '190122.677500', '190123.137500', '190123.597500', '190124.057500', '190124.517500', '190124.977500', '190125.437500', '190125.897500', '190126.357500', '190126.817500', '190127.277500', '190127.737500', '190128.197500', '190128.657500', '190129.117500', '190129.577500', '190130.037500', '190130.497500', '190130.957500', '190131.417500', '190131.877500', '190132.337500', '190132.797500', '190133.257500', '190133.717500', '190134.177500', '190134.637500', '190135.097500', '190135.557500', '190136.017500', '190136.477500', '190136.937500', '190137.397500', '190137.857500', '190138.317500', '190138.777500', '190139.237500', '190139.697500', '190140.157500', '190140.617500', '190141.077500', '190141.537500', '190141.997500', '190142.457500', '190142.917500', '190143.377500', '190143.837500', '190144.297500', '190144.757500', '190145.217500', '190145.677500', '190146.137500', '190146.597500', '190147.057500', '190147.517500', '190147.977500', '190148.437500', '190148.897500', '190149.357500', '190149.817500', '190150.277500', '190150.737500', '190151.197500', '190151.657500', '190152.117500', '190152.577500', '190153.037500', '190153.497500', '190153.957500', '190154.417500', '190154.877500', '190155.337500', '190155.797500', '190156.257500', '190156.717500', '190157.177500', '190157.637500', '190158.097500', '190158.557500', '190159.017500', '190159.477500', '190159.937500', '190200.397500', '190200.857500', '190201.317500', '190201.777500', '190202.237500', '190202.697500', '190203.157500', '190203.617500', '190204.077500', '190204.537500', '190204.997500', '190205.457500', '190205.917500', '190206.377500', '190206.837500', '190207.297500', '190207.757500', '190208.217500', '190208.677500', '190209.137500', '190209.597500', '190210.057500', '190210.517500', '190210.977500', '190211.437500', '190211.897500', '190212.357500', '190212.817500', '190213.277500', '190213.737500', '190214.197500', '190214.657500', '190215.117500', '190215.577500', '190216.037500', '190216.497500', '190216.957500', '190217.417500', '190217.877500', '190218.337500', '190218.797500', '190219.257500', '190219.717500', '190220.177500', '190220.637500', '190221.097500', '190221.557500', '190222.017500', '190222.477500', '190222.937500', '190223.397500', '190223.857500', '190224.317500', '190224.777500', '190225.237500', '190225.697500', '190226.157500', '190226.617500', '190227.077500', '190227.537500', '190227.997500', '190228.457500', '190228.917500', '190229.377500', '190229.837500', '190230.297500', '190230.757500', '190231.217500', '190231.677500', '190232.137500', '190232.597500', '190233.057500', '190233.517500', '190233.977500', '190234.437500', '190234.897500', '190235.357500', '190235.817500', '190236.277500', '190236.737500', '190237.197500', '190237.657500', '190238.117500', '190238.577500', '190239.037500', '190239.497500', '190239.957500', '190240.417500', '190240.877500', '190241.337500', '190241.797500', '190242.257500', '190242.717500', '190243.177500', '190243.637500', '190244.097500', '190244.557500', '190245.017500', '190245.477500', '190245.937500', '190246.397500', '190246.857500', '190247.317500', '190247.777500', '190248.237500', '190248.697500', '190249.157500', '190249.617500', '190250.077500', '190250.537500', '190250.997500', '190251.457500', '190251.917500', '190252.377500', '190252.837500', '190253.297500', '190253.757500', '190254.217500', '190254.677500', '190255.137500', '190255.597500', '190256.057500', '190256.517500', '190256.977500', '190257.437500', '190257.897500', '190258.357500', '190258.817500', '190259.277500', '190259.737500', '190300.197500', '190300.657500', '190301.117500', '190301.577500', '190302.037500', '190302.497500', '190302.957500', '190303.417500', '190303.877500', '190304.337500', '190304.797500', '190305.257500', '190305.717500', '190306.177500', '190306.637500', '190307.097500', '190307.557500', '190308.017500', '190308.477500', '190308.937500', '190309.397500', '190309.857500', '190310.317500', '190310.777500', '190311.237500', '190311.697500', '190312.157500', '190312.617500', '190313.077500', '190313.537500', '190313.997500', '190314.457500', '190314.917500', '190315.377500', '190315.837500', '190316.297500', '190316.757500', '190317.217500', '190317.677500', '190318.137500', '190318.597500', '190319.057500', '190319.517500', '190319.977500', '190320.437500', '190320.897500', '190321.357500', '190321.817500', '190322.277500', '190322.737500', '190323.197500', '190323.657500', '190324.117500', '190324.577500', '190325.037500', '190325.497500', '190325.957500', '190326.417500', '190326.877500', '190327.337500', '190327.797500', '190328.257500', '190328.717500', '190329.177500', '190329.637500', '190330.097500', '190330.557500', '190331.017500', '190331.477500', '190331.937500', '190332.397500', '190332.857500', '190333.317500', '190333.777500', '190334.237500', '190334.697500', '190335.157500', '190335.617500', '190336.077500', '190336.537500', '190336.997500', '190337.457500', '190337.917500', '190338.377500', '190338.837500', '190339.297500', '190339.757500', '190340.217500', '190340.677500', '190341.137500', '190341.597500', '190342.057500', '190342.517500', '190342.977500', '190343.437500', '190343.897500', '190344.357500', '190344.817500', '190345.277500', '190345.737500', '190346.197500', '190346.657500', '190347.117500', '190347.577500', '190348.037500', '190348.497500', '190348.957500', '190349.417500', '190349.877500', '190350.337500', '190350.797500', '190351.257500', '190351.717500', '190352.177500', '190352.637500', '190353.097500', '190353.557500', '190354.017500', '190354.477500', '190354.937500', '190355.397500', '190355.857500', '190356.317500', '190356.777500', '190357.237500', '190357.697500', '190358.157500', '190358.617500', '190359.077500', '190359.537500', '190359.997500', '190400.457500', '190400.917500', '190401.377500', '190401.837500', '190402.297500', '190402.757500', '190403.217500', '190403.677500', '190404.137500', '190404.597500', '190405.057500', '190405.517500', '190405.977500', '190406.437500', '190406.897500', '190407.357500', '190407.817500', '190408.277500', '190408.737500', '190409.197500', '190409.657500', '190410.117500', '190410.577500', '190411.037500', '190411.497500', '190411.957500', '190412.417500', '190412.877500', '190413.337500', '190413.797500', '190414.257500', '190414.717500', '190415.177500', '190415.637500', '190416.097500', '190416.557500', '190417.017500', '190417.477500', '190417.937500', '190418.397500', '190418.857500', '190419.317500', '190419.777500', '190420.237500', '190420.697500', '190421.157500', '190421.617500', '190422.077500', '190422.537500', '190422.997500', '190423.457500', '190423.917500', '190424.377500', '190424.837500', '190425.297500', '190425.757500', '190426.217500', '190426.677500', '190427.137500', '190427.597500', '190428.057500', '190428.517500', '190428.977500', '190429.437500', '190429.897500', '190430.357500', '190430.817500', '190431.277500', '190431.737500', '190432.197500', '190432.657500', '190433.117500', '190433.577500', '190434.037500', '190434.497500', '190434.957500', '190435.417500', '190435.877500', '190436.337500', '190436.797500', '190437.257500', '190437.717500', '190438.177500', '190438.637500', '190439.097500', '190439.557500', '190440.017500', '190440.477500', '190440.937500', '190441.397500', '190441.857500', '190442.317500', '190442.777500', '190443.237500', '190443.697500', '190444.157500', '190444.617500', '190445.077500', '190445.537500', '190445.997500', '190446.457500', '190446.917500', '190447.377500', '190447.837500', '190448.297500', '190448.757500', '190449.217500', '190449.677500', '190450.137500', '190450.597500', '190451.057500', '190451.517500', '190451.977500', '190452.437500', '190452.897500', '190453.357500', '190453.817500', '190454.277500', '190454.737500', '190455.197500', '190455.657500', '190456.117500', '190456.577500', '190457.037500', '190457.497500', '190457.957500', '190458.417500', '190458.877500', '190459.337500', '190459.797500', '190500.257500', '190500.717500', '190501.177500', '190501.637500', '190502.097500', '190502.557500', '190503.017500', '190503.477500', '190503.937500', '190504.397500', '190504.857500', '190505.317500', '190505.777500', '190506.237500', '190506.697500', '190507.157500', '190507.617500', '190508.077500', '190508.537500', '190508.997500', '190509.457500', '190509.917500', '190510.377500', '190510.837500', '190511.297500', '190511.757500', '190512.217500', '190512.677500', '190513.137500', '190513.597500', '190514.057500', '190514.517500', '190514.977500', '190515.437500', '190515.897500', '190516.357500', '190516.817500', '190517.277500', '190517.737500', '190518.197500', '190518.657500', '190519.117500', '190519.577500', '190520.037500', '190520.497500', '190520.957500', '190521.417500', '190521.877500', '190522.337500', '190522.797500', '190523.257500', '190523.717500', '190524.177500', '190524.637500', '190525.097500', '190525.557500', '190526.017500', '190526.477500', '190526.937500', '190527.397500', '190527.857500', '190528.317500', '190528.777500', '190529.237500', '190529.697500', '190530.157500', '190530.617500', '190531.077500', '190531.537500', '190531.997500', '190532.457500', '190532.917500', '190533.377500', '190533.837500', '190534.297500', '190534.757500', '190535.217500', '190535.677500', '190536.137500', '190536.597500', '190537.057500', '190537.517500', '190537.977500', '190538.437500', '190538.897500', '190539.357500', '190539.817500', '190540.277500', '190540.737500', '190541.197500', '190541.657500', '190542.117500', '190542.577500', '190543.037500', '190543.497500', '190543.957500', '190544.417500', '190544.877500', '190545.337500', '190545.797500', '190546.257500', '190546.717500', '190547.177500', '190547.637500', '190548.097500', '190548.557500', '190549.017500', '190549.477500', '190549.937500', '190550.397500', '190550.857500', '190551.317500', '190551.777500', '190552.237500', '190552.697500', '190553.157500', '190553.617500', '190554.077500', '190554.537500', '190554.997500'], 'ContentTime': ['185602.549000', '185602.552000', '185602.555000', '185602.558000', '185602.560000', '185602.563000', '185602.565000', '185602.568000', '185602.570000', '185602.573000', '185602.575000', '185602.578000', '185602.581000', '185602.583000', '185602.586000', '185602.588000', '185602.591000', '185602.593000', '185602.596000', '185602.599000', '185602.601000', '185602.604000', '185602.606000', '185602.609000', '185602.611000', '185602.614000', '185602.616000', '185602.619000', '185602.622000', '185602.629000', '185602.631000', '185622.498000', '185622.500000', '185622.503000', '185622.505000', '185622.508000', '185622.511000', '185622.513000', '185622.521000', '185622.524000', '185622.527000', '185622.529000', '185622.532000', '185622.535000', '185622.537000', '185622.540000', '185622.542000', '185622.545000', '185622.547000', '185622.550000', '185622.552000', '185622.555000', '185622.557000', '185622.560000', '185622.563000', '185622.565000', '185622.568000', '185622.570000', '185622.573000', '185622.575000', '185622.581000', '185622.584000', '185622.586000', '185622.589000', '185622.592000', '185622.594000', '185622.597000', '185622.599000', '185622.602000', '185622.605000', '185622.607000', '185622.611000', '185622.614000', '185622.616000', '185642.498000', '185642.501000', '185642.504000', '185642.511000', '185642.514000', '185642.516000', '185642.519000', '185642.521000', '185642.524000', '185642.526000', '185642.529000', '185642.532000', '185642.534000', '185642.537000', '185642.539000', '185642.542000', '185642.544000', '185642.547000', '185642.550000', '185642.552000', '185642.555000', '185642.557000', '185642.560000', '185642.562000', '185642.565000', '185642.567000', '185642.570000', '185642.573000', '185642.575000', '185642.578000', '185642.580000', '185642.583000', '185642.585000', '185642.588000', '185642.591000', '185642.593000', '185642.596000', '185642.598000', '185642.601000', '185642.604000', '185642.606000', '185642.609000', '185642.612000', '185642.614000', '185702.498000', '185702.501000', '185702.504000', '185702.506000', '185702.509000', '185702.511000', '185702.514000', '185702.517000', '185702.519000', '185702.522000', '185702.524000', '185702.527000', '185702.530000', '185702.532000', '185702.535000', '185702.537000', '185702.540000', '185702.543000', '185702.545000', '185702.548000', '185702.551000', '185702.553000', '185702.556000', '185702.558000', '185702.561000', '185702.563000', '185702.566000', '185702.568000', '185702.571000', '185702.574000', '185702.576000', '185702.579000', '185702.581000', '185702.584000', '185702.586000', '185702.589000', '185702.592000', '185702.594000', '185702.597000', '185702.599000', '185702.603000', '185702.606000', '185702.609000', '185722.497000', '185722.500000', '185722.503000', '185722.505000', '185722.508000', '185722.510000', '185722.513000', '185722.515000', '185722.518000', '185722.521000', '185722.523000', '185722.526000', '185722.528000', '185722.531000', '185722.533000', '185722.536000', '185722.538000', '185722.541000', '185722.544000', '185722.546000', '185722.549000', '185722.551000', '185722.554000', '185722.556000', '185722.559000', '185722.561000', '185722.564000', '185722.567000', '185722.569000', '185722.572000', '185722.574000', '185722.577000', '185722.579000', '185722.582000', '185722.585000', '185722.587000', '185722.590000', '185722.592000', '185722.595000', '185722.597000', '185722.600000', '185722.603000', '185722.605000', '185722.608000', '185742.497000', '185742.500000', '185742.503000', '185742.505000', '185742.508000', '185742.510000', '185742.524000', '185742.527000', '185742.529000', '185742.532000', '185742.534000', '185742.537000', '185742.539000', '185742.542000', '185742.544000', '185742.547000', '185742.550000', '185742.552000', '185742.555000', '185742.557000', '185742.560000', '185742.562000', '185742.565000', '185742.567000', '185742.570000', '185742.572000', '185742.575000', '185742.578000', '185742.580000', '185742.583000', '185742.586000', '185742.589000', '185742.592000', '185742.595000', '185742.597000', '185742.600000', '185742.603000', '185742.605000', '185742.608000', '185742.610000', '185742.613000', '185742.616000', '185742.618000', '185802.498000', '185802.501000', '185802.503000', '185802.506000', '185802.508000', '185802.511000', '185802.513000', '185802.516000', '185802.518000', '185802.521000', '185802.524000', '185802.526000', '185802.529000', '185802.531000', '185802.534000', '185802.537000', '185802.539000', '185802.542000', '185802.544000', '185802.547000', '185802.549000', '185802.552000', '185802.555000', '185802.557000', '185802.560000', '185802.562000', '185802.565000', '185802.567000', '185802.570000', '185802.573000', '185802.575000', '185802.578000', '185802.580000', '185802.583000', '185802.585000', '185802.588000', '185802.591000', '185802.593000', '185802.596000', '185802.598000', '185802.601000', '185802.603000', '185802.606000', '185802.609000', '185822.497000', '185822.500000', '185822.503000', '185822.505000', '185822.508000', '185822.510000', '185822.513000', '185822.516000', '185822.518000', '185822.521000', '185822.523000', '185822.526000', '185822.528000', '185822.531000', '185822.534000', '185822.536000', '185822.539000', '185822.541000', '185822.544000', '185822.547000', '185822.549000', '185822.552000', '185822.554000', '185822.557000', '185822.559000', '185822.562000', '185822.564000', '185822.567000', '185822.569000', '185822.572000', '185822.575000', '185822.577000', '185822.580000', '185822.582000', '185822.585000', '185822.587000', '185822.590000', '185822.592000', '185822.595000', '185822.597000', '185822.600000', '185822.603000', '185822.605000', '185842.497000', '185842.500000', '185842.503000', '185842.505000', '185842.508000', '185842.511000', '185842.513000', '185842.516000', '185842.518000', '185842.521000', '185842.523000', '185842.526000', '185842.529000', '185842.531000', '185842.534000', '185842.536000', '185842.539000', '185842.541000', '185842.544000', '185842.547000', '185842.549000', '185842.552000', '185842.554000', '185842.557000', '185842.559000', '185842.562000', '185842.564000', '185842.567000', '185842.570000', '185842.572000', '185842.575000', '185842.577000', '185842.580000', '185842.582000', '185842.585000', '185842.588000', '185842.590000', '185842.593000', '185842.595000', '185842.598000', '185842.601000', '185842.603000', '185842.606000', '185842.609000', '185902.498000', '185902.501000', '185902.504000', '185902.506000', '185902.509000', '185902.512000', '185902.514000', '185902.517000', '185902.519000', '185902.522000', '185902.524000', '185902.527000', '185902.530000', '185902.532000', '185902.535000', '185902.537000', '185902.540000', '185902.543000', '185902.545000', '185902.548000', '185902.550000', '185902.553000', '185902.555000', '185902.558000', '185902.560000', '185902.563000', '185902.566000', '185902.568000', '185902.571000', '185902.573000', '185902.576000', '185902.578000', '185902.581000', '185902.584000', '185902.586000', '185902.589000', '185902.591000', '185902.594000', '185902.596000', '185902.599000', '185902.602000', '185902.604000', '185902.607000', '185922.498000', '185922.501000', '185922.504000', '185922.506000', '185922.509000', '185922.512000', '185922.514000', '185922.517000', '185922.519000', '185922.522000', '185922.524000', '185922.527000', '185922.530000', '185922.532000', '185922.535000', '185922.537000', '185922.540000', '185922.543000', '185922.545000', '185922.548000', '185922.550000', '185922.553000', '185922.556000', '185922.558000', '185922.561000', '185922.563000', '185922.566000', '185922.568000', '185922.571000', '185922.574000', '185922.576000', '185922.579000', '185922.582000', '185922.584000', '185922.587000', '185922.589000', '185922.592000', '185922.595000', '185922.597000', '185922.600000', '185922.602000', '185922.605000', '185922.607000', '185922.610000', '185942.497000', '185942.500000', '185942.503000', '185942.505000', '185942.508000', '185942.511000', '185942.513000', '185942.516000', '185942.518000', '185942.521000', '185942.523000', '185942.526000', '185942.529000', '185942.531000', '185942.534000', '185942.536000', '185942.539000', '185942.541000', '185942.544000', '185942.547000', '185942.549000', '185942.552000', '185942.554000', '185942.557000', '185942.559000', '185942.562000', '185942.564000', '185942.567000', '185942.570000', '185942.572000', '185942.575000', '185942.577000', '185942.580000', '185942.583000', '185942.585000', '185942.588000', '185942.590000', '185942.593000', '185942.595000', '185942.598000', '185942.601000', '185942.603000', '185942.606000', '190002.497000', '190002.500000', '190002.503000', '190002.505000', '190002.508000', '190002.511000', '190002.513000', '190002.516000', '190002.518000', '190002.521000', '190002.523000', '190002.526000', '190002.528000', '190002.531000', '190002.534000', '190002.536000', '190002.539000', '190002.542000', '190002.544000', '190002.547000', '190002.549000', '190002.552000', '190002.554000', '190002.557000', '190002.560000', '190002.562000', '190002.565000', '190002.567000', '190002.570000', '190002.573000', '190002.575000', '190002.578000', '190002.580000', '190002.583000', '190002.585000', '190002.588000', '190002.590000', '190002.593000', '190002.595000', '190002.598000', '190002.601000', '190002.603000', '190002.606000', '190002.609000', '190022.498000', '190022.500000', '190022.503000', '190022.506000', '190022.508000', '190022.511000', '190022.513000', '190022.516000', '190022.519000', '190022.521000', '190022.524000', '190022.526000', '190022.529000', '190022.531000', '190022.534000', '190022.537000', '190022.539000', '190022.542000', '190022.544000', '190022.547000', '190022.549000', '190022.552000', '190022.555000', '190022.557000', '190022.560000', '190022.562000', '190022.565000', '190022.568000', '190022.570000', '190022.573000', '190022.575000', '190022.578000', '190022.581000', '190022.583000', '190022.586000', '190022.588000', '190022.591000', '190022.593000', '190022.596000', '190022.599000', '190022.601000', '190022.604000', '190022.606000', '190042.498000', '190042.500000', '190042.503000', '190042.506000', '190042.508000', '190042.511000', '190042.513000', '190042.516000', '190042.518000', '190042.521000', '190042.523000', '190042.526000', '190042.529000', '190042.537000', '190042.539000', '190042.542000', '190042.545000', '190042.547000', '190042.550000', '190042.552000', '190042.555000', '190042.557000', '190042.560000', '190042.563000', '190042.565000', '190042.568000', '190042.570000', '190042.573000', '190042.575000', '190042.578000', '190042.581000', '190042.583000', '190042.586000', '190042.588000', '190042.591000', '190042.593000', '190042.596000', '190042.599000', '190042.601000', '190042.604000', '190042.606000', '190042.609000', '190042.612000', '190042.614000', '190102.497000', '190102.500000', '190102.503000', '190102.506000', '190102.508000', '190102.511000', '190102.513000', '190102.516000', '190102.519000', '190102.521000', '190102.524000', '190102.526000', '190102.529000', '190102.532000', '190102.534000', '190102.537000', '190102.539000', '190102.542000', '190102.545000', '190102.547000', '190102.550000', '190102.552000', '190102.555000', '190102.557000', '190102.560000', '190102.563000', '190102.565000', '190102.568000', '190102.570000', '190102.573000', '190102.576000', '190102.578000', '190102.581000', '190102.583000', '190102.586000', '190102.589000', '190102.591000', '190102.594000', '190102.596000', '190102.599000', '190102.602000', '190102.604000', '190102.607000', '190122.498000', '190122.501000', '190122.504000', '190122.506000', '190122.509000', '190122.512000', '190122.514000', '190122.517000', '190122.520000', '190122.522000', '190122.525000', '190122.527000', '190122.530000', '190122.533000', '190122.535000', '190122.538000', '190122.541000', '190122.543000', '190122.546000', '190122.548000', '190122.551000', '190122.554000', '190122.556000', '190122.559000', '190122.562000', '190122.564000', '190122.567000', '190122.569000', '190122.572000', '190122.575000', '190122.577000', '190122.580000', '190122.582000', '190122.585000', '190122.587000', '190122.590000', '190122.593000', '190122.595000', '190122.598000', '190122.601000', '190122.603000', '190122.606000', '190122.608000', '190122.611000', '190142.498000', '190142.501000', '190142.504000', '190142.506000', '190142.509000', '190142.511000', '190142.514000', '190142.517000', '190142.519000', '190142.522000', '190142.524000', '190142.527000', '190142.530000', '190142.532000', '190142.535000', '190142.537000', '190142.540000', '190142.543000', '190142.545000', '190142.548000', '190142.550000', '190142.553000', '190142.555000', '190142.558000', '190142.561000', '190142.563000', '190142.566000', '190142.568000', '190142.571000', '190142.573000', '190142.576000', '190142.579000', '190142.581000', '190142.584000', '190142.586000', '190142.589000', '190142.591000', '190142.594000', '190142.596000', '190142.599000', '190142.602000', '190142.604000', '190142.607000', '190202.497000', '190202.500000', '190202.503000', '190202.505000', '190202.508000', '190202.511000', '190202.515000', '190202.517000', '190202.521000', '190202.523000', '190202.526000', '190202.529000', '190202.531000', '190202.534000', '190202.537000', '190202.539000', '190202.542000', '190202.544000', '190202.547000', '190202.549000', '190202.552000', '190202.555000', '190202.557000', '190202.560000', '190202.562000', '190202.565000', '190202.567000', '190202.570000', '190202.573000', '190202.575000', '190202.578000', '190202.581000', '190202.583000', '190202.586000', '190202.588000', '190202.591000', '190202.593000', '190202.596000', '190202.599000', '190202.601000', '190202.604000', '190202.606000', '190202.609000', '190222.497000', '190222.500000', '190222.503000', '190222.505000', '190222.508000', '190222.511000', '190222.513000', '190222.516000', '190222.518000', '190222.521000', '190222.523000', '190222.526000', '190222.529000', '190222.531000', '190222.534000', '190222.536000', '190222.539000', '190222.541000', '190222.544000', '190222.547000', '190222.549000', '190222.552000', '190222.554000', '190222.557000', '190222.559000', '190222.562000', '190222.565000', '190222.567000', '190222.570000', '190222.572000', '190222.575000', '190222.578000', '190222.580000', '190222.583000', '190222.585000', '190222.588000', '190222.590000', '190222.593000', '190222.595000', '190222.598000', '190222.601000', '190222.603000', '190222.606000', '190222.608000', '190242.498000', '190242.500000', '190242.503000', '190242.506000', '190242.508000', '190242.511000', '190242.513000', '190242.516000', '190242.518000', '190242.521000', '190242.524000', '190242.527000', '190242.530000', '190242.533000', '190242.536000', '190242.539000', '190242.541000', '190242.544000', '190242.546000', '190242.549000', '190242.551000', '190242.554000', '190242.557000', '190242.559000', '190242.562000', '190242.564000', '190242.567000', '190242.570000', '190242.572000', '190242.575000', '190242.577000', '190242.580000', '190242.582000', '190242.585000', '190242.588000', '190242.590000', '190242.593000', '190242.595000', '190242.598000', '190242.601000', '190242.603000', '190242.606000', '190242.608000', '190302.498000', '190302.500000', '190302.503000', '190302.506000', '190302.508000', '190302.511000', '190302.513000', '190302.516000', '190302.518000', '190302.521000', '190302.524000', '190302.526000', '190302.529000', '190302.531000', '190302.534000', '190302.536000', '190302.539000', '190302.542000', '190302.544000', '190302.547000', '190302.549000', '190302.552000', '190302.555000', '190302.557000', '190302.560000', '190302.562000', '190302.565000', '190302.567000', '190302.570000', '190302.572000', '190302.575000', '190302.578000', '190302.580000', '190302.583000', '190302.585000', '190302.588000', '190302.590000', '190302.593000', '190302.596000', '190302.598000', '190302.601000', '190302.603000', '190302.606000', '190302.608000', '190322.498000', '190322.500000', '190322.503000', '190322.506000', '190322.508000', '190322.511000', '190322.514000', '190322.516000', '190322.519000', '190322.521000', '190322.524000', '190322.527000', '190322.529000', '190322.532000', '190322.534000', '190322.537000', '190322.539000', '190322.542000', '190322.545000', '190322.548000', '190322.551000', '190322.554000', '190322.557000', '190322.560000', '190322.563000', '190322.566000', '190322.568000', '190322.571000', '190322.573000', '190322.576000', '190322.579000', '190322.581000', '190322.584000', '190322.586000', '190322.589000', '190322.591000', '190322.594000', '190322.596000', '190322.599000', '190322.602000', '190322.604000', '190322.607000', '190322.609000', '190342.498000', '190342.501000', '190342.504000', '190342.506000', '190342.509000', '190342.511000', '190342.514000', '190342.517000', '190342.519000', '190342.522000', '190342.524000', '190342.527000', '190342.530000', '190342.532000', '190342.535000', '190342.537000', '190342.540000', '190342.543000', '190342.545000', '190342.548000', '190342.550000', '190342.553000', '190342.555000', '190342.558000', '190342.561000', '190342.563000', '190342.566000', '190342.568000', '190342.571000', '190342.573000', '190342.576000', '190342.579000', '190342.581000', '190342.584000', '190342.587000', '190342.589000', '190342.592000', '190342.594000', '190342.597000', '190342.599000', '190342.602000', '190342.605000', '190342.607000', '190342.610000', '190402.498000', '190402.501000', '190402.504000', '190402.506000', '190402.509000', '190402.512000', '190402.514000', '190402.517000', '190402.519000', '190402.522000', '190402.530000', '190402.533000', '190402.535000', '190402.538000', '190402.541000', '190402.543000', '190402.546000', '190402.549000', '190402.551000', '190402.554000', '190402.556000', '190402.559000', '190402.562000', '190402.564000', '190402.567000', '190402.570000', '190402.572000', '190402.575000', '190402.578000', '190402.580000', '190402.584000', '190402.586000', '190402.589000', '190402.592000', '190402.594000', '190402.597000', '190402.600000', '190402.602000', '190402.605000', '190402.607000', '190402.610000', '190402.613000', '190402.615000', '190422.498000', '190422.500000', '190422.503000', '190422.506000', '190422.508000', '190422.511000', '190422.513000', '190422.516000', '190422.519000', '190422.521000', '190422.524000', '190422.526000', '190422.529000', '190422.531000', '190422.534000', '190422.537000', '190422.539000', '190422.542000', '190422.544000', '190422.547000', '190422.550000', '190422.552000', '190422.555000', '190422.557000', '190422.560000', '190422.562000', '190422.565000', '190422.568000', '190422.570000', '190422.573000', '190422.575000', '190422.578000', '190422.580000', '190422.583000', '190422.586000', '190422.588000', '190422.591000', '190422.593000', '190422.596000', '190422.599000', '190422.601000', '190422.604000', '190422.607000', '190422.609000', '190442.498000', '190442.500000', '190442.503000', '190442.506000', '190442.508000', '190442.511000', '190442.513000', '190442.516000', '190442.519000', '190442.521000', '190442.524000', '190442.526000', '190442.529000', '190442.532000', '190442.534000', '190442.537000', '190442.539000', '190442.542000', '190442.544000', '190442.547000', '190442.550000', '190442.552000', '190442.555000', '190442.557000', '190442.560000', '190442.563000', '190442.565000', '190442.568000', '190442.571000', '190442.574000', '190442.577000', '190442.580000', '190442.582000', '190442.585000', '190442.587000', '190442.590000', '190442.592000', '190442.595000', '190442.598000', '190442.601000', '190442.604000', '190442.607000', '190442.609000', '190502.497000', '190502.500000', '190502.503000', '190502.506000', '190502.508000', '190502.511000', '190502.514000', '190502.516000', '190502.519000', '190502.521000', '190502.524000', '190502.526000', '190502.529000', '190502.531000', '190502.534000', '190502.537000', '190502.539000', '190502.542000', '190502.544000', '190502.547000', '190502.549000', '190502.552000', '190502.554000', '190502.557000', '190502.560000', '190502.562000', '190502.565000', '190502.567000', '190502.570000', '190502.573000', '190502.575000', '190502.578000', '190502.580000', '190502.583000', '190502.586000', '190502.588000', '190502.591000', '190502.593000', '190502.596000', '190502.599000', '190502.601000', '190502.604000', '190502.606000', '190502.609000', '190522.498000', '190522.501000', '190522.503000', '190522.506000', '190522.508000', '190522.511000', '190522.514000', '190522.516000', '190522.519000', '190522.521000', '190522.524000', '190522.527000', '190522.529000', '190522.532000', '190522.535000', '190522.537000', '190522.540000', '190522.542000', '190522.545000', '190522.548000', '190522.550000', '190522.553000', '190522.555000', '190522.558000', '190522.560000', '190522.563000', '190522.566000', '190522.568000', '190522.571000', '190522.573000', '190522.576000', '190522.579000', '190522.581000', '190522.584000', '190522.586000', '190522.589000', '190522.592000', '190522.594000', '190522.597000', '190522.600000', '190522.602000', '190522.605000', '190522.607000', '190542.497000', '190542.500000', '190542.503000', '190542.505000', '190542.508000', '190542.511000', '190542.513000', '190542.516000', '190542.518000', '190542.521000', '190542.524000', '190542.526000', '190542.529000', '190542.531000', '190542.534000', '190542.537000', '190542.539000', '190542.542000', '190542.544000', '190542.547000', '190542.550000', '190542.552000', '190542.555000', '190542.557000', '190542.560000', '190542.562000', '190542.565000', '190542.568000', '190542.570000', '190542.573000', '190542.575000', '190542.578000', '190542.581000', '190542.583000', '190542.586000', '190542.588000', '190542.591000', '190542.593000', '190542.596000', '190542.599000', '190542.601000', '190542.604000', '190542.606000', '190542.609000', '190556.147000', '190556.150000', '190556.153000', '190556.155000', '190556.158000', '190556.160000', '190556.163000', '190556.165000', '190556.168000', '190556.171000', '190556.173000', '190556.176000', '190556.178000', '190556.197000', '190556.200000', '190556.203000', '190556.205000', '190556.208000', '190556.210000', '190556.213000', '190556.216000', '190556.218000', '190556.221000', '190556.223000', '190556.226000', '190556.228000', '190556.231000', '190556.234000', '190556.236000', '190556.239000'], 'InstanceCreationTime': ['185602.549000', '185602.552000', '185602.555000', '185602.558000', '185602.560000', '185602.563000', '185602.565000', '185602.568000', '185602.570000', '185602.573000', '185602.575000', '185602.578000', '185602.581000', '185602.583000', '185602.586000', '185602.588000', '185602.591000', '185602.593000', '185602.596000', '185602.599000', '185602.601000', '185602.604000', '185602.606000', '185602.609000', '185602.611000', '185602.614000', '185602.616000', '185602.619000', '185602.622000', '185602.629000', '185602.631000', '185622.498000', '185622.500000', '185622.503000', '185622.505000', '185622.508000', '185622.511000', '185622.513000', '185622.521000', '185622.524000', '185622.527000', '185622.529000', '185622.532000', '185622.535000', '185622.537000', '185622.540000', '185622.542000', '185622.545000', '185622.547000', '185622.550000', '185622.552000', '185622.555000', '185622.557000', '185622.560000', '185622.563000', '185622.565000', '185622.568000', '185622.570000', '185622.573000', '185622.575000', '185622.581000', '185622.584000', '185622.586000', '185622.589000', '185622.592000', '185622.594000', '185622.597000', '185622.599000', '185622.602000', '185622.605000', '185622.607000', '185622.611000', '185622.614000', '185622.616000', '185642.498000', '185642.501000', '185642.504000', '185642.511000', '185642.514000', '185642.516000', '185642.519000', '185642.521000', '185642.524000', '185642.526000', '185642.529000', '185642.532000', '185642.534000', '185642.537000', '185642.539000', '185642.542000', '185642.544000', '185642.547000', '185642.550000', '185642.552000', '185642.555000', '185642.557000', '185642.560000', '185642.562000', '185642.565000', '185642.567000', '185642.570000', '185642.573000', '185642.575000', '185642.578000', '185642.580000', '185642.583000', '185642.585000', '185642.588000', '185642.591000', '185642.593000', '185642.596000', '185642.598000', '185642.601000', '185642.604000', '185642.606000', '185642.609000', '185642.612000', '185642.614000', '185702.498000', '185702.501000', '185702.504000', '185702.506000', '185702.509000', '185702.511000', '185702.514000', '185702.517000', '185702.519000', '185702.522000', '185702.524000', '185702.527000', '185702.530000', '185702.532000', '185702.535000', '185702.537000', '185702.540000', '185702.543000', '185702.545000', '185702.548000', '185702.551000', '185702.553000', '185702.556000', '185702.558000', '185702.561000', '185702.563000', '185702.566000', '185702.568000', '185702.571000', '185702.574000', '185702.576000', '185702.579000', '185702.581000', '185702.584000', '185702.586000', '185702.589000', '185702.592000', '185702.594000', '185702.597000', '185702.599000', '185702.603000', '185702.606000', '185702.609000', '185722.497000', '185722.500000', '185722.503000', '185722.505000', '185722.508000', '185722.510000', '185722.513000', '185722.515000', '185722.518000', '185722.521000', '185722.523000', '185722.526000', '185722.528000', '185722.531000', '185722.533000', '185722.536000', '185722.538000', '185722.541000', '185722.544000', '185722.546000', '185722.549000', '185722.551000', '185722.554000', '185722.556000', '185722.559000', '185722.561000', '185722.564000', '185722.567000', '185722.569000', '185722.572000', '185722.574000', '185722.577000', '185722.579000', '185722.582000', '185722.585000', '185722.587000', '185722.590000', '185722.592000', '185722.595000', '185722.597000', '185722.600000', '185722.603000', '185722.605000', '185722.608000', '185742.497000', '185742.500000', '185742.503000', '185742.505000', '185742.508000', '185742.510000', '185742.524000', '185742.527000', '185742.529000', '185742.532000', '185742.534000', '185742.537000', '185742.539000', '185742.542000', '185742.544000', '185742.547000', '185742.550000', '185742.552000', '185742.555000', '185742.557000', '185742.560000', '185742.562000', '185742.565000', '185742.567000', '185742.570000', '185742.572000', '185742.575000', '185742.578000', '185742.580000', '185742.583000', '185742.586000', '185742.589000', '185742.592000', '185742.595000', '185742.597000', '185742.600000', '185742.603000', '185742.605000', '185742.608000', '185742.610000', '185742.613000', '185742.616000', '185742.618000', '185802.498000', '185802.501000', '185802.503000', '185802.506000', '185802.508000', '185802.511000', '185802.513000', '185802.516000', '185802.518000', '185802.521000', '185802.524000', '185802.526000', '185802.529000', '185802.531000', '185802.534000', '185802.537000', '185802.539000', '185802.542000', '185802.544000', '185802.547000', '185802.549000', '185802.552000', '185802.555000', '185802.557000', '185802.560000', '185802.562000', '185802.565000', '185802.567000', '185802.570000', '185802.573000', '185802.575000', '185802.578000', '185802.580000', '185802.583000', '185802.585000', '185802.588000', '185802.591000', '185802.593000', '185802.596000', '185802.598000', '185802.601000', '185802.603000', '185802.606000', '185802.609000', '185822.497000', '185822.500000', '185822.503000', '185822.505000', '185822.508000', '185822.510000', '185822.513000', '185822.516000', '185822.518000', '185822.521000', '185822.523000', '185822.526000', '185822.528000', '185822.531000', '185822.534000', '185822.536000', '185822.539000', '185822.541000', '185822.544000', '185822.547000', '185822.549000', '185822.552000', '185822.554000', '185822.557000', '185822.559000', '185822.562000', '185822.564000', '185822.567000', '185822.569000', '185822.572000', '185822.575000', '185822.577000', '185822.580000', '185822.582000', '185822.585000', '185822.587000', '185822.590000', '185822.592000', '185822.595000', '185822.597000', '185822.600000', '185822.603000', '185822.605000', '185842.497000', '185842.500000', '185842.503000', '185842.505000', '185842.508000', '185842.511000', '185842.513000', '185842.516000', '185842.518000', '185842.521000', '185842.523000', '185842.526000', '185842.529000', '185842.531000', '185842.534000', '185842.536000', '185842.539000', '185842.541000', '185842.544000', '185842.547000', '185842.549000', '185842.552000', '185842.554000', '185842.557000', '185842.559000', '185842.562000', '185842.564000', '185842.567000', '185842.570000', '185842.572000', '185842.575000', '185842.577000', '185842.580000', '185842.582000', '185842.585000', '185842.588000', '185842.590000', '185842.593000', '185842.595000', '185842.598000', '185842.601000', '185842.603000', '185842.606000', '185842.609000', '185902.498000', '185902.501000', '185902.504000', '185902.506000', '185902.509000', '185902.512000', '185902.514000', '185902.517000', '185902.519000', '185902.522000', '185902.524000', '185902.527000', '185902.530000', '185902.532000', '185902.535000', '185902.537000', '185902.540000', '185902.543000', '185902.545000', '185902.548000', '185902.550000', '185902.553000', '185902.555000', '185902.558000', '185902.560000', '185902.563000', '185902.566000', '185902.568000', '185902.571000', '185902.573000', '185902.576000', '185902.578000', '185902.581000', '185902.584000', '185902.586000', '185902.589000', '185902.591000', '185902.594000', '185902.596000', '185902.599000', '185902.602000', '185902.604000', '185902.607000', '185922.498000', '185922.501000', '185922.504000', '185922.506000', '185922.509000', '185922.512000', '185922.514000', '185922.517000', '185922.519000', '185922.522000', '185922.524000', '185922.527000', '185922.530000', '185922.532000', '185922.535000', '185922.537000', '185922.540000', '185922.543000', '185922.545000', '185922.548000', '185922.550000', '185922.553000', '185922.556000', '185922.558000', '185922.561000', '185922.563000', '185922.566000', '185922.568000', '185922.571000', '185922.574000', '185922.576000', '185922.579000', '185922.582000', '185922.584000', '185922.587000', '185922.589000', '185922.592000', '185922.595000', '185922.597000', '185922.600000', '185922.602000', '185922.605000', '185922.607000', '185922.610000', '185942.497000', '185942.500000', '185942.503000', '185942.505000', '185942.508000', '185942.511000', '185942.513000', '185942.516000', '185942.518000', '185942.521000', '185942.523000', '185942.526000', '185942.529000', '185942.531000', '185942.534000', '185942.536000', '185942.539000', '185942.541000', '185942.544000', '185942.547000', '185942.549000', '185942.552000', '185942.554000', '185942.557000', '185942.559000', '185942.562000', '185942.564000', '185942.567000', '185942.570000', '185942.572000', '185942.575000', '185942.577000', '185942.580000', '185942.583000', '185942.585000', '185942.588000', '185942.590000', '185942.593000', '185942.595000', '185942.598000', '185942.601000', '185942.603000', '185942.606000', '190002.497000', '190002.500000', '190002.503000', '190002.505000', '190002.508000', '190002.511000', '190002.513000', '190002.516000', '190002.518000', '190002.521000', '190002.523000', '190002.526000', '190002.528000', '190002.531000', '190002.534000', '190002.536000', '190002.539000', '190002.542000', '190002.544000', '190002.547000', '190002.549000', '190002.552000', '190002.554000', '190002.557000', '190002.560000', '190002.562000', '190002.565000', '190002.567000', '190002.570000', '190002.573000', '190002.575000', '190002.578000', '190002.580000', '190002.583000', '190002.585000', '190002.588000', '190002.590000', '190002.593000', '190002.595000', '190002.598000', '190002.601000', '190002.603000', '190002.606000', '190002.609000', '190022.498000', '190022.500000', '190022.503000', '190022.506000', '190022.508000', '190022.511000', '190022.513000', '190022.516000', '190022.519000', '190022.521000', '190022.524000', '190022.526000', '190022.529000', '190022.531000', '190022.534000', '190022.537000', '190022.539000', '190022.542000', '190022.544000', '190022.547000', '190022.549000', '190022.552000', '190022.555000', '190022.557000', '190022.560000', '190022.562000', '190022.565000', '190022.568000', '190022.570000', '190022.573000', '190022.575000', '190022.578000', '190022.581000', '190022.583000', '190022.586000', '190022.588000', '190022.591000', '190022.593000', '190022.596000', '190022.599000', '190022.601000', '190022.604000', '190022.606000', '190042.498000', '190042.500000', '190042.503000', '190042.506000', '190042.508000', '190042.511000', '190042.513000', '190042.516000', '190042.518000', '190042.521000', '190042.523000', '190042.526000', '190042.529000', '190042.537000', '190042.539000', '190042.542000', '190042.545000', '190042.547000', '190042.550000', '190042.552000', '190042.555000', '190042.557000', '190042.560000', '190042.563000', '190042.565000', '190042.568000', '190042.570000', '190042.573000', '190042.575000', '190042.578000', '190042.581000', '190042.583000', '190042.586000', '190042.588000', '190042.591000', '190042.593000', '190042.596000', '190042.599000', '190042.601000', '190042.604000', '190042.606000', '190042.609000', '190042.612000', '190042.614000', '190102.497000', '190102.500000', '190102.503000', '190102.506000', '190102.508000', '190102.511000', '190102.513000', '190102.516000', '190102.519000', '190102.521000', '190102.524000', '190102.526000', '190102.529000', '190102.532000', '190102.534000', '190102.537000', '190102.539000', '190102.542000', '190102.545000', '190102.547000', '190102.550000', '190102.552000', '190102.555000', '190102.557000', '190102.560000', '190102.563000', '190102.565000', '190102.568000', '190102.570000', '190102.573000', '190102.576000', '190102.578000', '190102.581000', '190102.583000', '190102.586000', '190102.589000', '190102.591000', '190102.594000', '190102.596000', '190102.599000', '190102.602000', '190102.604000', '190102.607000', '190122.498000', '190122.501000', '190122.504000', '190122.506000', '190122.509000', '190122.512000', '190122.514000', '190122.517000', '190122.520000', '190122.522000', '190122.525000', '190122.527000', '190122.530000', '190122.533000', '190122.535000', '190122.538000', '190122.541000', '190122.543000', '190122.546000', '190122.548000', '190122.551000', '190122.554000', '190122.556000', '190122.559000', '190122.562000', '190122.564000', '190122.567000', '190122.569000', '190122.572000', '190122.575000', '190122.577000', '190122.580000', '190122.582000', '190122.585000', '190122.587000', '190122.590000', '190122.593000', '190122.595000', '190122.598000', '190122.601000', '190122.603000', '190122.606000', '190122.608000', '190122.611000', '190142.498000', '190142.501000', '190142.504000', '190142.506000', '190142.509000', '190142.511000', '190142.514000', '190142.517000', '190142.519000', '190142.522000', '190142.524000', '190142.527000', '190142.530000', '190142.532000', '190142.535000', '190142.537000', '190142.540000', '190142.543000', '190142.545000', '190142.548000', '190142.550000', '190142.553000', '190142.555000', '190142.558000', '190142.561000', '190142.563000', '190142.566000', '190142.568000', '190142.571000', '190142.573000', '190142.576000', '190142.579000', '190142.581000', '190142.584000', '190142.586000', '190142.589000', '190142.591000', '190142.594000', '190142.596000', '190142.599000', '190142.602000', '190142.604000', '190142.607000', '190202.497000', '190202.500000', '190202.503000', '190202.505000', '190202.508000', '190202.511000', '190202.515000', '190202.517000', '190202.521000', '190202.523000', '190202.526000', '190202.529000', '190202.531000', '190202.534000', '190202.537000', '190202.539000', '190202.542000', '190202.544000', '190202.547000', '190202.549000', '190202.552000', '190202.555000', '190202.557000', '190202.560000', '190202.562000', '190202.565000', '190202.567000', '190202.570000', '190202.573000', '190202.575000', '190202.578000', '190202.581000', '190202.583000', '190202.586000', '190202.588000', '190202.591000', '190202.593000', '190202.596000', '190202.599000', '190202.601000', '190202.604000', '190202.606000', '190202.609000', '190222.497000', '190222.500000', '190222.503000', '190222.505000', '190222.508000', '190222.511000', '190222.513000', '190222.516000', '190222.518000', '190222.521000', '190222.523000', '190222.526000', '190222.529000', '190222.531000', '190222.534000', '190222.536000', '190222.539000', '190222.541000', '190222.544000', '190222.547000', '190222.549000', '190222.552000', '190222.554000', '190222.557000', '190222.559000', '190222.562000', '190222.565000', '190222.567000', '190222.570000', '190222.572000', '190222.575000', '190222.578000', '190222.580000', '190222.583000', '190222.585000', '190222.588000', '190222.590000', '190222.593000', '190222.595000', '190222.598000', '190222.601000', '190222.603000', '190222.606000', '190222.608000', '190242.498000', '190242.500000', '190242.503000', '190242.506000', '190242.508000', '190242.511000', '190242.513000', '190242.516000', '190242.518000', '190242.521000', '190242.524000', '190242.527000', '190242.530000', '190242.533000', '190242.536000', '190242.539000', '190242.541000', '190242.544000', '190242.546000', '190242.549000', '190242.551000', '190242.554000', '190242.557000', '190242.559000', '190242.562000', '190242.564000', '190242.567000', '190242.570000', '190242.572000', '190242.575000', '190242.577000', '190242.580000', '190242.582000', '190242.585000', '190242.588000', '190242.590000', '190242.593000', '190242.595000', '190242.598000', '190242.601000', '190242.603000', '190242.606000', '190242.608000', '190302.498000', '190302.500000', '190302.503000', '190302.506000', '190302.508000', '190302.511000', '190302.513000', '190302.516000', '190302.518000', '190302.521000', '190302.524000', '190302.526000', '190302.529000', '190302.531000', '190302.534000', '190302.536000', '190302.539000', '190302.542000', '190302.544000', '190302.547000', '190302.549000', '190302.552000', '190302.555000', '190302.557000', '190302.560000', '190302.562000', '190302.565000', '190302.567000', '190302.570000', '190302.572000', '190302.575000', '190302.578000', '190302.580000', '190302.583000', '190302.585000', '190302.588000', '190302.590000', '190302.593000', '190302.596000', '190302.598000', '190302.601000', '190302.603000', '190302.606000', '190302.608000', '190322.498000', '190322.500000', '190322.503000', '190322.506000', '190322.508000', '190322.511000', '190322.514000', '190322.516000', '190322.519000', '190322.521000', '190322.524000', '190322.527000', '190322.529000', '190322.532000', '190322.534000', '190322.537000', '190322.539000', '190322.542000', '190322.545000', '190322.548000', '190322.551000', '190322.554000', '190322.557000', '190322.560000', '190322.563000', '190322.566000', '190322.568000', '190322.571000', '190322.573000', '190322.576000', '190322.579000', '190322.581000', '190322.584000', '190322.586000', '190322.589000', '190322.591000', '190322.594000', '190322.596000', '190322.599000', '190322.602000', '190322.604000', '190322.607000', '190322.609000', '190342.498000', '190342.501000', '190342.504000', '190342.506000', '190342.509000', '190342.511000', '190342.514000', '190342.517000', '190342.519000', '190342.522000', '190342.524000', '190342.527000', '190342.530000', '190342.532000', '190342.535000', '190342.537000', '190342.540000', '190342.543000', '190342.545000', '190342.548000', '190342.550000', '190342.553000', '190342.555000', '190342.558000', '190342.561000', '190342.563000', '190342.566000', '190342.568000', '190342.571000', '190342.573000', '190342.576000', '190342.579000', '190342.581000', '190342.584000', '190342.587000', '190342.589000', '190342.592000', '190342.594000', '190342.597000', '190342.599000', '190342.602000', '190342.605000', '190342.607000', '190342.610000', '190402.498000', '190402.501000', '190402.504000', '190402.506000', '190402.509000', '190402.512000', '190402.514000', '190402.517000', '190402.519000', '190402.522000', '190402.530000', '190402.533000', '190402.535000', '190402.538000', '190402.541000', '190402.543000', '190402.546000', '190402.549000', '190402.551000', '190402.554000', '190402.556000', '190402.559000', '190402.562000', '190402.564000', '190402.567000', '190402.570000', '190402.572000', '190402.575000', '190402.578000', '190402.580000', '190402.584000', '190402.586000', '190402.589000', '190402.592000', '190402.594000', '190402.597000', '190402.600000', '190402.602000', '190402.605000', '190402.607000', '190402.610000', '190402.613000', '190402.615000', '190422.498000', '190422.500000', '190422.503000', '190422.506000', '190422.508000', '190422.511000', '190422.513000', '190422.516000', '190422.519000', '190422.521000', '190422.524000', '190422.526000', '190422.529000', '190422.531000', '190422.534000', '190422.537000', '190422.539000', '190422.542000', '190422.544000', '190422.547000', '190422.550000', '190422.552000', '190422.555000', '190422.557000', '190422.560000', '190422.562000', '190422.565000', '190422.568000', '190422.570000', '190422.573000', '190422.575000', '190422.578000', '190422.580000', '190422.583000', '190422.586000', '190422.588000', '190422.591000', '190422.593000', '190422.596000', '190422.599000', '190422.601000', '190422.604000', '190422.607000', '190422.609000', '190442.498000', '190442.500000', '190442.503000', '190442.506000', '190442.508000', '190442.511000', '190442.513000', '190442.516000', '190442.519000', '190442.521000', '190442.524000', '190442.526000', '190442.529000', '190442.532000', '190442.534000', '190442.537000', '190442.539000', '190442.542000', '190442.544000', '190442.547000', '190442.550000', '190442.552000', '190442.555000', '190442.557000', '190442.560000', '190442.563000', '190442.565000', '190442.568000', '190442.571000', '190442.574000', '190442.577000', '190442.580000', '190442.582000', '190442.585000', '190442.587000', '190442.590000', '190442.592000', '190442.595000', '190442.598000', '190442.601000', '190442.604000', '190442.607000', '190442.609000', '190502.497000', '190502.500000', '190502.503000', '190502.506000', '190502.508000', '190502.511000', '190502.514000', '190502.516000', '190502.519000', '190502.521000', '190502.524000', '190502.526000', '190502.529000', '190502.531000', '190502.534000', '190502.537000', '190502.539000', '190502.542000', '190502.544000', '190502.547000', '190502.549000', '190502.552000', '190502.554000', '190502.557000', '190502.560000', '190502.562000', '190502.565000', '190502.567000', '190502.570000', '190502.573000', '190502.575000', '190502.578000', '190502.580000', '190502.583000', '190502.586000', '190502.588000', '190502.591000', '190502.593000', '190502.596000', '190502.599000', '190502.601000', '190502.604000', '190502.606000', '190502.609000', '190522.498000', '190522.501000', '190522.503000', '190522.506000', '190522.508000', '190522.511000', '190522.514000', '190522.516000', '190522.519000', '190522.521000', '190522.524000', '190522.527000', '190522.529000', '190522.532000', '190522.535000', '190522.537000', '190522.540000', '190522.542000', '190522.545000', '190522.548000', '190522.550000', '190522.553000', '190522.555000', '190522.558000', '190522.560000', '190522.563000', '190522.566000', '190522.568000', '190522.571000', '190522.573000', '190522.576000', '190522.579000', '190522.581000', '190522.584000', '190522.586000', '190522.589000', '190522.592000', '190522.594000', '190522.597000', '190522.600000', '190522.602000', '190522.605000', '190522.607000', '190542.497000', '190542.500000', '190542.503000', '190542.505000', '190542.508000', '190542.511000', '190542.513000', '190542.516000', '190542.518000', '190542.521000', '190542.524000', '190542.526000', '190542.529000', '190542.531000', '190542.534000', '190542.537000', '190542.539000', '190542.542000', '190542.544000', '190542.547000', '190542.550000', '190542.552000', '190542.555000', '190542.557000', '190542.560000', '190542.562000', '190542.565000', '190542.568000', '190542.570000', '190542.573000', '190542.575000', '190542.578000', '190542.581000', '190542.583000', '190542.586000', '190542.588000', '190542.591000', '190542.593000', '190542.596000', '190542.599000', '190542.601000', '190542.604000', '190542.606000', '190542.609000', '190556.147000', '190556.150000', '190556.153000', '190556.155000', '190556.158000', '190556.160000', '190556.163000', '190556.165000', '190556.168000', '190556.171000', '190556.173000', '190556.176000', '190556.178000', '190556.197000', '190556.200000', '190556.203000', '190556.205000', '190556.208000', '190556.210000', '190556.213000', '190556.216000', '190556.218000', '190556.221000', '190556.223000', '190556.226000', '190556.228000', '190556.231000', '190556.234000', '190556.236000', '190556.239000'], '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], 'LargestImagePixelValue': [6624, 6770, 8864, 6476, 6904, 6318, 6074, 6227, 5869, 5864, 6855, 5704, 5733, 6213, 5810, 6549, 7714, 7415, 6663, 7940, 6146, 6806, 6200, 5968, 6328, 6286, 7523, 6613, 7101, 6646, 5910, 6352, 6158, 5719, 6664, 6243, 6363, 6019, 6393, 5940, 6555, 5818, 6413, 5753, 6045, 6364, 7053, 6818, 7415, 6604, 5999, 6625, 6652, 6671, 6530, 6914, 6551, 6408, 6611, 6039, 6313, 6931, 7657, 6658, 6249, 6592, 5927, 6423, 6989, 7698, 6547, 5900, 6249, 5729, 5824, 6690, 7081, 6543, 6786, 6570, 5908, 6215, 6776, 7465, 6448, 6702, 6660, 5908, 6142, 6450, 5697, 6642, 6260, 6750, 6483, 6740, 6360, 6748, 6926, 8155, 6916, 6439, 6715, 5954, 6287, 6766, 7523, 7068, 6771, 6755, 5834, 6534, 7007, 6822, 6833, 6291, 6540, 5956, 6258, 5804, 6405, 6640, 7340, 6568, 7108, 6531, 5752, 6607, 6675, 7138, 6758, 5904, 6299, 6334, 6310, 5833, 6318, 5763, 5782, 6766, 7357, 6448, 6436, 6740, 7178, 5966, 7266, 6100, 7131, 7778, 6704, 7318, 6552, 7047, 6185, 6626, 5933, 6614, 7787, 6545, 6769, 5810, 6859, 5989, 6505, 6708, 6597, 7079, 7296, 6644, 5892, 6714, 7569, 6806, 7503, 6431, 6869, 6217, 6935, 6291, 6684, 7701, 6498, 6790, 6607, 6718, 6355, 6758, 8164, 6584, 6555, 6486, 6350, 5950, 6242, 5819, 6741, 8022, 6243, 6585, 5927, 6523, 6276, 6584, 7510, 6389, 6714, 6288, 6666, 5897, 6458, 7735, 6327, 7420, 6294, 6763, 6024, 6435, 5888, 6542, 8532, 6208, 6714, 6235, 6639, 5797, 6650, 7529, 6488, 7251, 6073, 6803, 6098, 6473, 6162, 6637, 7636, 6444, 6814, 5955, 6767, 6246, 6563, 7711, 6225, 7229, 6437, 6778, 6272, 6530, 6430, 6508, 8140, 6297, 7462, 6548, 6625, 6110, 6531, 8078, 6374, 6958, 5935, 6790, 5809, 6599, 7672, 6086, 6770, 6195, 6837, 6123, 6513, 8188, 6132, 6842, 5959, 6755, 6044, 6722, 8103, 6693, 7280, 6387, 6240, 5729, 6762, 7302, 7143, 6418, 7210, 7236, 7189, 6897, 6693, 7610, 6327, 7139, 6136, 6966, 5926, 6690, 7787, 6617, 7074, 6004, 6670, 6905, 6705, 7161, 6885, 6991, 5920, 6863, 8209, 6708, 6912, 6561, 6822, 5751, 6748, 7658, 6534, 7310, 7356, 6826, 6277, 6638, 7432, 6382, 6657, 6528, 6735, 5599, 6864, 7568, 6441, 7055, 7653, 6991, 6378, 6737, 8066, 6146, 6841, 6061, 6799, 6159, 6829, 8078, 6294, 6795, 6170, 6767, 8083, 6634, 7018, 7038, 7055, 6053, 6865, 8398, 6419, 7044, 6587, 6775, 6107, 6787, 6219, 6549, 8000, 6412, 6838, 6135, 6717, 8457, 6418, 6898, 6139, 6749, 6348, 6846, 7608, 6575, 6840, 6014, 7029, 6289, 6729, 7042, 6286, 6944, 5814, 6889, 7686, 6886, 7060, 6867, 6985, 6530, 6617, 7932, 6388, 7240, 7401, 6703, 6364, 6675, 7795, 6303, 7033, 7181, 6673, 6207, 6814, 7663, 6642, 7236, 7350, 6992, 5908, 7004, 6765, 6586, 7274, 6763, 6816, 5852, 6836, 8375, 6906, 7248, 7076, 6915, 6265, 6696, 7566, 6761, 6941, 7459, 7156, 5983, 6867, 6054, 6900, 7308, 6426, 7278, 6185, 6934, 6062, 6832, 7886, 7009, 7061, 5869, 7365, 6313, 6981, 7200, 6889, 7405, 7333, 7165, 5869, 6901, 8176, 6852, 7014, 6603, 6971, 6073, 7016, 7868, 6689, 7194, 7516, 7206, 6371, 7216, 7958, 6390, 7098, 6366, 6980, 7511, 6766, 7196, 6128, 7183, 5901, 6937, 7475, 7329, 6835, 6171, 6798, 8183, 7047, 6735, 6128, 6682, 7736, 6780, 6942, 6124, 6947, 6083, 6806, 7116, 7208, 7094, 6339, 6844, 7216, 6636, 7016, 5787, 6969, 6877, 6990, 7241, 7480, 7229, 6109, 6869, 8575, 6716, 7230, 6983, 7170, 6617, 7063, 7024, 6991, 6839, 6020, 7054, 7686, 6624, 7142, 6090, 6807, 7530, 6637, 6933, 6380, 6971, 6144, 6946, 6405, 6653, 6868, 6955, 7096, 6461, 6995, 7650, 6477, 6928, 6165, 7006, 5821, 6815, 7068, 7305, 6800, 5993, 6864, 7765, 6534, 7231, 6008, 6942, 6639, 6836, 7222, 7014, 7149, 6479, 6676, 7314, 6732, 6922, 6040, 6942, 6198, 7056, 6883, 6336, 7825, 6715, 5714, 6706, 7501, 6867, 6517, 6730, 8608, 6861, 7029, 6089, 6881, 7552, 6694, 6811, 6894, 7197, 6113, 6882, 7521, 6524, 7112, 5936, 6747, 7756, 6430, 6910, 5956, 6669, 8104, 6505, 7024, 6056, 6949, 7733, 6523, 7119, 5983, 6605, 7329, 6681, 6949, 5935, 6998, 6148, 6853, 6218, 6612, 7264, 6285, 6992, 5871, 6804, 7916, 6665, 7169, 7083, 7101, 6290, 6738, 7659, 6660, 7156, 6480, 7030, 6085, 6952, 6275, 6682, 7588, 7152, 7159, 6440, 6867, 7725, 6546, 6937, 6358, 6817, 5965, 6925, 7099, 7222, 7095, 6389, 6930, 7004, 6605, 6930, 7336, 6796, 5849, 7115, 6329, 6761, 7295, 6729, 7009, 6323, 6852, 8313, 6425, 7086, 6262, 6923, 7321, 6521, 6903, 6289, 7098, 6313, 6690, 7103, 6485, 6948, 5998, 7017, 5954, 6689, 7171, 7289, 7086, 6031, 6893, 5941, 7005, 7146, 6865, 7076, 5981, 6748, 7847, 6751, 6941, 5762, 6776, 6989, 6952, 7231, 7154, 6853, 6075, 6963, 6961, 6603, 7118, 6293, 6793, 6995, 6529, 6985, 5911, 7054, 6639, 6805, 6924, 6273, 7040, 5674, 6804, 6985, 7614, 7089, 6417, 6898, 6967, 6155, 7120, 6005, 7110, 6024, 6583, 7178, 6592, 7144, 6030, 6823, 6691, 6832, 7013, 7187, 6901, 6080, 6759, 7194, 6275, 7291, 6549, 7252, 5719, 6896, 6098, 6901, 7776, 7122, 7085, 6501, 6771, 7345, 6805, 7187, 6202, 6805, 7053, 6895, 6895, 6223, 7000, 5891, 6764, 7047, 6946, 6967, 6198, 6610, 7133, 6650, 6942, 6129, 6822, 5826, 6832, 6925, 6510, 6759, 6242, 6796, 7007, 6841, 6951, 5999, 6654, 7358, 6390, 7032, 5935, 6695, 6494, 6536, 6946, 7155, 6678, 6151, 6514, 6851, 6534, 6750, 5829, 6630, 7387, 6373, 6911, 5976, 6814, 6060, 6712, 6872, 6581, 6699, 5858, 6710, 6768, 6072, 6756, 5838, 6772, 6814, 6779, 7034, 7282, 6650, 6043, 6551, 6739, 6546, 6694, 6057, 6565, 6632, 6698, 6756, 5836, 6938, 7156, 6406, 6857, 5936, 6834, 8081, 6977, 6831, 6584, 6809, 7226, 6570, 6812, 7206, 6589, 5896, 6605, 6725, 6671, 6769, 6254, 6669, 6824, 6703, 6646, 5823, 6861, 7275, 6528, 7125, 5995, 6590, 7555, 6430, 6809, 7234, 6796, 5903, 6657, 6884, 6871, 6754, 5977, 6975, 7215, 6438, 7076, 5648, 7069, 5874, 6726, 7047, 6064, 6971, 5748, 7082, 7184, 6934, 6958, 5863, 7190, 5867, 6771, 7284, 6373, 7030, 5970, 6826, 8501, 6571, 7217, 6370, 7137, 7240, 6916, 7049, 6582, 6859, 6690, 6649, 7040, 6147, 6925, 7198, 6883, 7353, 5928, 7190, 5820, 6738, 6958, 6192, 7161, 6383, 6930, 6006, 6668, 7076, 6529, 6930, 5780, 6971, 9354, 6578, 7007, 5814, 6741, 8917, 6528, 6837, 5930, 7223, 8163, 6699, 6879, 5943, 6723, 7616, 6624, 6754, 6007, 6782, 6244, 6288, 6750, 6161, 6772, 5769, 6913, 6490, 6605, 6761, 6175, 6451, 9480, 6692, 6874, 5841, 6427, 6740, 6500, 6738, 6465, 6778, 5666, 6583, 6655, 6997, 6761, 6038, 6621, 7079, 6084, 7147, 5877, 6697, 6421, 6663, 6759, 5824, 6213, 6614, 6267, 6323, 6188, 6586, 5876, 6433, 6589, 6247, 6689, 5897, 6457, 6989, 6004, 6563, 5836, 6623, 7024, 6129, 6449, 5654, 6294, 6916, 5861, 6358, 5690, 6351, 7828, 6492, 6749, 6626, 6732, 5737, 6322, 8353, 6073, 6729, 5859, 6393, 8473, 6622, 6392, 6506, 6447, 6002, 6470, 7793, 6504, 6727, 5865, 6736, 7212, 6219, 6585, 5622, 6745, 7134, 6320, 6439, 5798, 6763, 7265, 6233, 7057, 5597, 5913, 6282, 5898, 6499, 9809, 6177, 8165, 6362, 6987, 6639, 6534, 8113, 6363, 6646, 5689, 6946, 7137, 6259, 6850, 5819, 6612, 6559, 6285, 6573, 5760, 6365, 7157, 6076, 6408, 5891, 6278, 6301, 6547, 6476, 5682, 6236, 7458, 6132, 6477, 8008, 6088, 6512, 5969, 6484, 6071, 6329, 6267, 6042, 6536, 5917, 6257, 7263, 5999, 6805, 5752, 6246, 7368, 5870, 6638, 5907, 6375, 6388, 6225, 6416, 6092, 6369, 7565, 5963, 6098, 5897, 6390, 5841, 6251, 6369, 6210, 6475, 6024, 6513, 8607, 6227, 7008, 5978, 6317, 8535, 6067, 5989, 6055, 6459, 6030, 6107, 6179, 6153, 6604, 6697, 6539, 7249, 6001, 6595, 7705, 6050, 6314, 6141, 6190, 7103, 6011, 6017, 6040, 6226, 5961, 6024, 7572, 6269, 6472, 6076, 6316, 7329, 6089, 7566, 5992, 6246, 6992, 6117, 6124, 5982, 6366, 6029, 6074, 5810, 6319, 6147, 9075, 6344, 8360, 6230, 6621, 9795, 6398, 6906, 5998, 6202, 7460, 6034, 6325, 5861, 6250, 6457, 5992, 6443, 5845, 6269, 8376, 6201, 6280, 6046, 6217, 5852, 6007, 6333, 5956, 6269, 6287, 6249, 6724, 6294, 6225, 6015, 6296, 6870, 6001, 6261, 5965, 6568, 8762, 6478, 7266, 6154, 6542, 8509, 6216, 6332, 6161, 6619, 8317, 6112, 6105, 6158, 6590, 5938, 6233, 7976, 6123, 6393, 6069, 6227, 5998, 6340, 7433, 6318, 6317, 6982, 6173, 6470, 5982, 6121, 6220, 5873, 5853, 6080, 5736, 5889, 6041, 8681, 6000, 6886, 6074, 6099, 7557, 6218, 8114, 6137, 6509, 7147], 'WindowCenter': [3627.0, 3610.0, 3626.0, 3583.0, 3590.0, 3579.0, 3568.0, 3565.0, 3555.0, 3554.0, 3576.0, 3555.0, 3556.0, 3564.0, 3556.0, 3579.0, 3601.0, 3590.0, 3579.0, 3589.0, 3556.0, 3565.0, 3554.0, 3554.0, 3552.0, 3552.0, 3573.0, 3564.0, 3563.0, 3567.0, 3542.0, 3552.0, 3554.0, 3543.0, 3564.0, 3552.0, 3565.0, 3553.0, 3564.0, 3554.0, 3565.0, 3558.0, 3566.0, 3555.0, 3554.0, 3568.0, 3578.0, 3568.0, 3576.0, 3567.0, 3555.0, 3563.0, 3565.0, 3563.0, 3556.0, 3575.0, 3566.0, 3552.0, 3564.0, 3554.0, 3564.0, 3574.0, 3573.0, 3564.0, 3563.0, 3566.0, 3554.0, 3553.0, 3575.0, 3576.0, 3566.0, 3544.0, 3555.0, 3556.0, 3544.0, 3576.0, 3577.0, 3566.0, 3565.0, 3567.0, 3554.0, 3556.0, 3573.0, 3576.0, 3567.0, 3565.0, 3564.0, 3555.0, 3554.0, 3564.0, 3554.0, 3576.0, 3566.0, 3567.0, 3567.0, 3567.0, 3567.0, 3567.0, 3576.0, 3586.0, 3565.0, 3565.0, 3565.0, 3553.0, 3553.0, 3565.0, 3573.0, 3565.0, 3565.0, 3564.0, 3544.0, 3564.0, 3577.0, 3566.0, 3567.0, 3548.0, 3566.0, 3556.0, 3555.0, 3555.0, 3565.0, 3566.0, 3576.0, 3568.0, 3576.0, 3565.0, 3545.0, 3566.0, 3567.0, 3577.0, 3568.0, 3556.0, 3570.0, 3566.0, 3567.0, 3558.0, 3581.0, 3583.0, 3571.0, 3580.0, 3577.0, 3579.0, 3579.0, 3577.0, 3576.0, 3554.0, 3575.0, 3552.0, 3589.0, 3586.0, 3577.0, 3589.0, 3580.0, 3577.0, 3554.0, 3577.0, 3555.0, 3576.0, 3586.0, 3564.0, 3564.0, 3555.0, 3576.0, 3565.0, 3568.0, 3575.0, 3577.0, 3575.0, 3575.0, 3565.0, 3554.0, 3576.0, 3576.0, 3564.0, 3575.0, 3566.0, 3563.0, 3552.0, 3564.0, 3553.0, 3564.0, 3572.0, 3552.0, 3561.0, 3564.0, 3563.0, 3550.0, 3563.0, 3585.0, 3580.0, 3565.0, 3562.0, 3551.0, 3538.0, 3551.0, 3538.0, 3561.0, 3574.0, 3551.0, 3561.0, 3541.0, 3552.0, 3552.0, 3563.0, 3572.0, 3552.0, 3566.0, 3552.0, 3565.0, 3543.0, 3565.0, 3575.0, 3565.0, 3576.0, 3565.0, 3566.0, 3554.0, 3565.0, 3542.0, 3565.0, 3584.0, 3554.0, 3565.0, 3556.0, 3566.0, 3542.0, 3564.0, 3576.0, 3554.0, 3573.0, 3554.0, 3562.0, 3552.0, 3565.0, 3552.0, 3563.0, 3575.0, 3564.0, 3565.0, 3551.0, 3562.0, 3551.0, 3565.0, 3575.0, 3553.0, 3577.0, 3552.0, 3566.0, 3551.0, 3564.0, 3550.0, 3554.0, 3584.0, 3553.0, 3574.0, 3553.0, 3564.0, 3542.0, 3552.0, 3573.0, 3554.0, 3564.0, 3542.0, 3567.0, 3541.0, 3563.0, 3587.0, 3555.0, 3565.0, 3556.0, 3565.0, 3556.0, 3557.0, 3586.0, 3553.0, 3562.0, 3553.0, 3566.0, 3553.0, 3567.0, 3588.0, 3565.0, 3575.0, 3567.0, 3566.0, 3541.0, 3564.0, 3588.0, 3576.0, 3580.0, 3591.0, 3588.0, 3579.0, 3567.0, 3564.0, 3575.0, 3555.0, 3563.0, 3553.0, 3565.0, 3543.0, 3563.0, 3575.0, 3563.0, 3565.0, 3543.0, 3564.0, 3561.0, 3565.0, 3565.0, 3567.0, 3565.0, 3552.0, 3565.0, 3584.0, 3565.0, 3565.0, 3564.0, 3566.0, 3540.0, 3564.0, 3575.0, 3564.0, 3574.0, 3574.0, 3566.0, 3564.0, 3564.0, 3574.0, 3567.0, 3580.0, 3566.0, 3580.0, 3558.0, 3580.0, 3588.0, 3570.0, 3578.0, 3588.0, 3579.0, 3566.0, 3566.0, 3587.0, 3556.0, 3567.0, 3556.0, 3577.0, 3556.0, 3566.0, 3585.0, 3567.0, 3577.0, 3555.0, 3577.0, 3585.0, 3565.0, 3565.0, 3577.0, 3577.0, 3552.0, 3564.0, 3586.0, 3565.0, 3578.0, 3577.0, 3568.0, 3553.0, 3567.0, 3552.0, 3567.0, 3586.0, 3554.0, 3563.0, 3551.0, 3564.0, 3585.0, 3553.0, 3565.0, 3552.0, 3564.0, 3552.0, 3561.0, 3573.0, 3563.0, 3565.0, 3553.0, 3573.0, 3552.0, 3567.0, 3564.0, 3567.0, 3576.0, 3542.0, 3577.0, 3576.0, 3576.0, 3576.0, 3568.0, 3577.0, 3554.0, 3564.0, 3583.0, 3565.0, 3577.0, 3574.0, 3564.0, 3551.0, 3564.0, 3575.0, 3566.0, 3575.0, 3573.0, 3566.0, 3553.0, 3566.0, 3585.0, 3566.0, 3575.0, 3576.0, 3577.0, 3553.0, 3578.0, 3566.0, 3566.0, 3575.0, 3567.0, 3566.0, 3543.0, 3565.0, 3585.0, 3565.0, 3576.0, 3565.0, 3564.0, 3553.0, 3564.0, 3575.0, 3564.0, 3576.0, 3576.0, 3575.0, 3554.0, 3565.0, 3554.0, 3576.0, 3576.0, 3564.0, 3576.0, 3554.0, 3577.0, 3553.0, 3567.0, 3587.0, 3576.0, 3577.0, 3556.0, 3578.0, 3564.0, 3580.0, 3576.0, 3575.0, 3590.0, 3587.0, 3577.0, 3557.0, 3579.0, 3597.0, 3579.0, 3577.0, 3579.0, 3579.0, 3557.0, 3579.0, 3587.0, 3566.0, 3578.0, 3575.0, 3578.0, 3555.0, 3577.0, 3587.0, 3554.0, 3565.0, 3552.0, 3575.0, 3577.0, 3565.0, 3564.0, 3552.0, 3576.0, 3543.0, 3576.0, 3575.0, 3572.0, 3566.0, 3552.0, 3565.0, 3585.0, 3564.0, 3566.0, 3540.0, 3564.0, 3573.0, 3552.0, 3561.0, 3542.0, 3564.0, 3553.0, 3565.0, 3563.0, 3575.0, 3565.0, 3551.0, 3565.0, 3575.0, 3565.0, 3564.0, 3546.0, 3575.0, 3565.0, 3578.0, 3576.0, 3574.0, 3587.0, 3556.0, 3567.0, 3598.0, 3568.0, 3576.0, 3578.0, 3576.0, 3566.0, 3576.0, 3577.0, 3575.0, 3566.0, 3553.0, 3577.0, 3573.0, 3567.0, 3566.0, 3555.0, 3566.0, 3584.0, 3567.0, 3577.0, 3564.0, 3576.0, 3554.0, 3576.0, 3566.0, 3567.0, 3564.0, 3576.0, 3578.0, 3567.0, 3577.0, 3576.0, 3554.0, 3576.0, 3554.0, 3566.0, 3545.0, 3564.0, 3575.0, 3576.0, 3567.0, 3554.0, 3568.0, 3576.0, 3555.0, 3576.0, 3555.0, 3576.0, 3564.0, 3566.0, 3575.0, 3576.0, 3574.0, 3566.0, 3576.0, 3577.0, 3565.0, 3578.0, 3568.0, 3580.0, 3555.0, 3579.0, 3579.0, 3566.0, 3588.0, 3579.0, 3569.0, 3590.0, 3604.0, 3593.0, 3578.0, 3580.0, 3601.0, 3568.0, 3579.0, 3555.0, 3581.0, 3590.0, 3565.0, 3564.0, 3575.0, 3576.0, 3556.0, 3577.0, 3586.0, 3554.0, 3577.0, 3554.0, 3565.0, 3575.0, 3555.0, 3576.0, 3553.0, 3566.0, 3575.0, 3553.0, 3564.0, 3552.0, 3563.0, 3574.0, 3554.0, 3563.0, 3554.0, 3564.0, 3575.0, 3566.0, 3575.0, 3555.0, 3576.0, 3553.0, 3568.0, 3565.0, 3576.0, 3577.0, 3566.0, 3577.0, 3555.0, 3567.0, 3587.0, 3565.0, 3576.0, 3577.0, 3576.0, 3566.0, 3567.0, 3585.0, 3578.0, 3578.0, 3567.0, 3578.0, 3556.0, 3578.0, 3567.0, 3576.0, 3587.0, 3576.0, 3576.0, 3552.0, 3564.0, 3574.0, 3554.0, 3564.0, 3552.0, 3565.0, 3554.0, 3566.0, 3564.0, 3574.0, 3564.0, 3550.0, 3563.0, 3562.0, 3563.0, 3565.0, 3572.0, 3564.0, 3542.0, 3576.0, 3556.0, 3565.0, 3575.0, 3565.0, 3575.0, 3554.0, 3565.0, 3584.0, 3554.0, 3565.0, 3552.0, 3563.0, 3573.0, 3553.0, 3563.0, 3550.0, 3575.0, 3554.0, 3565.0, 3566.0, 3564.0, 3576.0, 3554.0, 3577.0, 3554.0, 3567.0, 3577.0, 3577.0, 3576.0, 3555.0, 3579.0, 3556.0, 3578.0, 3576.0, 3566.0, 3581.0, 3554.0, 3565.0, 3575.0, 3564.0, 3575.0, 3541.0, 3565.0, 3575.0, 3577.0, 3575.0, 3578.0, 3577.0, 3556.0, 3576.0, 3576.0, 3566.0, 3576.0, 3554.0, 3567.0, 3575.0, 3566.0, 3576.0, 3541.0, 3576.0, 3563.0, 3566.0, 3576.0, 3566.0, 3574.0, 3543.0, 3565.0, 3576.0, 3577.0, 3577.0, 3554.0, 3575.0, 3576.0, 3556.0, 3575.0, 3555.0, 3577.0, 3557.0, 3579.0, 3576.0, 3565.0, 3578.0, 3555.0, 3578.0, 3566.0, 3576.0, 3575.0, 3577.0, 3578.0, 3555.0, 3578.0, 3577.0, 3567.0, 3590.0, 3579.0, 3591.0, 3555.0, 3579.0, 3567.0, 3578.0, 3588.0, 3578.0, 3577.0, 3566.0, 3567.0, 3577.0, 3565.0, 3579.0, 3556.0, 3578.0, 3577.0, 3578.0, 3577.0, 3555.0, 3581.0, 3544.0, 3567.0, 3576.0, 3577.0, 3576.0, 3554.0, 3564.0, 3576.0, 3565.0, 3575.0, 3554.0, 3577.0, 3556.0, 3568.0, 3578.0, 3569.0, 3566.0, 3554.0, 3565.0, 3564.0, 3565.0, 3566.0, 3554.0, 3565.0, 3576.0, 3555.0, 3565.0, 3554.0, 3566.0, 3569.0, 3566.0, 3579.0, 3576.0, 3581.0, 3555.0, 3568.0, 3566.0, 3569.0, 3567.0, 3557.0, 3581.0, 3577.0, 3569.0, 3577.0, 3556.0, 3577.0, 3555.0, 3578.0, 3579.0, 3579.0, 3579.0, 3555.0, 3579.0, 3576.0, 3568.0, 3579.0, 3556.0, 3580.0, 3579.0, 3581.0, 3580.0, 3589.0, 3580.0, 3556.0, 3569.0, 3568.0, 3568.0, 3580.0, 3557.0, 3566.0, 3567.0, 3565.0, 3576.0, 3554.0, 3577.0, 3578.0, 3567.0, 3568.0, 3557.0, 3577.0, 3586.0, 3579.0, 3566.0, 3566.0, 3566.0, 3575.0, 3567.0, 3565.0, 3578.0, 3566.0, 3545.0, 3566.0, 3569.0, 3566.0, 3567.0, 3566.0, 3566.0, 3565.0, 3567.0, 3580.0, 3556.0, 3580.0, 3580.0, 3568.0, 3580.0, 3569.0, 3580.0, 3588.0, 3567.0, 3578.0, 3590.0, 3579.0, 3556.0, 3580.0, 3579.0, 3579.0, 3579.0, 3558.0, 3590.0, 3590.0, 3580.0, 3589.0, 3559.0, 3591.0, 3558.0, 3582.0, 3592.0, 3581.0, 3592.0, 3560.0, 3592.0, 3591.0, 3592.0, 3590.0, 3558.0, 3579.0, 3558.0, 3579.0, 3588.0, 3568.0, 3578.0, 3566.0, 3579.0, 3597.0, 3566.0, 3576.0, 3555.0, 3578.0, 3576.0, 3564.0, 3564.0, 3564.0, 3565.0, 3564.0, 3564.0, 3565.0, 3554.0, 3577.0, 3565.0, 3577.0, 3577.0, 3554.0, 3579.0, 3557.0, 3578.0, 3578.0, 3568.0, 3580.0, 3580.0, 3591.0, 3570.0, 3580.0, 3579.0, 3568.0, 3579.0, 3559.0, 3580.0, 3600.0, 3570.0, 3576.0, 3557.0, 3569.0, 3597.0, 3553.0, 3565.0, 3554.0, 3587.0, 3585.0, 3566.0, 3567.0, 3554.0, 3578.0, 3574.0, 3566.0, 3568.0, 3555.0, 3566.0, 3566.0, 3567.0, 3569.0, 3555.0, 3577.0, 3557.0, 3590.0, 3569.0, 3579.0, 3581.0, 3570.0, 3582.0, 3610.0, 3579.0, 3579.0, 3556.0, 3568.0, 3567.0, 3568.0, 3579.0, 3566.0, 3580.0, 3558.0, 3578.0, 3566.0, 3577.0, 3581.0, 3567.0, 3578.0, 3591.0, 3570.0, 3579.0, 3557.0, 3581.0, 3569.0, 3581.0, 3579.0, 3571.0, 3584.0, 3591.0, 3581.0, 3568.0, 3568.0, 3579.0, 3559.0, 3580.0, 3580.0, 3568.0, 3580.0, 3557.0, 3580.0, 3579.0, 3567.0, 3581.0, 3556.0, 3578.0, 3577.0, 3569.0, 3568.0, 3557.0, 3567.0, 3577.0, 3558.0, 3581.0, 3557.0, 3580.0, 3589.0, 3582.0, 3579.0, 3580.0, 3581.0, 3570.0, 3582.0, 3600.0, 3569.0, 3592.0, 3559.0, 3569.0, 3599.0, 3578.0, 3568.0, 3569.0, 3580.0, 3555.0, 3568.0, 3590.0, 3567.0, 3568.0, 3544.0, 3565.0, 3575.0, 3556.0, 3567.0, 3556.0, 3567.0, 3578.0, 3568.0, 3568.0, 3556.0, 3578.0, 3589.0, 3556.0, 3577.0, 3545.0, 3557.0, 3579.0, 3573.0, 3594.0, 3635.0, 3582.0, 3615.0, 3581.0, 3591.0, 3578.0, 3568.0, 3587.0, 3555.0, 3566.0, 3554.0, 3577.0, 3565.0, 3567.0, 3565.0, 3543.0, 3565.0, 3565.0, 3566.0, 3566.0, 3555.0, 3569.0, 3576.0, 3554.0, 3566.0, 3554.0, 3567.0, 3566.0, 3566.0, 3568.0, 3556.0, 3571.0, 3594.0, 3567.0, 3567.0, 3588.0, 3554.0, 3564.0, 3554.0, 3554.0, 3554.0, 3564.0, 3565.0, 3554.0, 3565.0, 3543.0, 3566.0, 3576.0, 3557.0, 3567.0, 3557.0, 3569.0, 3578.0, 3544.0, 3566.0, 3544.0, 3566.0, 3568.0, 3558.0, 3566.0, 3558.0, 3581.0, 3601.0, 3568.0, 3566.0, 3556.0, 3567.0, 3555.0, 3579.0, 3579.0, 3568.0, 3568.0, 3566.0, 3579.0, 3599.0, 3567.0, 3577.0, 3555.0, 3594.0, 3600.0, 3566.0, 3565.0, 3567.0, 3566.0, 3566.0, 3567.0, 3568.0, 3568.0, 3576.0, 3566.0, 3566.0, 3578.0, 3555.0, 3578.0, 3586.0, 3555.0, 3565.0, 3554.0, 3555.0, 3575.0, 3566.0, 3567.0, 3568.0, 3580.0, 3570.0, 3570.0, 3601.0, 3580.0, 3580.0, 3569.0, 3580.0, 3589.0, 3568.0, 3588.0, 3566.0, 3568.0, 3575.0, 3555.0, 3556.0, 3566.0, 3567.0, 3556.0, 3568.0, 3569.0, 3578.0, 3571.0, 3611.0, 3581.0, 3601.0, 3555.0, 3578.0, 3608.0, 3555.0, 3564.0, 3542.0, 3555.0, 3574.0, 3554.0, 3564.0, 3542.0, 3565.0, 3566.0, 3567.0, 3567.0, 3556.0, 3579.0, 3600.0, 3555.0, 3566.0, 3555.0, 3555.0, 3554.0, 3566.0, 3566.0, 3555.0, 3568.0, 3578.0, 3569.0, 3576.0, 3567.0, 3568.0, 3555.0, 3567.0, 3577.0, 3566.0, 3567.0, 3556.0, 3578.0, 3598.0, 3569.0, 3591.0, 3554.0, 3565.0, 3586.0, 3555.0, 3553.0, 3556.0, 3565.0, 3587.0, 3554.0, 3555.0, 3556.0, 3568.0, 3567.0, 3582.0, 3599.0, 3568.0, 3579.0, 3567.0, 3569.0, 3569.0, 3582.0, 3590.0, 3582.0, 3582.0, 3593.0, 3570.0, 3577.0, 3566.0, 3569.0, 3581.0, 3572.0, 3569.0, 3581.0, 3571.0, 3572.0, 3583.0, 3616.0, 3583.0, 3593.0, 3582.0, 3583.0, 3599.0, 3571.0, 3601.0, 3568.0, 3570.0, 3574.0], 'WindowWidth': [8226.0, 8190.0, 8199.0, 8137.0, 8140.0, 8125.0, 8109.0, 8100.0, 8088.0, 8084.0, 8115.0, 8085.0, 8085.0, 8096.0, 8089.0, 8122.0, 8155.0, 8139.0, 8120.0, 8133.0, 8086.0, 8096.0, 8079.0, 8078.0, 8073.0, 8075.0, 8103.0, 8093.0, 8091.0, 8099.0, 8064.0, 8074.0, 8080.0, 8062.0, 8093.0, 8075.0, 8097.0, 8079.0, 8095.0, 8081.0, 8097.0, 8090.0, 8100.0, 8084.0, 8083.0, 8105.0, 8116.0, 8103.0, 8110.0, 8099.0, 8084.0, 8092.0, 8095.0, 8091.0, 8083.0, 8108.0, 8097.0, 8075.0, 8093.0, 8080.0, 8093.0, 8108.0, 8104.0, 8093.0, 8091.0, 8098.0, 8081.0, 8077.0, 8109.0, 8111.0, 8098.0, 8066.0, 8081.0, 8085.0, 8067.0, 8112.0, 8114.0, 8100.0, 8096.0, 8101.0, 8081.0, 8086.0, 8107.0, 8112.0, 8101.0, 8096.0, 8095.0, 8085.0, 8080.0, 8095.0, 8081.0, 8114.0, 8099.0, 8103.0, 8101.0, 8103.0, 8102.0, 8101.0, 8113.0, 8124.0, 8094.0, 8095.0, 8095.0, 8079.0, 8077.0, 8096.0, 8105.0, 8096.0, 8095.0, 8094.0, 8069.0, 8094.0, 8114.0, 8098.0, 8099.0, 8068.0, 8099.0, 8085.0, 8082.0, 8083.0, 8096.0, 8099.0, 8113.0, 8102.0, 8110.0, 8095.0, 8070.0, 8099.0, 8101.0, 8114.0, 8104.0, 8087.0, 8109.0, 8103.0, 8105.0, 8094.0, 8128.0, 8139.0, 8115.0, 8124.0, 8116.0, 8122.0, 8126.0, 8117.0, 8113.0, 8079.0, 8109.0, 8077.0, 8133.0, 8127.0, 8118.0, 8138.0, 8127.0, 8114.0, 8079.0, 8115.0, 8084.0, 8113.0, 8125.0, 8093.0, 8093.0, 8084.0, 8114.0, 8099.0, 8108.0, 8113.0, 8118.0, 8110.0, 8109.0, 8098.0, 8081.0, 8113.0, 8110.0, 8093.0, 8110.0, 8097.0, 8090.0, 8073.0, 8092.0, 8075.0, 8092.0, 8102.0, 8073.0, 8086.0, 8091.0, 8091.0, 8070.0, 8089.0, 8120.0, 8126.0, 8096.0, 8089.0, 8071.0, 8048.0, 8071.0, 8049.0, 8086.0, 8104.0, 8071.0, 8086.0, 8057.0, 8074.0, 8073.0, 8090.0, 8101.0, 8075.0, 8097.0, 8075.0, 8095.0, 8064.0, 8096.0, 8107.0, 8095.0, 8113.0, 8098.0, 8097.0, 8078.0, 8096.0, 8064.0, 8097.0, 8119.0, 8079.0, 8096.0, 8084.0, 8098.0, 8062.0, 8092.0, 8108.0, 8080.0, 8104.0, 8077.0, 8089.0, 8075.0, 8097.0, 8075.0, 8090.0, 8108.0, 8093.0, 8095.0, 8073.0, 8089.0, 8072.0, 8093.0, 8109.0, 8078.0, 8110.0, 8074.0, 8097.0, 8073.0, 8094.0, 8070.0, 8079.0, 8119.0, 8077.0, 8104.0, 8076.0, 8092.0, 8060.0, 8074.0, 8103.0, 8078.0, 8091.0, 8060.0, 8098.0, 8058.0, 8091.0, 8127.0, 8082.0, 8094.0, 8083.0, 8097.0, 8084.0, 8086.0, 8123.0, 8076.0, 8089.0, 8078.0, 8100.0, 8079.0, 8100.0, 8128.0, 8095.0, 8111.0, 8101.0, 8097.0, 8061.0, 8095.0, 8132.0, 8113.0, 8124.0, 8140.0, 8133.0, 8121.0, 8099.0, 8093.0, 8107.0, 8080.0, 8090.0, 8075.0, 8095.0, 8063.0, 8091.0, 8108.0, 8089.0, 8093.0, 8061.0, 8093.0, 8085.0, 8094.0, 8093.0, 8096.0, 8094.0, 8075.0, 8095.0, 8118.0, 8094.0, 8095.0, 8093.0, 8096.0, 8055.0, 8091.0, 8108.0, 8093.0, 8107.0, 8106.0, 8099.0, 8093.0, 8096.0, 8108.0, 8102.0, 8123.0, 8102.0, 8124.0, 8092.0, 8125.0, 8131.0, 8110.0, 8118.0, 8131.0, 8119.0, 8100.0, 8100.0, 8127.0, 8085.0, 8102.0, 8084.0, 8115.0, 8085.0, 8101.0, 8123.0, 8100.0, 8115.0, 8084.0, 8116.0, 8122.0, 8096.0, 8095.0, 8112.0, 8115.0, 8078.0, 8093.0, 8125.0, 8098.0, 8118.0, 8115.0, 8103.0, 8078.0, 8100.0, 8075.0, 8100.0, 8124.0, 8078.0, 8091.0, 8071.0, 8092.0, 8122.0, 8077.0, 8093.0, 8073.0, 8092.0, 8074.0, 8087.0, 8103.0, 8089.0, 8094.0, 8077.0, 8105.0, 8075.0, 8099.0, 8094.0, 8099.0, 8112.0, 8062.0, 8114.0, 8111.0, 8112.0, 8112.0, 8103.0, 8114.0, 8080.0, 8094.0, 8118.0, 8097.0, 8114.0, 8106.0, 8094.0, 8073.0, 8093.0, 8110.0, 8099.0, 8109.0, 8105.0, 8098.0, 8078.0, 8099.0, 8125.0, 8098.0, 8110.0, 8110.0, 8113.0, 8079.0, 8118.0, 8098.0, 8099.0, 8109.0, 8100.0, 8099.0, 8063.0, 8097.0, 8121.0, 8095.0, 8112.0, 8095.0, 8093.0, 8075.0, 8092.0, 8109.0, 8095.0, 8110.0, 8110.0, 8108.0, 8079.0, 8097.0, 8081.0, 8112.0, 8111.0, 8095.0, 8112.0, 8082.0, 8113.0, 8078.0, 8101.0, 8128.0, 8111.0, 8117.0, 8090.0, 8117.0, 8095.0, 8123.0, 8114.0, 8111.0, 8135.0, 8129.0, 8117.0, 8090.0, 8120.0, 8141.0, 8121.0, 8118.0, 8122.0, 8122.0, 8087.0, 8119.0, 8127.0, 8100.0, 8117.0, 8109.0, 8115.0, 8082.0, 8115.0, 8127.0, 8080.0, 8095.0, 8073.0, 8109.0, 8112.0, 8095.0, 8093.0, 8072.0, 8110.0, 8063.0, 8112.0, 8110.0, 8102.0, 8098.0, 8074.0, 8096.0, 8120.0, 8091.0, 8096.0, 8055.0, 8090.0, 8102.0, 8073.0, 8085.0, 8059.0, 8093.0, 8076.0, 8095.0, 8089.0, 8105.0, 8093.0, 8073.0, 8096.0, 8108.0, 8095.0, 8094.0, 8072.0, 8111.0, 8097.0, 8117.0, 8112.0, 8107.0, 8130.0, 8087.0, 8101.0, 8142.0, 8102.0, 8112.0, 8117.0, 8112.0, 8099.0, 8113.0, 8113.0, 8110.0, 8098.0, 8077.0, 8112.0, 8103.0, 8098.0, 8097.0, 8083.0, 8100.0, 8121.0, 8101.0, 8114.0, 8094.0, 8113.0, 8078.0, 8111.0, 8098.0, 8101.0, 8094.0, 8112.0, 8116.0, 8099.0, 8115.0, 8111.0, 8081.0, 8112.0, 8079.0, 8098.0, 8070.0, 8093.0, 8110.0, 8110.0, 8099.0, 8081.0, 8102.0, 8112.0, 8082.0, 8110.0, 8082.0, 8111.0, 8093.0, 8098.0, 8110.0, 8111.0, 8109.0, 8099.0, 8114.0, 8116.0, 8099.0, 8117.0, 8105.0, 8124.0, 8086.0, 8120.0, 8120.0, 8099.0, 8130.0, 8122.0, 8112.0, 8141.0, 8163.0, 8149.0, 8124.0, 8126.0, 8153.0, 8104.0, 8118.0, 8084.0, 8123.0, 8133.0, 8098.0, 8095.0, 8108.0, 8111.0, 8085.0, 8115.0, 8125.0, 8080.0, 8112.0, 8079.0, 8097.0, 8110.0, 8082.0, 8111.0, 8078.0, 8097.0, 8108.0, 8077.0, 8093.0, 8075.0, 8092.0, 8106.0, 8078.0, 8090.0, 8078.0, 8093.0, 8108.0, 8097.0, 8109.0, 8082.0, 8112.0, 8078.0, 8104.0, 8097.0, 8113.0, 8115.0, 8099.0, 8116.0, 8084.0, 8102.0, 8127.0, 8097.0, 8112.0, 8113.0, 8114.0, 8100.0, 8102.0, 8123.0, 8117.0, 8118.0, 8102.0, 8117.0, 8085.0, 8118.0, 8102.0, 8113.0, 8128.0, 8109.0, 8112.0, 8076.0, 8093.0, 8106.0, 8078.0, 8091.0, 8074.0, 8096.0, 8079.0, 8096.0, 8091.0, 8104.0, 8092.0, 8069.0, 8090.0, 8086.0, 8091.0, 8094.0, 8103.0, 8095.0, 8063.0, 8112.0, 8085.0, 8098.0, 8110.0, 8096.0, 8109.0, 8078.0, 8095.0, 8119.0, 8079.0, 8093.0, 8073.0, 8091.0, 8102.0, 8077.0, 8089.0, 8071.0, 8108.0, 8079.0, 8097.0, 8098.0, 8094.0, 8112.0, 8080.0, 8114.0, 8082.0, 8102.0, 8113.0, 8114.0, 8110.0, 8084.0, 8119.0, 8086.0, 8117.0, 8112.0, 8100.0, 8123.0, 8079.0, 8095.0, 8107.0, 8091.0, 8109.0, 8061.0, 8097.0, 8109.0, 8114.0, 8109.0, 8116.0, 8115.0, 8084.0, 8112.0, 8112.0, 8098.0, 8113.0, 8080.0, 8101.0, 8110.0, 8098.0, 8111.0, 8060.0, 8112.0, 8090.0, 8098.0, 8111.0, 8098.0, 8109.0, 8066.0, 8097.0, 8111.0, 8114.0, 8114.0, 8080.0, 8110.0, 8112.0, 8087.0, 8111.0, 8082.0, 8114.0, 8088.0, 8120.0, 8113.0, 8097.0, 8117.0, 8085.0, 8118.0, 8101.0, 8114.0, 8111.0, 8114.0, 8117.0, 8085.0, 8117.0, 8116.0, 8104.0, 8135.0, 8122.0, 8140.0, 8086.0, 8120.0, 8103.0, 8118.0, 8132.0, 8117.0, 8114.0, 8097.0, 8101.0, 8114.0, 8097.0, 8118.0, 8085.0, 8117.0, 8116.0, 8119.0, 8116.0, 8085.0, 8124.0, 8068.0, 8100.0, 8111.0, 8113.0, 8111.0, 8079.0, 8095.0, 8111.0, 8095.0, 8110.0, 8082.0, 8115.0, 8087.0, 8104.0, 8116.0, 8105.0, 8099.0, 8079.0, 8094.0, 8093.0, 8094.0, 8098.0, 8079.0, 8095.0, 8111.0, 8082.0, 8095.0, 8079.0, 8099.0, 8104.0, 8100.0, 8117.0, 8113.0, 8124.0, 8085.0, 8104.0, 8098.0, 8104.0, 8102.0, 8088.0, 8124.0, 8115.0, 8106.0, 8114.0, 8085.0, 8116.0, 8085.0, 8118.0, 8122.0, 8121.0, 8121.0, 8084.0, 8119.0, 8115.0, 8106.0, 8121.0, 8089.0, 8127.0, 8122.0, 8126.0, 8123.0, 8134.0, 8124.0, 8088.0, 8106.0, 8104.0, 8103.0, 8122.0, 8089.0, 8098.0, 8100.0, 8097.0, 8114.0, 8082.0, 8116.0, 8117.0, 8103.0, 8105.0, 8088.0, 8115.0, 8126.0, 8117.0, 8098.0, 8097.0, 8098.0, 8108.0, 8100.0, 8096.0, 8116.0, 8101.0, 8069.0, 8098.0, 8104.0, 8097.0, 8102.0, 8099.0, 8101.0, 8095.0, 8102.0, 8123.0, 8087.0, 8123.0, 8123.0, 8105.0, 8122.0, 8109.0, 8125.0, 8134.0, 8104.0, 8118.0, 8135.0, 8122.0, 8087.0, 8122.0, 8120.0, 8120.0, 8121.0, 8092.0, 8138.0, 8137.0, 8125.0, 8136.0, 8094.0, 8140.0, 8094.0, 8131.0, 8145.0, 8131.0, 8144.0, 8098.0, 8144.0, 8142.0, 8144.0, 8139.0, 8093.0, 8122.0, 8093.0, 8122.0, 8133.0, 8106.0, 8119.0, 8102.0, 8124.0, 8143.0, 8100.0, 8113.0, 8083.0, 8115.0, 8110.0, 8092.0, 8092.0, 8093.0, 8096.0, 8093.0, 8091.0, 8095.0, 8079.0, 8113.0, 8095.0, 8114.0, 8115.0, 8080.0, 8121.0, 8090.0, 8118.0, 8117.0, 8104.0, 8124.0, 8125.0, 8141.0, 8111.0, 8125.0, 8122.0, 8107.0, 8123.0, 8094.0, 8122.0, 8146.0, 8107.0, 8114.0, 8087.0, 8106.0, 8139.0, 8078.0, 8095.0, 8080.0, 8129.0, 8123.0, 8098.0, 8100.0, 8081.0, 8117.0, 8106.0, 8100.0, 8102.0, 8083.0, 8099.0, 8100.0, 8101.0, 8107.0, 8085.0, 8115.0, 8091.0, 8139.0, 8110.0, 8124.0, 8128.0, 8114.0, 8133.0, 8164.0, 8122.0, 8120.0, 8085.0, 8106.0, 8103.0, 8106.0, 8121.0, 8101.0, 8124.0, 8094.0, 8119.0, 8102.0, 8115.0, 8123.0, 8102.0, 8121.0, 8140.0, 8110.0, 8122.0, 8089.0, 8127.0, 8106.0, 8125.0, 8122.0, 8117.0, 8138.0, 8144.0, 8128.0, 8108.0, 8106.0, 8123.0, 8095.0, 8124.0, 8126.0, 8108.0, 8125.0, 8090.0, 8126.0, 8122.0, 8103.0, 8126.0, 8090.0, 8119.0, 8117.0, 8108.0, 8107.0, 8091.0, 8105.0, 8117.0, 8094.0, 8127.0, 8092.0, 8125.0, 8135.0, 8130.0, 8122.0, 8125.0, 8129.0, 8114.0, 8131.0, 8151.0, 8109.0, 8146.0, 8095.0, 8109.0, 8147.0, 8119.0, 8105.0, 8109.0, 8126.0, 8086.0, 8105.0, 8135.0, 8103.0, 8105.0, 8069.0, 8097.0, 8109.0, 8085.0, 8102.0, 8086.0, 8101.0, 8116.0, 8108.0, 8107.0, 8087.0, 8120.0, 8134.0, 8086.0, 8113.0, 8070.0, 8090.0, 8125.0, 8122.0, 8153.0, 8207.0, 8132.0, 8177.0, 8129.0, 8140.0, 8118.0, 8103.0, 8127.0, 8083.0, 8098.0, 8080.0, 8114.0, 8094.0, 8105.0, 8099.0, 8064.0, 8096.0, 8096.0, 8098.0, 8100.0, 8084.0, 8108.0, 8113.0, 8083.0, 8100.0, 8082.0, 8103.0, 8101.0, 8100.0, 8104.0, 8086.0, 8116.0, 8150.0, 8103.0, 8103.0, 8128.0, 8081.0, 8095.0, 8081.0, 8081.0, 8081.0, 8095.0, 8097.0, 8083.0, 8099.0, 8067.0, 8100.0, 8112.0, 8087.0, 8101.0, 8089.0, 8107.0, 8117.0, 8068.0, 8100.0, 8067.0, 8100.0, 8103.0, 8091.0, 8101.0, 8090.0, 8131.0, 8154.0, 8105.0, 8102.0, 8088.0, 8104.0, 8085.0, 8124.0, 8123.0, 8109.0, 8108.0, 8103.0, 8124.0, 8147.0, 8105.0, 8116.0, 8085.0, 8154.0, 8151.0, 8102.0, 8100.0, 8104.0, 8103.0, 8102.0, 8105.0, 8107.0, 8105.0, 8115.0, 8099.0, 8101.0, 8118.0, 8085.0, 8119.0, 8127.0, 8085.0, 8096.0, 8081.0, 8085.0, 8112.0, 8101.0, 8104.0, 8109.0, 8127.0, 8115.0, 8113.0, 8154.0, 8127.0, 8128.0, 8111.0, 8125.0, 8134.0, 8107.0, 8133.0, 8101.0, 8108.0, 8110.0, 8084.0, 8087.0, 8102.0, 8102.0, 8084.0, 8106.0, 8111.0, 8121.0, 8116.0, 8170.0, 8129.0, 8155.0, 8086.0, 8117.0, 8155.0, 8081.0, 8093.0, 8061.0, 8082.0, 8105.0, 8080.0, 8093.0, 8063.0, 8097.0, 8100.0, 8102.0, 8102.0, 8086.0, 8123.0, 8148.0, 8085.0, 8100.0, 8084.0, 8085.0, 8082.0, 8100.0, 8102.0, 8086.0, 8106.0, 8121.0, 8110.0, 8114.0, 8103.0, 8105.0, 8084.0, 8104.0, 8117.0, 8103.0, 8106.0, 8087.0, 8118.0, 8145.0, 8107.0, 8141.0, 8080.0, 8097.0, 8124.0, 8082.0, 8080.0, 8086.0, 8098.0, 8126.0, 8081.0, 8083.0, 8087.0, 8106.0, 8105.0, 8137.0, 8150.0, 8106.0, 8124.0, 8104.0, 8109.0, 8109.0, 8133.0, 8139.0, 8134.0, 8133.0, 8148.0, 8115.0, 8119.0, 8105.0, 8111.0, 8131.0, 8119.0, 8113.0, 8132.0, 8119.0, 8121.0, 8139.0, 8181.0, 8135.0, 8149.0, 8133.0, 8136.0, 8151.0, 8115.0, 8155.0, 8108.0, 8110.0, 8109.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.010348945371775418</td></tr>
<tr><td colspan=3>aqi</td><td>0.047447972610015175</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.10147859121485</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.226119279681095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.150825415588459</td></tr>
<tr><td colspan=3>efc</td><td>0.4602</td></tr>
<tr><td colspan=3>fber</td><td>5004.001</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0881754055244156</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.655538694992413</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.482361860342548</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3581112165055202</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.747648479945501</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.341325884576623</td></tr>
<tr><td colspan=3>gcor</td><td>0.00375273</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017817597836256027</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024575086310505867</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8349316548001395</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>31.4156</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6083</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.8207</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305287.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>595.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.649</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0817</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.1052</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2818.6549</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2991.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>922.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3709.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>779.9302</td></tr>
<tr><td colspan=3>tsnr</td><td>28.271779870265163</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>