<?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-0094_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0094_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-03/func/sub-0094_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>09437101de4060b797dff09423b4d287</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>19:11:46.702500</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.999338, -0.0304324, 0.0199377, 0.0314054, 0.998232, -0.0504603]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114594</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7078, 667, -36, -211, 343, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>28503c28-1539-4f1f-9a35-84c88719af72||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.6811506748199463, 0.08425851911306381, 0.04959040507674217, 107.64888000488281], [0.08164788782596588, 2.6781840324401855, -0.1378433108329773, -105.91764068603516], [0.053491368889808655, 0.13538138568401337, 2.6960229873657227, -39.465824127197266], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['191146.702500', '191147.162500', '191147.622500', '191148.082500', '191148.542500', '191149.002500', '191149.462500', '191149.922500', '191150.382500', '191150.842500', '191151.302500', '191151.762500', '191152.222500', '191152.682500', '191153.142500', '191153.602500', '191154.062500', '191154.522500', '191154.982500', '191155.442500', '191155.902500', '191156.362500', '191156.822500', '191157.282500', '191157.742500', '191158.202500', '191158.662500', '191159.122500', '191159.582500', '191200.042500', '191200.502500', '191200.962500', '191201.422500', '191201.882500', '191202.342500', '191202.802500', '191203.262500', '191203.722500', '191204.182500', '191204.642500', '191205.102500', '191205.562500', '191206.022500', '191206.482500', '191206.942500', '191207.402500', '191207.862500', '191208.322500', '191208.782500', '191209.242500', '191209.702500', '191210.162500', '191210.622500', '191211.082500', '191211.542500', '191212.002500', '191212.462500', '191212.922500', '191213.382500', '191213.842500', '191214.302500', '191214.762500', '191215.222500', '191215.682500', '191216.142500', '191216.602500', '191217.062500', '191217.522500', '191217.982500', '191218.442500', '191218.902500', '191219.362500', '191219.822500', '191220.282500', '191220.742500', '191221.202500', '191221.662500', '191222.122500', '191222.582500', '191223.042500', '191223.502500', '191223.962500', '191224.422500', '191224.882500', '191225.342500', '191225.802500', '191226.262500', '191226.722500', '191227.182500', '191227.642500', '191228.102500', '191228.562500', '191229.022500', '191229.482500', '191229.942500', '191230.402500', '191230.862500', '191231.322500', '191231.782500', '191232.242500', '191232.702500', '191233.162500', '191233.622500', '191234.082500', '191234.542500', '191235.002500', '191235.462500', '191235.922500', '191236.382500', '191236.842500', '191237.302500', '191237.762500', '191238.222500', '191238.682500', '191239.142500', '191239.602500', '191240.062500', '191240.522500', '191240.982500', '191241.442500', '191241.902500', '191242.362500', '191242.822500', '191243.282500', '191243.742500', '191244.202500', '191244.662500', '191245.122500', '191245.582500', '191246.042500', '191246.502500', '191246.962500', '191247.422500', '191247.882500', '191248.342500', '191248.802500', '191249.262500', '191249.722500', '191250.182500', '191250.642500', '191251.102500', '191251.562500', '191252.022500', '191252.482500', '191252.942500', '191253.402500', '191253.862500', '191254.322500', '191254.782500', '191255.242500', '191255.702500', '191256.162500', '191256.622500', '191257.082500', '191257.542500', '191258.002500', '191258.462500', '191258.922500', '191259.382500', '191259.842500', '191300.302500', '191300.762500', '191301.222500', '191301.682500', '191302.142500', '191302.602500', '191303.062500', '191303.522500', '191303.982500', '191304.442500', '191304.902500', '191305.362500', '191305.822500', '191306.282500', '191306.742500', '191307.202500', '191307.662500', '191308.122500', '191308.582500', '191309.042500', '191309.502500', '191309.962500', '191310.422500', '191310.882500', '191311.342500', '191311.802500', '191312.262500', '191312.722500', '191313.182500', '191313.642500', '191314.102500', '191314.562500', '191315.022500', '191315.482500', '191315.942500', '191316.402500', '191316.862500', '191317.322500', '191317.782500', '191318.242500', '191318.702500', '191319.162500', '191319.622500', '191320.082500', '191320.542500', '191321.002500', '191321.462500', '191321.922500', '191322.382500', '191322.842500', '191323.302500', '191323.762500', '191324.222500', '191324.682500', '191325.142500', '191325.602500', '191326.062500', '191326.522500', '191326.982500', '191327.442500', '191327.902500', '191328.362500', '191328.822500', '191329.282500', '191329.742500', '191330.202500', '191330.662500', '191331.122500', '191331.582500', '191332.042500', '191332.502500', '191332.962500', '191333.422500', '191333.882500', '191334.342500', '191334.802500', '191335.262500', '191335.722500', '191336.182500', '191336.642500', '191337.102500', '191337.562500', '191338.022500', '191338.482500', '191338.942500', '191339.402500', '191339.862500', '191340.322500', '191340.782500', '191341.242500', '191341.702500', '191342.162500', '191342.622500', '191343.082500', '191343.542500', '191344.002500', '191344.462500', '191344.922500', '191345.382500', '191345.842500', '191346.302500', '191346.762500', '191347.222500', '191347.682500', '191348.142500', '191348.602500', '191349.062500', '191349.522500', '191349.982500', '191350.442500', '191350.902500', '191351.362500', '191351.822500', '191352.282500', '191352.742500', '191353.202500', '191353.662500', '191354.122500', '191354.582500', '191355.042500', '191355.502500', '191355.962500', '191356.422500', '191356.882500', '191357.342500', '191357.802500', '191358.262500', '191358.722500', '191359.182500', '191359.642500', '191400.102500', '191400.562500', '191401.022500', '191401.482500', '191401.942500', '191402.402500', '191402.862500', '191403.322500', '191403.782500', '191404.242500', '191404.702500', '191405.162500', '191405.622500', '191406.082500', '191406.542500', '191407.002500', '191407.462500', '191407.922500', '191408.382500', '191408.842500', '191409.302500', '191409.762500', '191410.222500', '191410.682500', '191411.142500', '191411.602500', '191412.062500', '191412.522500', '191412.982500', '191413.442500', '191413.902500', '191414.362500', '191414.822500', '191415.282500', '191415.742500', '191416.202500', '191416.662500', '191417.122500', '191417.582500', '191418.042500', '191418.502500', '191418.962500', '191419.422500', '191419.882500', '191420.342500', '191420.802500', '191421.262500', '191421.722500', '191422.182500', '191422.642500', '191423.102500', '191423.562500', '191424.022500', '191424.482500', '191424.942500', '191425.402500', '191425.862500', '191426.322500', '191426.782500', '191427.242500', '191427.702500', '191428.162500', '191428.622500', '191429.082500', '191429.542500', '191430.002500', '191430.462500', '191430.922500', '191431.382500', '191431.842500', '191432.302500', '191432.762500', '191433.222500', '191433.682500', '191434.142500', '191434.602500', '191435.062500', '191435.522500', '191435.982500', '191436.442500', '191436.902500', '191437.362500', '191437.822500', '191438.282500', '191438.742500', '191439.202500', '191439.662500', '191440.122500', '191440.582500', '191441.042500', '191441.502500', '191441.962500', '191442.422500', '191442.882500', '191443.342500', '191443.802500', '191444.262500', '191444.722500', '191445.182500', '191445.642500', '191446.102500', '191446.562500', '191447.022500', '191447.482500', '191447.942500', '191448.402500', '191448.862500', '191449.322500', '191449.782500', '191450.242500', '191450.702500', '191451.162500', '191451.622500', '191452.082500', '191452.542500', '191453.002500', '191453.462500', '191453.922500', '191454.382500', '191454.842500', '191455.302500', '191455.762500', '191456.222500', '191456.682500', '191457.142500', '191457.602500', '191458.062500', '191458.522500', '191458.982500', '191459.442500', '191459.902500', '191500.362500', '191500.822500', '191501.282500', '191501.742500', '191502.202500', '191502.662500', '191503.122500', '191503.582500', '191504.042500', '191504.502500', '191504.962500', '191505.422500', '191505.882500', '191506.342500', '191506.802500', '191507.262500', '191507.722500', '191508.182500', '191508.642500', '191509.102500', '191509.562500', '191510.022500', '191510.482500', '191510.942500', '191511.402500', '191511.862500', '191512.322500', '191512.782500', '191513.242500', '191513.702500', '191514.162500', '191514.622500', '191515.082500', '191515.542500', '191516.002500', '191516.462500', '191516.922500', '191517.382500', '191517.842500', '191518.302500', '191518.762500', '191519.222500', '191519.682500', '191520.142500', '191520.602500', '191521.062500', '191521.522500', '191521.982500', '191522.442500', '191522.902500', '191523.362500', '191523.822500', '191524.282500', '191524.742500', '191525.202500', '191525.662500', '191526.122500', '191526.582500', '191527.042500', '191527.502500', '191527.962500', '191528.422500', '191528.882500', '191529.342500', '191529.802500', '191530.262500', '191530.722500', '191531.182500', '191531.642500', '191532.102500', '191532.562500', '191533.022500', '191533.482500', '191533.942500', '191534.402500', '191534.862500', '191535.322500', '191535.782500', '191536.242500', '191536.702500', '191537.162500', '191537.622500', '191538.082500', '191538.542500', '191539.002500', '191539.462500', '191539.922500', '191540.382500', '191540.842500', '191541.302500', '191541.762500', '191542.222500', '191542.682500', '191543.142500', '191543.602500', '191544.062500', '191544.522500', '191544.982500', '191545.442500', '191545.902500', '191546.362500', '191546.822500', '191547.282500', '191547.742500', '191548.202500', '191548.662500', '191549.122500', '191549.582500', '191550.042500', '191550.502500', '191550.962500', '191551.422500', '191551.882500', '191552.342500', '191552.802500', '191553.262500', '191553.722500', '191554.182500', '191554.642500', '191555.102500', '191555.562500', '191556.022500', '191556.482500', '191556.942500', '191557.402500', '191557.862500', '191558.322500', '191558.782500', '191559.242500', '191559.702500', '191600.162500', '191600.622500', '191601.082500', '191601.542500', '191602.002500', '191602.462500', '191602.922500', '191603.382500', '191603.842500', '191604.302500', '191604.762500', '191605.222500', '191605.682500', '191606.142500', '191606.602500', '191607.062500', '191607.522500', '191607.982500', '191608.442500', '191608.902500', '191609.362500', '191609.822500', '191610.282500', '191610.742500', '191611.202500', '191611.662500', '191612.122500', '191612.582500', '191613.042500', '191613.502500', '191613.962500', '191614.422500', '191614.882500', '191615.342500', '191615.802500', '191616.262500', '191616.722500', '191617.182500', '191617.642500', '191618.102500', '191618.562500', '191619.022500', '191619.482500', '191619.942500', '191620.402500', '191620.862500', '191621.322500', '191621.782500', '191622.242500', '191622.702500', '191623.162500', '191623.622500', '191624.082500', '191624.542500', '191625.002500', '191625.462500', '191625.922500', '191626.382500', '191626.842500', '191627.302500', '191627.762500', '191628.222500', '191628.682500', '191629.142500', '191629.602500', '191630.062500', '191630.522500', '191630.982500', '191631.442500', '191631.902500', '191632.362500', '191632.822500', '191633.282500', '191633.742500', '191634.202500', '191634.662500', '191635.122500', '191635.582500', '191636.042500', '191636.502500', '191636.962500', '191637.422500', '191637.882500', '191638.342500', '191638.802500', '191639.262500', '191639.722500', '191640.182500', '191640.642500', '191641.102500', '191641.562500', '191642.022500', '191642.482500', '191642.942500', '191643.402500', '191643.862500', '191644.322500', '191644.782500', '191645.242500', '191645.702500', '191646.162500', '191646.622500', '191647.082500', '191647.542500', '191648.002500', '191648.462500', '191648.922500', '191649.382500', '191649.842500', '191650.302500', '191650.762500', '191651.222500', '191651.682500', '191652.142500', '191652.602500', '191653.062500', '191653.522500', '191653.982500', '191654.442500', '191654.902500', '191655.362500', '191655.822500', '191656.282500', '191656.742500', '191657.202500', '191657.662500', '191658.122500', '191658.582500', '191659.042500', '191659.502500', '191659.962500', '191700.422500', '191700.882500', '191701.342500', '191701.802500', '191702.262500', '191702.722500', '191703.182500', '191703.642500', '191704.102500', '191704.562500', '191705.022500', '191705.482500', '191705.942500', '191706.402500', '191706.862500', '191707.322500', '191707.782500', '191708.242500', '191708.702500', '191709.162500', '191709.622500', '191710.082500', '191710.542500', '191711.002500', '191711.462500', '191711.922500', '191712.382500', '191712.842500', '191713.302500', '191713.762500', '191714.222500', '191714.682500', '191715.142500', '191715.602500', '191716.062500', '191716.522500', '191716.982500', '191717.442500', '191717.902500', '191718.362500', '191718.822500', '191719.282500', '191719.742500', '191720.202500', '191720.662500', '191721.122500', '191721.582500', '191722.042500', '191722.502500', '191722.962500', '191723.422500', '191723.882500', '191724.342500', '191724.802500', '191725.262500', '191725.722500', '191726.182500', '191726.642500', '191727.102500', '191727.562500', '191728.022500', '191728.482500', '191728.942500', '191729.402500', '191729.862500', '191730.322500', '191730.782500', '191731.242500', '191731.702500', '191732.162500', '191732.622500', '191733.082500', '191733.542500', '191734.002500', '191734.462500', '191734.922500', '191735.382500', '191735.842500', '191736.302500', '191736.762500', '191737.222500', '191737.682500', '191738.142500', '191738.602500', '191739.062500', '191739.522500', '191739.982500', '191740.442500', '191740.902500', '191741.362500', '191741.822500', '191742.282500', '191742.742500', '191743.202500', '191743.662500', '191744.122500', '191744.582500', '191745.042500', '191745.502500', '191745.962500', '191746.422500', '191746.882500', '191747.342500', '191747.802500', '191748.262500', '191748.722500', '191749.182500', '191749.642500', '191750.102500', '191750.562500', '191751.022500', '191751.482500', '191751.942500', '191752.402500', '191752.862500', '191753.322500', '191753.782500', '191754.242500', '191754.702500', '191755.162500', '191755.622500', '191756.082500', '191756.542500', '191757.002500', '191757.462500', '191757.922500', '191758.382500', '191758.842500', '191759.302500', '191759.762500', '191800.222500', '191800.682500', '191801.142500', '191801.602500', '191802.062500', '191802.522500', '191802.982500', '191803.442500', '191803.902500', '191804.362500', '191804.822500', '191805.282500', '191805.742500', '191806.202500', '191806.662500', '191807.122500', '191807.582500', '191808.042500', '191808.502500', '191808.962500', '191809.422500', '191809.882500', '191810.342500', '191810.802500', '191811.262500', '191811.722500', '191812.182500', '191812.642500', '191813.102500', '191813.562500', '191814.022500', '191814.482500', '191814.942500', '191815.402500', '191815.862500', '191816.322500', '191816.782500', '191817.242500', '191817.702500', '191818.162500', '191818.622500', '191819.082500', '191819.542500', '191820.002500', '191820.462500', '191820.922500', '191821.382500', '191821.842500', '191822.302500', '191822.762500', '191823.222500', '191823.682500', '191824.142500', '191824.602500', '191825.062500', '191825.522500', '191825.982500', '191826.442500', '191826.902500', '191827.362500', '191827.822500', '191828.282500', '191828.742500', '191829.202500', '191829.662500', '191830.122500', '191830.582500', '191831.042500', '191831.502500', '191831.962500', '191832.422500', '191832.882500', '191833.342500', '191833.802500', '191834.262500', '191834.722500', '191835.182500', '191835.642500', '191836.102500', '191836.562500', '191837.022500', '191837.482500', '191837.942500', '191838.402500', '191838.862500', '191839.322500', '191839.782500', '191840.242500', '191840.702500', '191841.162500', '191841.622500', '191842.082500', '191842.542500', '191843.002500', '191843.462500', '191843.922500', '191844.382500', '191844.842500', '191845.302500', '191845.762500', '191846.222500', '191846.682500', '191847.142500', '191847.602500', '191848.062500', '191848.522500', '191848.982500', '191849.442500', '191849.902500', '191850.362500', '191850.822500', '191851.282500', '191851.742500', '191852.202500', '191852.662500', '191853.122500', '191853.582500', '191854.042500', '191854.502500', '191854.962500', '191855.422500', '191855.882500', '191856.342500', '191856.802500', '191857.262500', '191857.722500', '191858.182500', '191858.642500', '191859.102500', '191859.562500', '191900.022500', '191900.482500', '191900.942500', '191901.402500', '191901.862500', '191902.322500', '191902.782500', '191903.242500', '191903.702500', '191904.162500', '191904.622500', '191905.082500', '191905.542500', '191906.002500', '191906.462500', '191906.922500', '191907.382500', '191907.842500', '191908.302500', '191908.762500', '191909.222500', '191909.682500', '191910.142500', '191910.602500', '191911.062500', '191911.522500', '191911.982500', '191912.442500', '191912.902500', '191913.362500', '191913.822500', '191914.282500', '191914.742500', '191915.202500', '191915.662500', '191916.122500', '191916.582500', '191917.042500', '191917.502500', '191917.962500', '191918.422500', '191918.882500', '191919.342500', '191919.802500', '191920.262500', '191920.722500', '191921.182500', '191921.642500', '191922.102500', '191922.562500', '191923.022500', '191923.482500', '191923.942500', '191924.402500', '191924.862500', '191925.322500', '191925.782500', '191926.242500', '191926.702500', '191927.162500', '191927.622500', '191928.082500', '191928.542500', '191929.002500', '191929.462500', '191929.922500', '191930.382500', '191930.842500', '191931.302500', '191931.762500', '191932.222500', '191932.682500', '191933.142500', '191933.602500', '191934.062500', '191934.522500', '191934.982500', '191935.442500', '191935.902500', '191936.362500', '191936.822500', '191937.282500', '191937.742500', '191938.202500', '191938.662500', '191939.122500', '191939.582500', '191940.042500', '191940.502500', '191940.962500', '191941.422500', '191941.882500', '191942.342500', '191942.802500', '191943.262500', '191943.722500', '191944.182500', '191944.642500', '191945.102500', '191945.562500', '191946.022500', '191946.482500', '191946.942500', '191947.402500', '191947.862500', '191948.322500', '191948.782500', '191949.242500', '191949.702500', '191950.162500', '191950.622500', '191951.082500', '191951.542500', '191952.002500', '191952.462500', '191952.922500', '191953.382500', '191953.842500', '191954.302500', '191954.762500', '191955.222500', '191955.682500', '191956.142500', '191956.602500', '191957.062500', '191957.522500', '191957.982500', '191958.442500', '191958.902500', '191959.362500', '191959.822500', '192000.282500', '192000.742500', '192001.202500', '192001.662500', '192002.122500', '192002.582500', '192003.042500', '192003.502500', '192003.962500', '192004.422500', '192004.882500', '192005.342500', '192005.802500', '192006.262500', '192006.722500', '192007.182500', '192007.642500', '192008.102500', '192008.562500', '192009.022500', '192009.482500', '192009.942500', '192010.402500', '192010.862500', '192011.322500', '192011.782500', '192012.242500', '192012.702500', '192013.162500', '192013.622500', '192014.082500', '192014.542500', '192015.002500', '192015.462500', '192015.922500', '192016.382500', '192016.842500', '192017.302500', '192017.762500', '192018.222500', '192018.682500', '192019.142500', '192019.602500', '192020.062500', '192020.522500', '192020.982500', '192021.442500', '192021.902500', '192022.362500', '192022.822500', '192023.282500', '192023.742500', '192024.202500', '192024.662500', '192025.122500', '192025.582500', '192026.042500', '192026.502500', '192026.962500', '192027.422500', '192027.882500', '192028.342500', '192028.802500', '192029.262500', '192029.722500', '192030.182500', '192030.642500', '192031.102500', '192031.562500', '192032.022500', '192032.482500', '192032.942500', '192033.402500', '192033.862500', '192034.322500', '192034.782500', '192035.242500', '192035.702500', '192036.162500', '192036.622500', '192037.082500', '192037.542500', '192038.002500', '192038.462500', '192038.922500', '192039.382500', '192039.842500', '192040.302500', '192040.762500', '192041.222500', '192041.682500', '192042.142500', '192042.602500', '192043.062500', '192043.522500', '192043.982500', '192044.442500', '192044.902500', '192045.362500', '192045.822500', '192046.282500', '192046.742500', '192047.202500', '192047.662500', '192048.122500', '192048.582500', '192049.042500', '192049.502500', '192049.962500', '192050.422500', '192050.882500', '192051.342500', '192051.802500', '192052.262500', '192052.722500', '192053.182500', '192053.642500', '192054.102500', '192054.562500', '192055.022500', '192055.482500', '192055.942500', '192056.402500', '192056.862500', '192057.322500', '192057.782500', '192058.242500', '192058.702500', '192059.162500', '192059.622500', '192100.082500', '192100.542500', '192101.002500', '192101.462500', '192101.922500', '192102.382500', '192102.842500', '192103.302500', '192103.762500', '192104.222500', '192104.682500', '192105.142500', '192105.602500', '192106.062500', '192106.522500', '192106.982500', '192107.442500', '192107.902500', '192108.362500', '192108.822500', '192109.282500', '192109.742500', '192110.202500', '192110.662500', '192111.122500', '192111.582500', '192112.042500', '192112.502500', '192112.962500', '192113.422500', '192113.882500', '192114.342500', '192114.802500', '192115.262500', '192115.722500', '192116.182500', '192116.642500', '192117.102500', '192117.562500', '192118.022500', '192118.482500', '192118.942500', '192119.402500', '192119.862500', '192120.322500', '192120.782500', '192121.242500', '192121.702500', '192122.162500', '192122.622500', '192123.082500', '192123.542500', '192124.002500', '192124.462500', '192124.922500', '192125.382500', '192125.842500', '192126.302500', '192126.762500', '192127.222500', '192127.682500', '192128.142500', '192128.602500', '192129.062500', '192129.522500', '192129.982500', '192130.442500', '192130.902500', '192131.362500', '192131.822500', '192132.282500', '192132.742500', '192133.202500', '192133.662500', '192134.122500', '192134.582500', '192135.042500', '192135.502500', '192135.962500', '192136.422500', '192136.882500', '192137.342500', '192137.802500', '192138.262500', '192138.722500', '192139.182500', '192139.642500', '192140.102500', '192140.562500', '192141.022500', '192141.482500', '192141.942500', '192142.402500', '192142.862500', '192143.322500', '192143.782500', '192144.242500', '192144.702500', '192145.162500', '192145.622500', '192146.082500', '192146.542500', '192147.002500', '192147.462500', '192147.922500', '192148.382500', '192148.842500', '192149.302500', '192149.762500', '192150.222500', '192150.682500', '192151.142500', '192151.602500', '192152.062500', '192152.522500', '192152.982500', '192153.442500', '192153.902500', '192154.362500', '192154.822500', '192155.282500', '192155.742500', '192156.202500', '192156.662500', '192157.122500', '192157.582500', '192158.042500', '192158.502500', '192158.962500', '192159.422500', '192159.882500', '192200.342500'], 'ContentTime': ['191200.799000', '191200.802000', '191200.805000', '191200.808000', '191200.812000', '191200.814000', '191200.817000', '191200.819000', '191200.822000', '191200.834000', '191200.836000', '191200.839000', '191200.841000', '191200.844000', '191200.851000', '191200.854000', '191200.857000', '191200.859000', '191200.862000', '191200.864000', '191200.867000', '191200.869000', '191200.872000', '191200.875000', '191200.877000', '191200.880000', '191200.882000', '191200.885000', '191200.887000', '191220.771000', '191220.774000', '191220.777000', '191220.779000', '191220.782000', '191220.784000', '191220.787000', '191220.789000', '191220.792000', '191220.794000', '191220.797000', '191220.800000', '191220.802000', '191220.805000', '191220.807000', '191220.810000', '191220.812000', '191220.815000', '191220.818000', '191220.820000', '191220.823000', '191220.825000', '191220.828000', '191220.830000', '191220.833000', '191220.835000', '191220.847000', '191220.856000', '191220.859000', '191220.861000', '191220.864000', '191220.866000', '191220.869000', '191220.871000', '191220.874000', '191220.876000', '191220.879000', '191220.881000', '191220.884000', '191220.886000', '191220.889000', '191220.892000', '191220.894000', '191220.897000', '191240.772000', '191240.774000', '191240.777000', '191240.779000', '191240.782000', '191240.785000', '191240.787000', '191240.790000', '191240.792000', '191240.795000', '191240.797000', '191240.800000', '191240.803000', '191240.805000', '191240.808000', '191240.810000', '191240.813000', '191240.815000', '191240.818000', '191240.821000', '191240.823000', '191240.826000', '191240.831000', '191240.833000', '191240.836000', '191240.838000', '191240.841000', '191240.843000', '191240.846000', '191240.849000', '191240.851000', '191240.854000', '191240.856000', '191240.859000', '191240.861000', '191240.864000', '191240.866000', '191240.869000', '191240.872000', '191240.874000', '191240.877000', '191240.879000', '191240.882000', '191300.773000', '191300.776000', '191300.779000', '191300.781000', '191300.784000', '191300.787000', '191300.789000', '191300.792000', '191300.794000', '191300.797000', '191300.800000', '191300.802000', '191300.805000', '191300.807000', '191300.810000', '191300.812000', '191300.815000', '191300.817000', '191300.820000', '191300.822000', '191300.825000', '191300.828000', '191300.830000', '191300.833000', '191300.835000', '191300.838000', '191300.840000', '191300.843000', '191300.846000', '191300.848000', '191300.851000', '191300.853000', '191300.856000', '191300.858000', '191300.861000', '191300.864000', '191300.866000', '191300.869000', '191300.871000', '191300.874000', '191300.876000', '191300.879000', '191300.881000', '191300.884000', '191320.772000', '191320.775000', '191320.778000', '191320.780000', '191320.783000', '191320.786000', '191320.788000', '191320.791000', '191320.793000', '191320.796000', '191320.799000', '191320.801000', '191320.804000', '191320.807000', '191320.809000', '191320.812000', '191320.814000', '191320.817000', '191320.819000', '191320.822000', '191320.825000', '191320.827000', '191320.830000', '191320.832000', '191320.835000', '191320.838000', '191320.840000', '191320.843000', '191320.845000', '191320.848000', '191320.850000', '191320.853000', '191320.855000', '191320.858000', '191320.861000', '191320.863000', '191320.866000', '191320.868000', '191320.871000', '191320.873000', '191320.876000', '191320.879000', '191320.881000', '191340.772000', '191340.774000', '191340.777000', '191340.779000', '191340.782000', '191340.785000', '191340.787000', '191340.790000', '191340.792000', '191340.795000', '191340.798000', '191340.800000', '191340.803000', '191340.805000', '191340.808000', '191340.811000', '191340.813000', '191340.816000', '191340.818000', '191340.821000', '191340.823000', '191340.826000', '191340.828000', '191340.831000', '191340.834000', '191340.836000', '191340.839000', '191340.841000', '191340.844000', '191340.846000', '191340.849000', '191340.851000', '191340.854000', '191340.857000', '191340.859000', '191340.862000', '191340.864000', '191340.867000', '191340.869000', '191340.872000', '191340.875000', '191340.877000', '191340.880000', '191340.882000', '191400.771000', '191400.774000', '191400.777000', '191400.779000', '191400.782000', '191400.784000', '191400.787000', '191400.790000', '191400.792000', '191400.795000', '191400.798000', '191400.844000', '191400.846000', '191400.849000', '191400.851000', '191400.854000', '191400.856000', '191400.859000', '191400.861000', '191400.864000', '191400.867000', '191400.879000', '191400.882000', '191400.884000', '191400.887000', '191400.890000', '191400.892000', '191400.895000', '191400.897000', '191400.900000', '191400.902000', '191400.905000', '191400.907000', '191400.910000', '191400.912000', '191400.915000', '191400.918000', '191400.920000', '191400.923000', '191400.925000', '191400.928000', '191400.930000', '191400.933000', '191420.771000', '191420.774000', '191420.777000', '191420.779000', '191420.782000', '191420.784000', '191420.787000', '191420.790000', '191420.792000', '191420.795000', '191420.797000', '191420.850000', '191420.853000', '191420.855000', '191420.858000', '191420.861000', '191420.863000', '191420.866000', '191420.868000', '191420.871000', '191420.873000', '191420.876000', '191420.879000', '191420.881000', '191420.884000', '191420.886000', '191420.889000', '191420.891000', '191420.894000', '191420.897000', '191420.899000', '191420.902000', '191420.904000', '191420.907000', '191420.909000', '191420.912000', '191420.915000', '191420.917000', '191420.920000', '191420.922000', '191420.925000', '191420.927000', '191420.930000', '191440.771000', '191440.774000', '191440.777000', '191440.779000', '191440.782000', '191440.784000', '191440.787000', '191440.790000', '191440.792000', '191440.795000', '191440.797000', '191440.800000', '191440.802000', '191440.805000', '191440.808000', '191440.810000', '191440.813000', '191440.815000', '191440.818000', '191440.820000', '191440.823000', '191440.825000', '191440.828000', '191440.830000', '191440.833000', '191440.836000', '191440.838000', '191440.841000', '191440.843000', '191440.846000', '191440.848000', '191440.851000', '191440.853000', '191440.856000', '191440.859000', '191440.861000', '191440.864000', '191440.866000', '191440.869000', '191440.871000', '191440.874000', '191440.876000', '191440.879000', '191440.882000', '191500.772000', '191500.775000', '191500.777000', '191500.780000', '191500.782000', '191500.785000', '191500.788000', '191500.790000', '191500.793000', '191500.795000', '191500.798000', '191500.801000', '191500.803000', '191500.806000', '191500.808000', '191500.811000', '191500.814000', '191500.816000', '191500.819000', '191500.821000', '191500.824000', '191500.827000', '191500.829000', '191500.832000', '191500.834000', '191500.837000', '191500.840000', '191500.842000', '191500.845000', '191500.847000', '191500.850000', '191500.852000', '191500.855000', '191500.858000', '191500.860000', '191500.863000', '191500.865000', '191500.868000', '191500.871000', '191500.873000', '191500.876000', '191500.878000', '191500.881000', '191520.773000', '191520.775000', '191520.778000', '191520.780000', '191520.783000', '191520.786000', '191520.788000', '191520.791000', '191520.793000', '191520.796000', '191520.798000', '191520.801000', '191520.804000', '191520.806000', '191520.809000', '191520.811000', '191520.814000', '191520.816000', '191520.819000', '191520.822000', '191520.824000', '191520.827000', '191520.829000', '191520.832000', '191520.834000', '191520.837000', '191520.839000', '191520.842000', '191520.845000', '191520.847000', '191520.850000', '191520.852000', '191520.855000', '191520.858000', '191520.860000', '191520.863000', '191520.865000', '191520.868000', '191520.871000', '191520.873000', '191520.876000', '191520.878000', '191520.881000', '191520.883000', '191540.772000', '191540.775000', '191540.778000', '191540.791000', '191540.794000', '191540.797000', '191540.800000', '191540.802000', '191540.805000', '191540.808000', '191540.810000', '191540.813000', '191540.815000', '191540.818000', '191540.820000', '191540.823000', '191540.826000', '191540.828000', '191540.831000', '191540.833000', '191540.836000', '191540.839000', '191540.841000', '191540.844000', '191540.847000', '191540.849000', '191540.853000', '191540.856000', '191540.858000', '191540.861000', '191540.864000', '191540.866000', '191540.869000', '191540.872000', '191540.874000', '191540.877000', '191540.879000', '191540.882000', '191540.884000', '191540.887000', '191540.890000', '191540.892000', '191540.895000', '191600.772000', '191600.775000', '191600.777000', '191600.780000', '191600.783000', '191600.785000', '191600.788000', '191600.790000', '191600.793000', '191600.796000', '191600.799000', '191600.802000', '191600.804000', '191600.807000', '191600.810000', '191600.813000', '191600.815000', '191600.818000', '191600.821000', '191600.823000', '191600.826000', '191600.829000', '191600.832000', '191600.835000', '191600.838000', '191600.841000', '191600.843000', '191600.846000', '191600.849000', '191600.851000', '191600.854000', '191600.857000', '191600.859000', '191600.862000', '191600.865000', '191600.867000', '191600.870000', '191600.873000', '191600.876000', '191600.878000', '191600.881000', '191600.884000', '191600.886000', '191600.889000', '191620.771000', '191620.774000', '191620.777000', '191620.780000', '191620.782000', '191620.785000', '191620.787000', '191620.790000', '191620.792000', '191620.795000', '191620.798000', '191620.800000', '191620.803000', '191620.806000', '191620.808000', '191620.811000', '191620.813000', '191620.816000', '191620.819000', '191620.821000', '191620.824000', '191620.826000', '191620.829000', '191620.832000', '191620.834000', '191620.837000', '191620.839000', '191620.842000', '191620.844000', '191620.847000', '191620.850000', '191620.853000', '191620.856000', '191620.859000', '191620.862000', '191620.864000', '191620.867000', '191620.869000', '191620.872000', '191620.875000', '191620.877000', '191620.880000', '191620.882000', '191640.771000', '191640.774000', '191640.777000', '191640.780000', '191640.782000', '191640.785000', '191640.787000', '191640.790000', '191640.793000', '191640.795000', '191640.798000', '191640.801000', '191640.803000', '191640.806000', '191640.808000', '191640.811000', '191640.814000', '191640.816000', '191640.819000', '191640.821000', '191640.824000', '191640.827000', '191640.829000', '191640.832000', '191640.834000', '191640.837000', '191640.839000', '191640.842000', '191640.845000', '191640.847000', '191640.850000', '191640.852000', '191640.855000', '191640.857000', '191640.860000', '191640.863000', '191640.865000', '191640.868000', '191640.870000', '191640.873000', '191640.875000', '191640.878000', '191640.880000', '191640.883000', '191700.772000', '191700.775000', '191700.777000', '191700.780000', '191700.782000', '191700.785000', '191700.787000', '191700.790000', '191700.793000', '191700.795000', '191700.798000', '191700.801000', '191700.803000', '191700.806000', '191700.808000', '191700.811000', '191700.814000', '191700.816000', '191700.819000', '191700.821000', '191700.824000', '191700.827000', '191700.829000', '191700.832000', '191700.835000', '191700.838000', '191700.841000', '191700.844000', '191700.863000', '191700.866000', '191700.869000', '191700.871000', '191700.874000', '191700.876000', '191700.879000', '191700.882000', '191700.884000', '191700.887000', '191700.889000', '191700.893000', '191700.896000', '191700.898000', '191700.901000', '191720.772000', '191720.774000', '191720.777000', '191720.780000', '191720.782000', '191720.785000', '191720.787000', '191720.790000', '191720.793000', '191720.795000', '191720.798000', '191720.800000', '191720.803000', '191720.806000', '191720.808000', '191720.813000', '191720.816000', '191720.818000', '191720.821000', '191720.823000', '191720.826000', '191720.828000', '191720.831000', '191720.833000', '191720.836000', '191720.839000', '191720.841000', '191720.844000', '191720.847000', '191720.849000', '191720.852000', '191720.854000', '191720.857000', '191720.859000', '191720.862000', '191720.865000', '191720.867000', '191720.870000', '191720.872000', '191720.875000', '191720.877000', '191720.880000', '191720.883000', '191720.885000', '191740.773000', '191740.776000', '191740.778000', '191740.781000', '191740.783000', '191740.786000', '191740.789000', '191740.791000', '191740.794000', '191740.796000', '191740.799000', '191740.802000', '191740.804000', '191740.807000', '191740.810000', '191740.813000', '191740.815000', '191740.818000', '191740.821000', '191740.823000', '191740.826000', '191740.829000', '191740.831000', '191740.834000', '191740.836000', '191740.839000', '191740.842000', '191740.844000', '191740.847000', '191740.850000', '191740.852000', '191740.855000', '191740.858000', '191740.861000', '191740.863000', '191740.866000', '191740.869000', '191740.872000', '191740.875000', '191740.877000', '191740.880000', '191740.883000', '191740.885000', '191800.773000', '191800.775000', '191800.778000', '191800.781000', '191800.783000', '191800.786000', '191800.788000', '191800.791000', '191800.794000', '191800.796000', '191800.799000', '191800.801000', '191800.804000', '191800.807000', '191800.809000', '191800.812000', '191800.815000', '191800.817000', '191800.820000', '191800.822000', '191800.825000', '191800.828000', '191800.831000', '191800.833000', '191800.836000', '191800.839000', '191800.842000', '191800.845000', '191800.847000', '191800.850000', '191800.852000', '191800.855000', '191800.858000', '191800.860000', '191800.864000', '191800.866000', '191800.869000', '191800.872000', '191800.875000', '191800.877000', '191800.880000', '191800.882000', '191800.885000', '191800.888000', '191820.772000', '191820.774000', '191820.777000', '191820.780000', '191820.782000', '191820.785000', '191820.788000', '191820.790000', '191820.793000', '191820.795000', '191820.798000', '191820.801000', '191820.803000', '191820.806000', '191820.809000', '191820.811000', '191820.814000', '191820.816000', '191820.819000', '191820.822000', '191820.824000', '191820.827000', '191820.830000', '191820.833000', '191820.836000', '191820.839000', '191820.841000', '191820.844000', '191820.846000', '191820.849000', '191820.852000', '191820.854000', '191820.857000', '191820.860000', '191820.863000', '191820.865000', '191820.868000', '191820.871000', '191820.873000', '191820.908000', '191820.911000', '191820.913000', '191820.916000', '191840.772000', '191840.774000', '191840.777000', '191840.779000', '191840.782000', '191840.785000', '191840.787000', '191840.790000', '191840.792000', '191840.795000', '191840.798000', '191840.800000', '191840.803000', '191840.806000', '191840.808000', '191840.811000', '191840.813000', '191840.816000', '191840.818000', '191840.821000', '191840.823000', '191840.826000', '191840.829000', '191840.831000', '191840.834000', '191840.836000', '191840.839000', '191840.841000', '191840.844000', '191840.847000', '191840.849000', '191840.852000', '191840.854000', '191840.857000', '191840.860000', '191840.862000', '191840.865000', '191840.867000', '191840.870000', '191840.873000', '191840.875000', '191840.878000', '191840.880000', '191840.883000', '191900.772000', '191900.775000', '191900.777000', '191900.780000', '191900.782000', '191900.785000', '191900.787000', '191900.790000', '191900.793000', '191900.795000', '191900.798000', '191900.801000', '191900.803000', '191900.806000', '191900.809000', '191900.811000', '191900.814000', '191900.817000', '191900.819000', '191900.822000', '191900.824000', '191900.827000', '191900.829000', '191900.832000', '191900.835000', '191900.837000', '191900.840000', '191900.843000', '191900.845000', '191900.848000', '191900.850000', '191900.853000', '191900.855000', '191900.858000', '191900.861000', '191900.863000', '191900.866000', '191900.869000', '191900.871000', '191900.874000', '191900.876000', '191900.879000', '191900.881000', '191920.772000', '191920.775000', '191920.777000', '191920.780000', '191920.782000', '191920.785000', '191920.788000', '191920.790000', '191920.793000', '191920.796000', '191920.798000', '191920.801000', '191920.804000', '191920.806000', '191920.809000', '191920.812000', '191920.814000', '191920.817000', '191920.819000', '191920.822000', '191920.824000', '191920.827000', '191920.830000', '191920.832000', '191920.835000', '191920.837000', '191920.840000', '191920.842000', '191920.845000', '191920.848000', '191920.850000', '191920.853000', '191920.855000', '191920.858000', '191920.861000', '191920.863000', '191920.866000', '191920.869000', '191920.871000', '191920.874000', '191920.876000', '191920.879000', '191920.881000', '191920.884000', '191940.772000', '191940.775000', '191940.777000', '191940.780000', '191940.782000', '191940.785000', '191940.788000', '191940.790000', '191940.793000', '191940.795000', '191940.798000', '191940.801000', '191940.803000', '191940.806000', '191940.808000', '191940.811000', '191940.813000', '191940.816000', '191940.819000', '191940.821000', '191940.824000', '191940.827000', '191940.829000', '191940.832000', '191940.835000', '191940.837000', '191940.840000', '191940.842000', '191940.845000', '191940.847000', '191940.850000', '191940.853000', '191940.855000', '191940.858000', '191940.860000', '191940.863000', '191940.866000', '191940.868000', '191940.871000', '191940.873000', '191940.876000', '191940.879000', '191940.881000', '192000.772000', '192000.775000', '192000.778000', '192000.780000', '192000.783000', '192000.786000', '192000.788000', '192000.791000', '192000.793000', '192000.796000', '192000.799000', '192000.801000', '192000.804000', '192000.807000', '192000.809000', '192000.812000', '192000.818000', '192000.820000', '192000.823000', '192000.825000', '192000.828000', '192000.830000', '192000.833000', '192000.836000', '192000.838000', '192000.841000', '192000.843000', '192000.846000', '192000.848000', '192000.851000', '192000.854000', '192000.856000', '192000.859000', '192000.861000', '192000.864000', '192000.867000', '192000.869000', '192000.872000', '192000.874000', '192000.877000', '192000.880000', '192000.882000', '192000.885000', '192000.887000', '192020.773000', '192020.776000', '192020.778000', '192020.781000', '192020.783000', '192020.786000', '192020.788000', '192020.791000', '192020.794000', '192020.796000', '192020.799000', '192020.802000', '192020.804000', '192020.807000', '192020.809000', '192020.812000', '192020.814000', '192020.817000', '192020.819000', '192020.822000', '192020.825000', '192020.827000', '192020.830000', '192020.833000', '192020.835000', '192020.838000', '192020.840000', '192020.843000', '192020.845000', '192020.848000', '192020.850000', '192020.853000', '192020.856000', '192020.858000', '192020.861000', '192020.863000', '192020.866000', '192020.869000', '192020.871000', '192020.874000', '192020.876000', '192020.879000', '192020.881000', '192040.773000', '192040.776000', '192040.778000', '192040.781000', '192040.783000', '192040.786000', '192040.789000', '192040.791000', '192040.794000', '192040.796000', '192040.799000', '192040.802000', '192040.804000', '192040.807000', '192040.809000', '192040.812000', '192040.814000', '192040.817000', '192040.820000', '192040.822000', '192040.825000', '192040.827000', '192040.830000', '192040.833000', '192040.835000', '192040.838000', '192040.840000', '192040.843000', '192040.845000', '192040.848000', '192040.851000', '192040.853000', '192040.856000', '192040.858000', '192040.861000', '192040.863000', '192040.866000', '192040.869000', '192040.871000', '192040.874000', '192040.876000', '192040.879000', '192040.881000', '192040.884000', '192100.772000', '192100.774000', '192100.777000', '192100.780000', '192100.782000', '192100.785000', '192100.787000', '192100.790000', '192100.793000', '192100.795000', '192100.798000', '192100.801000', '192100.803000', '192100.806000', '192100.808000', '192100.811000', '192100.813000', '192100.816000', '192100.819000', '192100.821000', '192100.824000', '192100.826000', '192100.829000', '192100.831000', '192100.834000', '192100.837000', '192100.839000', '192100.842000', '192100.844000', '192100.847000', '192100.849000', '192100.852000', '192100.863000', '192100.866000', '192100.868000', '192100.871000', '192100.873000', '192100.876000', '192100.879000', '192100.881000', '192100.884000', '192100.886000', '192100.889000', '192120.772000', '192120.774000', '192120.777000', '192120.780000', '192120.782000', '192120.785000', '192120.787000', '192120.790000', '192120.792000', '192120.795000', '192120.798000', '192120.800000', '192120.803000', '192120.805000', '192120.808000', '192120.811000', '192120.813000', '192120.816000', '192120.818000', '192120.821000', '192120.823000', '192120.826000', '192120.829000', '192120.831000', '192120.834000', '192120.836000', '192120.839000', '192120.842000', '192120.852000', '192120.855000', '192120.858000', '192120.860000', '192120.863000', '192120.866000', '192120.868000', '192120.871000', '192120.874000', '192120.876000', '192120.879000', '192120.881000', '192120.884000', '192120.886000', '192120.889000', '192120.892000', '192140.772000', '192140.774000', '192140.777000', '192140.780000', '192140.782000', '192140.785000', '192140.788000', '192140.790000', '192140.793000', '192140.795000', '192140.798000', '192140.801000', '192140.803000', '192140.806000', '192140.808000', '192140.811000', '192140.814000', '192140.816000', '192140.819000', '192140.821000', '192140.824000', '192140.826000', '192140.829000', '192140.832000', '192140.834000', '192140.837000', '192140.839000', '192140.842000', '192140.844000', '192140.847000', '192140.849000', '192140.852000', '192140.855000', '192140.857000', '192140.860000', '192140.863000', '192140.865000', '192140.868000', '192140.870000', '192140.873000', '192140.875000', '192140.878000', '192140.881000', '192200.772000', '192200.775000', '192200.777000', '192200.780000', '192200.783000', '192200.785000', '192200.788000', '192200.791000', '192200.793000', '192200.796000', '192200.798000', '192200.801000', '192200.803000', '192200.806000', '192200.809000', '192200.811000', '192200.814000', '192200.817000', '192200.820000', '192200.822000', '192200.825000', '192200.827000', '192200.830000', '192200.834000', '192200.837000', '192200.840000', '192200.843000', '192200.845000', '192200.848000', '192200.850000', '192200.853000', '192200.856000', '192200.858000', '192200.861000', '192200.863000', '192200.866000', '192200.869000', '192200.871000', '192200.876000', '192200.880000', '192200.884000', '192200.887000', '192200.890000', '192201.245000', '192201.248000'], 'InstanceCreationTime': ['191200.799000', '191200.802000', '191200.805000', '191200.808000', '191200.812000', '191200.814000', '191200.817000', '191200.819000', '191200.822000', '191200.834000', '191200.836000', '191200.839000', '191200.841000', '191200.844000', '191200.851000', '191200.854000', '191200.857000', '191200.859000', '191200.862000', '191200.864000', '191200.867000', '191200.869000', '191200.872000', '191200.875000', '191200.877000', '191200.880000', '191200.882000', '191200.885000', '191200.887000', '191220.771000', '191220.774000', '191220.777000', '191220.779000', '191220.782000', '191220.784000', '191220.787000', '191220.789000', '191220.792000', '191220.794000', '191220.797000', '191220.800000', '191220.802000', '191220.805000', '191220.807000', '191220.810000', '191220.812000', '191220.815000', '191220.818000', '191220.820000', '191220.823000', '191220.825000', '191220.828000', '191220.830000', '191220.833000', '191220.835000', '191220.847000', '191220.856000', '191220.859000', '191220.861000', '191220.864000', '191220.866000', '191220.869000', '191220.871000', '191220.874000', '191220.876000', '191220.879000', '191220.881000', '191220.884000', '191220.886000', '191220.889000', '191220.892000', '191220.894000', '191220.897000', '191240.772000', '191240.774000', '191240.777000', '191240.779000', '191240.782000', '191240.785000', '191240.787000', '191240.790000', '191240.792000', '191240.795000', '191240.797000', '191240.800000', '191240.803000', '191240.805000', '191240.808000', '191240.810000', '191240.813000', '191240.815000', '191240.818000', '191240.821000', '191240.823000', '191240.826000', '191240.831000', '191240.833000', '191240.836000', '191240.838000', '191240.841000', '191240.843000', '191240.846000', '191240.849000', '191240.851000', '191240.854000', '191240.856000', '191240.859000', '191240.861000', '191240.864000', '191240.866000', '191240.869000', '191240.872000', '191240.874000', '191240.877000', '191240.879000', '191240.882000', '191300.773000', '191300.776000', '191300.779000', '191300.781000', '191300.784000', '191300.787000', '191300.789000', '191300.792000', '191300.794000', '191300.797000', '191300.800000', '191300.802000', '191300.805000', '191300.807000', '191300.810000', '191300.812000', '191300.815000', '191300.817000', '191300.820000', '191300.822000', '191300.825000', '191300.828000', '191300.830000', '191300.833000', '191300.835000', '191300.838000', '191300.840000', '191300.843000', '191300.846000', '191300.848000', '191300.851000', '191300.853000', '191300.856000', '191300.858000', '191300.861000', '191300.864000', '191300.866000', '191300.869000', '191300.871000', '191300.874000', '191300.876000', '191300.879000', '191300.881000', '191300.884000', '191320.772000', '191320.775000', '191320.778000', '191320.780000', '191320.783000', '191320.786000', '191320.788000', '191320.791000', '191320.793000', '191320.796000', '191320.799000', '191320.801000', '191320.804000', '191320.807000', '191320.809000', '191320.812000', '191320.814000', '191320.817000', '191320.819000', '191320.822000', '191320.825000', '191320.827000', '191320.830000', '191320.832000', '191320.835000', '191320.838000', '191320.840000', '191320.843000', '191320.845000', '191320.848000', '191320.850000', '191320.853000', '191320.855000', '191320.858000', '191320.861000', '191320.863000', '191320.866000', '191320.868000', '191320.871000', '191320.873000', '191320.876000', '191320.879000', '191320.881000', '191340.772000', '191340.774000', '191340.777000', '191340.779000', '191340.782000', '191340.785000', '191340.787000', '191340.790000', '191340.792000', '191340.795000', '191340.798000', '191340.800000', '191340.803000', '191340.805000', '191340.808000', '191340.811000', '191340.813000', '191340.816000', '191340.818000', '191340.821000', '191340.823000', '191340.826000', '191340.828000', '191340.831000', '191340.834000', '191340.836000', '191340.839000', '191340.841000', '191340.844000', '191340.846000', '191340.849000', '191340.851000', '191340.854000', '191340.857000', '191340.859000', '191340.862000', '191340.864000', '191340.867000', '191340.869000', '191340.872000', '191340.875000', '191340.877000', '191340.880000', '191340.882000', '191400.771000', '191400.774000', '191400.777000', '191400.779000', '191400.782000', '191400.784000', '191400.787000', '191400.790000', '191400.792000', '191400.795000', '191400.798000', '191400.844000', '191400.846000', '191400.849000', '191400.851000', '191400.854000', '191400.856000', '191400.859000', '191400.861000', '191400.864000', '191400.867000', '191400.879000', '191400.882000', '191400.884000', '191400.887000', '191400.890000', '191400.892000', '191400.895000', '191400.897000', '191400.900000', '191400.902000', '191400.905000', '191400.907000', '191400.910000', '191400.912000', '191400.915000', '191400.918000', '191400.920000', '191400.923000', '191400.925000', '191400.928000', '191400.930000', '191400.933000', '191420.771000', '191420.774000', '191420.777000', '191420.779000', '191420.782000', '191420.784000', '191420.787000', '191420.790000', '191420.792000', '191420.795000', '191420.797000', '191420.850000', '191420.853000', '191420.855000', '191420.858000', '191420.861000', '191420.863000', '191420.866000', '191420.868000', '191420.871000', '191420.873000', '191420.876000', '191420.879000', '191420.881000', '191420.884000', '191420.886000', '191420.889000', '191420.891000', '191420.894000', '191420.897000', '191420.899000', '191420.902000', '191420.904000', '191420.907000', '191420.909000', '191420.912000', '191420.915000', '191420.917000', '191420.920000', '191420.922000', '191420.925000', '191420.927000', '191420.930000', '191440.771000', '191440.774000', '191440.777000', '191440.779000', '191440.782000', '191440.784000', '191440.787000', '191440.790000', '191440.792000', '191440.795000', '191440.797000', '191440.800000', '191440.802000', '191440.805000', '191440.808000', '191440.810000', '191440.813000', '191440.815000', '191440.818000', '191440.820000', '191440.823000', '191440.825000', '191440.828000', '191440.830000', '191440.833000', '191440.836000', '191440.838000', '191440.841000', '191440.843000', '191440.846000', '191440.848000', '191440.851000', '191440.853000', '191440.856000', '191440.859000', '191440.861000', '191440.864000', '191440.866000', '191440.869000', '191440.871000', '191440.874000', '191440.876000', '191440.879000', '191440.882000', '191500.772000', '191500.775000', '191500.777000', '191500.780000', '191500.782000', '191500.785000', '191500.788000', '191500.790000', '191500.793000', '191500.795000', '191500.798000', '191500.801000', '191500.803000', '191500.806000', '191500.808000', '191500.811000', '191500.814000', '191500.816000', '191500.819000', '191500.821000', '191500.824000', '191500.827000', '191500.829000', '191500.832000', '191500.834000', '191500.837000', '191500.840000', '191500.842000', '191500.845000', '191500.847000', '191500.850000', '191500.852000', '191500.855000', '191500.858000', '191500.860000', '191500.863000', '191500.865000', '191500.868000', '191500.871000', '191500.873000', '191500.876000', '191500.878000', '191500.881000', '191520.773000', '191520.775000', '191520.778000', '191520.780000', '191520.783000', '191520.786000', '191520.788000', '191520.791000', '191520.793000', '191520.796000', '191520.798000', '191520.801000', '191520.804000', '191520.806000', '191520.809000', '191520.811000', '191520.814000', '191520.816000', '191520.819000', '191520.822000', '191520.824000', '191520.827000', '191520.829000', '191520.832000', '191520.834000', '191520.837000', '191520.839000', '191520.842000', '191520.845000', '191520.847000', '191520.850000', '191520.852000', '191520.855000', '191520.858000', '191520.860000', '191520.863000', '191520.865000', '191520.868000', '191520.871000', '191520.873000', '191520.876000', '191520.878000', '191520.881000', '191520.883000', '191540.772000', '191540.775000', '191540.778000', '191540.791000', '191540.794000', '191540.797000', '191540.800000', '191540.802000', '191540.805000', '191540.808000', '191540.810000', '191540.813000', '191540.815000', '191540.818000', '191540.820000', '191540.823000', '191540.826000', '191540.828000', '191540.831000', '191540.833000', '191540.836000', '191540.839000', '191540.841000', '191540.844000', '191540.847000', '191540.849000', '191540.853000', '191540.856000', '191540.858000', '191540.861000', '191540.864000', '191540.866000', '191540.869000', '191540.872000', '191540.874000', '191540.877000', '191540.879000', '191540.882000', '191540.884000', '191540.887000', '191540.890000', '191540.892000', '191540.895000', '191600.772000', '191600.775000', '191600.777000', '191600.780000', '191600.783000', '191600.785000', '191600.788000', '191600.790000', '191600.793000', '191600.796000', '191600.799000', '191600.802000', '191600.804000', '191600.807000', '191600.810000', '191600.813000', '191600.815000', '191600.818000', '191600.821000', '191600.823000', '191600.826000', '191600.829000', '191600.832000', '191600.835000', '191600.838000', '191600.841000', '191600.843000', '191600.846000', '191600.849000', '191600.851000', '191600.854000', '191600.857000', '191600.859000', '191600.862000', '191600.865000', '191600.867000', '191600.870000', '191600.873000', '191600.876000', '191600.878000', '191600.881000', '191600.884000', '191600.886000', '191600.889000', '191620.771000', '191620.774000', '191620.777000', '191620.780000', '191620.782000', '191620.785000', '191620.787000', '191620.790000', '191620.792000', '191620.795000', '191620.798000', '191620.800000', '191620.803000', '191620.806000', '191620.808000', '191620.811000', '191620.813000', '191620.816000', '191620.819000', '191620.821000', '191620.824000', '191620.826000', '191620.829000', '191620.832000', '191620.834000', '191620.837000', '191620.839000', '191620.842000', '191620.844000', '191620.847000', '191620.850000', '191620.853000', '191620.856000', '191620.859000', '191620.862000', '191620.864000', '191620.867000', '191620.869000', '191620.872000', '191620.875000', '191620.877000', '191620.880000', '191620.882000', '191640.771000', '191640.774000', '191640.777000', '191640.780000', '191640.782000', '191640.785000', '191640.787000', '191640.790000', '191640.793000', '191640.795000', '191640.798000', '191640.801000', '191640.803000', '191640.806000', '191640.808000', '191640.811000', '191640.814000', '191640.816000', '191640.819000', '191640.821000', '191640.824000', '191640.827000', '191640.829000', '191640.832000', '191640.834000', '191640.837000', '191640.839000', '191640.842000', '191640.845000', '191640.847000', '191640.850000', '191640.852000', '191640.855000', '191640.857000', '191640.860000', '191640.863000', '191640.865000', '191640.868000', '191640.870000', '191640.873000', '191640.875000', '191640.878000', '191640.880000', '191640.883000', '191700.772000', '191700.775000', '191700.777000', '191700.780000', '191700.782000', '191700.785000', '191700.787000', '191700.790000', '191700.793000', '191700.795000', '191700.798000', '191700.801000', '191700.803000', '191700.806000', '191700.808000', '191700.811000', '191700.814000', '191700.816000', '191700.819000', '191700.821000', '191700.824000', '191700.827000', '191700.829000', '191700.832000', '191700.835000', '191700.838000', '191700.841000', '191700.844000', '191700.863000', '191700.866000', '191700.869000', '191700.871000', '191700.874000', '191700.876000', '191700.879000', '191700.882000', '191700.884000', '191700.887000', '191700.889000', '191700.893000', '191700.896000', '191700.898000', '191700.901000', '191720.772000', '191720.774000', '191720.777000', '191720.780000', '191720.782000', '191720.785000', '191720.787000', '191720.790000', '191720.793000', '191720.795000', '191720.798000', '191720.800000', '191720.803000', '191720.806000', '191720.808000', '191720.813000', '191720.816000', '191720.818000', '191720.821000', '191720.823000', '191720.826000', '191720.828000', '191720.831000', '191720.833000', '191720.836000', '191720.839000', '191720.841000', '191720.844000', '191720.847000', '191720.849000', '191720.852000', '191720.854000', '191720.857000', '191720.859000', '191720.862000', '191720.865000', '191720.867000', '191720.870000', '191720.872000', '191720.875000', '191720.877000', '191720.880000', '191720.883000', '191720.885000', '191740.773000', '191740.776000', '191740.778000', '191740.781000', '191740.783000', '191740.786000', '191740.789000', '191740.791000', '191740.794000', '191740.796000', '191740.799000', '191740.802000', '191740.804000', '191740.807000', '191740.810000', '191740.813000', '191740.815000', '191740.818000', '191740.821000', '191740.823000', '191740.826000', '191740.829000', '191740.831000', '191740.834000', '191740.836000', '191740.839000', '191740.842000', '191740.844000', '191740.847000', '191740.850000', '191740.852000', '191740.855000', '191740.858000', '191740.861000', '191740.863000', '191740.866000', '191740.869000', '191740.872000', '191740.875000', '191740.877000', '191740.880000', '191740.883000', '191740.885000', '191800.773000', '191800.775000', '191800.778000', '191800.781000', '191800.783000', '191800.786000', '191800.788000', '191800.791000', '191800.794000', '191800.796000', '191800.799000', '191800.801000', '191800.804000', '191800.807000', '191800.809000', '191800.812000', '191800.815000', '191800.817000', '191800.820000', '191800.822000', '191800.825000', '191800.828000', '191800.831000', '191800.833000', '191800.836000', '191800.839000', '191800.842000', '191800.845000', '191800.847000', '191800.850000', '191800.852000', '191800.855000', '191800.858000', '191800.860000', '191800.864000', '191800.866000', '191800.869000', '191800.872000', '191800.875000', '191800.877000', '191800.880000', '191800.882000', '191800.885000', '191800.888000', '191820.772000', '191820.774000', '191820.777000', '191820.780000', '191820.782000', '191820.785000', '191820.788000', '191820.790000', '191820.793000', '191820.795000', '191820.798000', '191820.801000', '191820.803000', '191820.806000', '191820.809000', '191820.811000', '191820.814000', '191820.816000', '191820.819000', '191820.822000', '191820.824000', '191820.827000', '191820.830000', '191820.833000', '191820.836000', '191820.839000', '191820.841000', '191820.844000', '191820.846000', '191820.849000', '191820.852000', '191820.854000', '191820.857000', '191820.860000', '191820.863000', '191820.865000', '191820.868000', '191820.871000', '191820.873000', '191820.908000', '191820.911000', '191820.913000', '191820.916000', '191840.772000', '191840.774000', '191840.777000', '191840.779000', '191840.782000', '191840.785000', '191840.787000', '191840.790000', '191840.792000', '191840.795000', '191840.798000', '191840.800000', '191840.803000', '191840.806000', '191840.808000', '191840.811000', '191840.813000', '191840.816000', '191840.818000', '191840.821000', '191840.823000', '191840.826000', '191840.829000', '191840.831000', '191840.834000', '191840.836000', '191840.839000', '191840.841000', '191840.844000', '191840.847000', '191840.849000', '191840.852000', '191840.854000', '191840.857000', '191840.860000', '191840.862000', '191840.865000', '191840.867000', '191840.870000', '191840.873000', '191840.875000', '191840.878000', '191840.880000', '191840.883000', '191900.772000', '191900.775000', '191900.777000', '191900.780000', '191900.782000', '191900.785000', '191900.787000', '191900.790000', '191900.793000', '191900.795000', '191900.798000', '191900.801000', '191900.803000', '191900.806000', '191900.809000', '191900.811000', '191900.814000', '191900.817000', '191900.819000', '191900.822000', '191900.824000', '191900.827000', '191900.829000', '191900.832000', '191900.835000', '191900.837000', '191900.840000', '191900.843000', '191900.845000', '191900.848000', '191900.850000', '191900.853000', '191900.855000', '191900.858000', '191900.861000', '191900.863000', '191900.866000', '191900.869000', '191900.871000', '191900.874000', '191900.876000', '191900.879000', '191900.881000', '191920.772000', '191920.775000', '191920.777000', '191920.780000', '191920.782000', '191920.785000', '191920.788000', '191920.790000', '191920.793000', '191920.796000', '191920.798000', '191920.801000', '191920.804000', '191920.806000', '191920.809000', '191920.812000', '191920.814000', '191920.817000', '191920.819000', '191920.822000', '191920.824000', '191920.827000', '191920.830000', '191920.832000', '191920.835000', '191920.837000', '191920.840000', '191920.842000', '191920.845000', '191920.848000', '191920.850000', '191920.853000', '191920.855000', '191920.858000', '191920.861000', '191920.863000', '191920.866000', '191920.869000', '191920.871000', '191920.874000', '191920.876000', '191920.879000', '191920.881000', '191920.884000', '191940.772000', '191940.775000', '191940.777000', '191940.780000', '191940.782000', '191940.785000', '191940.788000', '191940.790000', '191940.793000', '191940.795000', '191940.798000', '191940.801000', '191940.803000', '191940.806000', '191940.808000', '191940.811000', '191940.813000', '191940.816000', '191940.819000', '191940.821000', '191940.824000', '191940.827000', '191940.829000', '191940.832000', '191940.835000', '191940.837000', '191940.840000', '191940.842000', '191940.845000', '191940.847000', '191940.850000', '191940.853000', '191940.855000', '191940.858000', '191940.860000', '191940.863000', '191940.866000', '191940.868000', '191940.871000', '191940.873000', '191940.876000', '191940.879000', '191940.881000', '192000.772000', '192000.775000', '192000.778000', '192000.780000', '192000.783000', '192000.786000', '192000.788000', '192000.791000', '192000.793000', '192000.796000', '192000.799000', '192000.801000', '192000.804000', '192000.807000', '192000.809000', '192000.812000', '192000.818000', '192000.820000', '192000.823000', '192000.825000', '192000.828000', '192000.830000', '192000.833000', '192000.836000', '192000.838000', '192000.841000', '192000.843000', '192000.846000', '192000.848000', '192000.851000', '192000.854000', '192000.856000', '192000.859000', '192000.861000', '192000.864000', '192000.867000', '192000.869000', '192000.872000', '192000.874000', '192000.877000', '192000.880000', '192000.882000', '192000.885000', '192000.887000', '192020.773000', '192020.776000', '192020.778000', '192020.781000', '192020.783000', '192020.786000', '192020.788000', '192020.791000', '192020.794000', '192020.796000', '192020.799000', '192020.802000', '192020.804000', '192020.807000', '192020.809000', '192020.812000', '192020.814000', '192020.817000', '192020.819000', '192020.822000', '192020.825000', '192020.827000', '192020.830000', '192020.833000', '192020.835000', '192020.838000', '192020.840000', '192020.843000', '192020.845000', '192020.848000', '192020.850000', '192020.853000', '192020.856000', '192020.858000', '192020.861000', '192020.863000', '192020.866000', '192020.869000', '192020.871000', '192020.874000', '192020.876000', '192020.879000', '192020.881000', '192040.773000', '192040.776000', '192040.778000', '192040.781000', '192040.783000', '192040.786000', '192040.789000', '192040.791000', '192040.794000', '192040.796000', '192040.799000', '192040.802000', '192040.804000', '192040.807000', '192040.809000', '192040.812000', '192040.814000', '192040.817000', '192040.820000', '192040.822000', '192040.825000', '192040.827000', '192040.830000', '192040.833000', '192040.835000', '192040.838000', '192040.840000', '192040.843000', '192040.845000', '192040.848000', '192040.851000', '192040.853000', '192040.856000', '192040.858000', '192040.861000', '192040.863000', '192040.866000', '192040.869000', '192040.871000', '192040.874000', '192040.876000', '192040.879000', '192040.881000', '192040.884000', '192100.772000', '192100.774000', '192100.777000', '192100.780000', '192100.782000', '192100.785000', '192100.787000', '192100.790000', '192100.793000', '192100.795000', '192100.798000', '192100.801000', '192100.803000', '192100.806000', '192100.808000', '192100.811000', '192100.813000', '192100.816000', '192100.819000', '192100.821000', '192100.824000', '192100.826000', '192100.829000', '192100.831000', '192100.834000', '192100.837000', '192100.839000', '192100.842000', '192100.844000', '192100.847000', '192100.849000', '192100.852000', '192100.863000', '192100.866000', '192100.868000', '192100.871000', '192100.873000', '192100.876000', '192100.879000', '192100.881000', '192100.884000', '192100.886000', '192100.889000', '192120.772000', '192120.774000', '192120.777000', '192120.780000', '192120.782000', '192120.785000', '192120.787000', '192120.790000', '192120.792000', '192120.795000', '192120.798000', '192120.800000', '192120.803000', '192120.805000', '192120.808000', '192120.811000', '192120.813000', '192120.816000', '192120.818000', '192120.821000', '192120.823000', '192120.826000', '192120.829000', '192120.831000', '192120.834000', '192120.836000', '192120.839000', '192120.842000', '192120.852000', '192120.855000', '192120.858000', '192120.860000', '192120.863000', '192120.866000', '192120.868000', '192120.871000', '192120.874000', '192120.876000', '192120.879000', '192120.881000', '192120.884000', '192120.886000', '192120.889000', '192120.892000', '192140.772000', '192140.774000', '192140.777000', '192140.780000', '192140.782000', '192140.785000', '192140.788000', '192140.790000', '192140.793000', '192140.795000', '192140.798000', '192140.801000', '192140.803000', '192140.806000', '192140.808000', '192140.811000', '192140.814000', '192140.816000', '192140.819000', '192140.821000', '192140.824000', '192140.826000', '192140.829000', '192140.832000', '192140.834000', '192140.837000', '192140.839000', '192140.842000', '192140.844000', '192140.847000', '192140.849000', '192140.852000', '192140.855000', '192140.857000', '192140.860000', '192140.863000', '192140.865000', '192140.868000', '192140.870000', '192140.873000', '192140.875000', '192140.878000', '192140.881000', '192200.772000', '192200.775000', '192200.777000', '192200.780000', '192200.783000', '192200.785000', '192200.788000', '192200.791000', '192200.793000', '192200.796000', '192200.798000', '192200.801000', '192200.803000', '192200.806000', '192200.809000', '192200.811000', '192200.814000', '192200.817000', '192200.820000', '192200.822000', '192200.825000', '192200.827000', '192200.830000', '192200.834000', '192200.837000', '192200.840000', '192200.843000', '192200.845000', '192200.848000', '192200.850000', '192200.853000', '192200.856000', '192200.858000', '192200.861000', '192200.863000', '192200.866000', '192200.869000', '192200.871000', '192200.876000', '192200.880000', '192200.884000', '192200.887000', '192200.890000', '192201.245000', '192201.248000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [9246, 9819, 9512, 9303, 8682, 9796, 9517, 8892, 10378, 9228, 10200, 8967, 9599, 8999, 9975, 8913, 10259, 9044, 9506, 9115, 10179, 9159, 9739, 8582, 9876, 9444, 10114, 8666, 9699, 8725, 9774, 8724, 9784, 8627, 9901, 8752, 9727, 8603, 9842, 9137, 9866, 8898, 10016, 8540, 9757, 9411, 9639, 8962, 9893, 9162, 9553, 9475, 9829, 8431, 8950, 8269, 8901, 8589, 9227, 9102, 9964, 9837, 10259, 9189, 9966, 9130, 9896, 9327, 9828, 9597, 10058, 9119, 9980, 9037, 9789, 8498, 9202, 9073, 9290, 8512, 9477, 8463, 9185, 8719, 9376, 8821, 9095, 8107, 8922, 8680, 9201, 8822, 9067, 8863, 9443, 8956, 9089, 7841, 9135, 9959, 8979, 10023, 9035, 10007, 9107, 9989, 9603, 9552, 9152, 10028, 8556, 9340, 8917, 9482, 9200, 8909, 9857, 9312, 10157, 9023, 9828, 8672, 9796, 8761, 9991, 8911, 9551, 8787, 9834, 8471, 9564, 8738, 9793, 8429, 9013, 8217, 9007, 7896, 8642, 9617, 9012, 9855, 9007, 9985, 9480, 9721, 9007, 9888, 9133, 9861, 8625, 9770, 8610, 9877, 8362, 9774, 8574, 9559, 8754, 9683, 8419, 9723, 8695, 9318, 7897, 9196, 7994, 9495, 9172, 8348, 9658, 8352, 9683, 8385, 9689, 8793, 9639, 8305, 9857, 8107, 9480, 7853, 9155, 7890, 8790, 9629, 8721, 9607, 8803, 9595, 8627, 9572, 8919, 9653, 8194, 9544, 8880, 9411, 7993, 9598, 7855, 9181, 9876, 8445, 8999, 8897, 9583, 8866, 9818, 9426, 8289, 8923, 8192, 9419, 8574, 9621, 8781, 9540, 8459, 9356, 9112, 9711, 9929, 9594, 10216, 9213, 10161, 8874, 8953, 9069, 9449, 8554, 10009, 9048, 10141, 8881, 9897, 8747, 9760, 8640, 9616, 7965, 9154, 7938, 8992, 8504, 8671, 8715, 8728, 8845, 8647, 8758, 8064, 9154, 8723, 7873, 8590, 7852, 8079, 7920, 7962, 8203, 8113, 8056, 7972, 8795, 7826, 8697, 7853, 9043, 7836, 8383, 7998, 8846, 8814, 8271, 8206, 8325, 7874, 8373, 7944, 8141, 8522, 8058, 7855, 8091, 8794, 7850, 8840, 7869, 8755, 7908, 8805, 7922, 8586, 7935, 8925, 7915, 8948, 7978, 8206, 7961, 8653, 8019, 8179, 8068, 7890, 8935, 8138, 8741, 8056, 8845, 7991, 8800, 7924, 8966, 7968, 8776, 7962, 8909, 8150, 8640, 8050, 8758, 8021, 8579, 7962, 8454, 8019, 8126, 8780, 8051, 8414, 7838, 8870, 8031, 7876, 8360, 8865, 8260, 8886, 7854, 8316, 8160, 8677, 7744, 9011, 7866, 8401, 8044, 8752, 8023, 8658, 8190, 8423, 7923, 8195, 7899, 8479, 7905, 8638, 7899, 8008, 7933, 8516, 7855, 8296, 7862, 8107, 7990, 8319, 8631, 7827, 7918, 8109, 8422, 7812, 8755, 7865, 8601, 7865, 8931, 7949, 8777, 7949, 8720, 7941, 8859, 7936, 8732, 7955, 9030, 7949, 8771, 8550, 8735, 8158, 8873, 8303, 8566, 7955, 8781, 8418, 8721, 8541, 8805, 8200, 8587, 7894, 8711, 9698, 9065, 8505, 8750, 8649, 9119, 8802, 9463, 9228, 10000, 8439, 9724, 8416, 9910, 8748, 9780, 8461, 9629, 8669, 9650, 8432, 9638, 8143, 9261, 7938, 8736, 9718, 9180, 9464, 8465, 9599, 8333, 9642, 8917, 10017, 8762, 9957, 8248, 9535, 8068, 9445, 8140, 8976, 9604, 9043, 9218, 8928, 9515, 8756, 9884, 8661, 10105, 9019, 9746, 8714, 9837, 8565, 10028, 8489, 10014, 8321, 9633, 8099, 9576, 8145, 9784, 8145, 9619, 8527, 9315, 8062, 9380, 7922, 9322, 9871, 9130, 9736, 8571, 9524, 8900, 9582, 8806, 9587, 8781, 9712, 8733, 10032, 8348, 9613, 8311, 9819, 8644, 9981, 8452, 9758, 8288, 9532, 8269, 9554, 8401, 9843, 8148, 9606, 8615, 9363, 7948, 9798, 8070, 9541, 8283, 9526, 8115, 9389, 8354, 9195, 9112, 8869, 10058, 8728, 9280, 9015, 9024, 9572, 8570, 9629, 8541, 9886, 8547, 9873, 8560, 9582, 8819, 9780, 8385, 9649, 8358, 9898, 8134, 9734, 8240, 9612, 8227, 9470, 8059, 9752, 8658, 9344, 8690, 9374, 8159, 9576, 8924, 9744, 8767, 9828, 8073, 9804, 8165, 9978, 8461, 9592, 7907, 9261, 8532, 9608, 8064, 9589, 8250, 9909, 8169, 9286, 8044, 9516, 8375, 9724, 8021, 8659, 8882, 9230, 8432, 9421, 8759, 9441, 8623, 9665, 8069, 9571, 8606, 9767, 8659, 9880, 8314, 9890, 8435, 10001, 8503, 9947, 8635, 9908, 8643, 10022, 8070, 9497, 8329, 9806, 8750, 9881, 8292, 9489, 8312, 9802, 8105, 9718, 8398, 9442, 8086, 9775, 8639, 9881, 7881, 9598, 8229, 10126, 8414, 9798, 8194, 9579, 8197, 9718, 8481, 9928, 8399, 9305, 8187, 8937, 8036, 9392, 7949, 9316, 8771, 9035, 8008, 10005, 8301, 10009, 8103, 9588, 8023, 9597, 8593, 9214, 9197, 9669, 8004, 8484, 9339, 9738, 9066, 8424, 9563, 9123, 9447, 8725, 9906, 8352, 9847, 8189, 9679, 8232, 9741, 9460, 9339, 8434, 8857, 9718, 9091, 9507, 8759, 9302, 8608, 10232, 8881, 9883, 8311, 9765, 8078, 9579, 7994, 9706, 8419, 9866, 8173, 9436, 9206, 9391, 9148, 8599, 8372, 9117, 9467, 8623, 9761, 8412, 9920, 8169, 9641, 8046, 9481, 9631, 9202, 9865, 8765, 9524, 8394, 9996, 8572, 9847, 8009, 9511, 8430, 9433, 10024, 8889, 9656, 8687, 9752, 8438, 10055, 8604, 9994, 8404, 9495, 8962, 9075, 9910, 8458, 9849, 8962, 9943, 8773, 9643, 8336, 9914, 9006, 9899, 8203, 9501, 9492, 8562, 9713, 8939, 10036, 8492, 9945, 8305, 9677, 8363, 9865, 7994, 9656, 8685, 9370, 9036, 8408, 9980, 8800, 9645, 8574, 9638, 8375, 9571, 8962, 9306, 8137, 8890, 9407, 9421, 8879, 8698, 8925, 9685, 8702, 9223, 9665, 9022, 9983, 9058, 10019, 8440, 10104, 8346, 9264, 8604, 9392, 8571, 8951, 9805, 9117, 9611, 8563, 9770, 8454, 9522, 8774, 9217, 8048, 9234, 9357, 8900, 9711, 9432, 10083, 8928, 9682, 9158, 9540, 8741, 8955, 8325, 9004, 8372, 8514, 9757, 8379, 9653, 8526, 9818, 8863, 9933, 8502, 9994, 8571, 9112, 8550, 9093, 9073, 8620, 9730, 9012, 9856, 8918, 9790, 9103, 9809, 8868, 9936, 8694, 9657, 8584, 9319, 9341, 8872, 9842, 8276, 9846, 8665, 9809, 8955, 9947, 8227, 9940, 8153, 9849, 9023, 9580, 8868, 9357, 8508, 9117, 9565, 9336, 10209, 8815, 10063, 8804, 9726, 8762, 9970, 8497, 9701, 8506, 9595, 8453, 9211, 9839, 8728, 9880, 9334, 9748, 9142, 10077, 8462, 9759, 8636, 8769, 8740, 9786, 8346, 8729, 8655, 9096, 8861, 9074, 9119, 9487, 8658, 9159, 8247, 9103, 9881, 8469, 9753, 8479, 9779, 9123, 10128, 8524, 10036, 8195, 9510, 8423, 9437, 8427, 9204, 8330, 9077, 9533, 8792, 9663, 9082, 9993, 9067, 9823, 8398, 9573, 8836, 9253, 9266, 9382, 9134, 8733, 9747, 9326, 9667, 8473, 9539, 8179, 9503, 8431, 8843, 9777, 8596, 9753, 8198, 9545, 8906, 9946, 8814, 9834, 8639, 9861, 8590, 8913, 9185, 8949, 8931, 8538, 9320, 8268, 9930, 8442, 9116, 8316, 9318, 8760, 9426, 8600, 9417, 8697, 9511, 8662, 9763, 8637, 9315, 8381, 9500, 8345, 8926, 8636, 9322, 9107, 9667, 8825, 9239, 8533, 8565, 9436, 8862, 9420, 8797, 9412, 8458, 9367, 8627, 9723, 8259, 9507, 9236, 9748, 9029, 9386, 8488, 8404, 9075, 8651, 9619, 8468, 9114, 8345, 9237, 8397, 9887, 8198, 9792, 8058, 9665, 8817, 9408, 8631, 9468, 8380, 9146, 8775, 8979, 8665, 9316, 8217, 9308, 9198, 9183, 8571, 9795, 9233, 10048, 8986, 9785, 8519, 9753, 8605, 9357, 9517, 8861, 9387, 9526, 8795, 7990, 9358, 9006, 9424, 8811, 9801, 9370, 8479, 10022, 8791, 9616, 9183, 9583, 8509, 9947, 8619, 9975, 8797, 9707, 9090, 8637, 9663, 9559, 9657, 8667, 9656, 8696, 9867, 8459, 9351, 8312, 9701, 8506, 9860, 8162, 8702, 8124, 9184, 8101, 8911, 8148, 8996, 8959, 8864, 8481, 9033, 9240, 8157, 9527, 8762, 9875, 8293, 9675, 8226, 9629, 8677, 9605, 8327, 9437, 8049, 8732, 8062, 8749, 8903, 9580, 8864, 8541, 9853, 8663, 9717, 9613, 8447, 9645, 8601, 9060, 8837, 8969, 8578, 9558, 8514, 9154, 8664, 8668, 8550, 9540, 8154, 9358, 8459, 9677, 8518, 9505, 8130, 9598, 8105, 9845, 7951, 9683, 8695, 9328, 8609, 9465, 8439, 9880, 8071, 9493, 7963, 9279, 8258, 9487, 8195, 9475, 7978, 9116, 8706, 9264, 8582, 9415, 8074, 8689, 8923, 9900, 8708, 10011, 9160, 10032, 8618, 9813, 8566, 9036, 8681, 8388, 8898, 9048, 8450, 9333, 8254, 9388, 8444, 9143, 8524, 8602, 9048, 8778, 8991, 8882, 8054, 9185, 8223, 9260, 7976, 9344, 8102, 9623, 7984, 9608, 7968, 9277, 7965, 9100, 8130, 9185, 7995, 9031, 8021, 9138, 8270, 9268, 8270, 9136, 8030, 9172, 8018, 9161, 8010, 8536, 8250, 8519, 8384, 9032, 8344, 8122, 8957, 8064, 8795, 8021, 8984, 8862, 8835, 8682, 8013, 8837, 9458, 8768, 9240, 8998, 8500, 9790, 8683, 9885, 7827, 9230, 8263, 9425, 8178, 9846, 8878, 9956, 8332, 9650, 8312, 9240, 8202, 9705, 8318, 9658, 8415, 9234, 8729, 10156, 8414, 9718, 8236, 9306, 7895, 9622, 8925, 9684, 8468, 9633, 8555, 9657, 8385, 9861, 8283, 9842, 7898, 9549, 8708, 9077, 8337, 9656, 8045, 9527, 8705, 8981, 8546, 9316, 7889, 9231, 7942, 9296, 8590, 9522, 8694, 9536, 7933, 9566, 8533, 9502, 8684, 9572, 8171, 9721, 8724, 10217, 8725, 8680, 9113, 9375, 8554], 'WindowCenter': [4545.0, 4537.0, 4525.0, 4505.0, 4490.0, 4498.0, 4513.0, 4499.0, 4522.0, 4510.0, 4521.0, 4498.0, 4511.0, 4498.0, 4507.0, 4496.0, 4506.0, 4485.0, 4507.0, 4498.0, 4521.0, 4497.0, 4509.0, 4499.0, 4519.0, 4520.0, 4521.0, 4500.0, 4519.0, 4497.0, 4507.0, 4500.0, 4520.0, 4499.0, 4506.0, 4488.0, 4497.0, 4486.0, 4506.0, 4498.0, 4507.0, 4495.0, 4508.0, 4488.0, 4496.0, 4510.0, 4510.0, 4498.0, 4507.0, 4483.0, 4521.0, 4510.0, 4511.0, 4475.0, 4475.0, 4475.0, 4489.0, 4474.0, 4485.0, 4485.0, 4498.0, 4495.0, 4505.0, 4484.0, 4495.0, 4473.0, 4482.0, 4472.0, 4481.0, 4469.0, 4479.0, 4469.0, 4482.0, 4471.0, 4481.0, 4470.0, 4482.0, 4471.0, 4482.0, 4470.0, 4493.0, 4472.0, 4484.0, 4484.0, 4496.0, 4485.0, 4486.0, 4475.0, 4486.0, 4483.0, 4497.0, 4497.0, 4497.0, 4488.0, 4497.0, 4485.0, 4486.0, 4475.0, 4495.0, 4505.0, 4496.0, 4495.0, 4486.0, 4493.0, 4481.0, 4493.0, 4485.0, 4496.0, 4484.0, 4495.0, 4475.0, 4494.0, 4484.0, 4496.0, 4485.0, 4485.0, 4494.0, 4494.0, 4505.0, 4484.0, 4494.0, 4484.0, 4493.0, 4473.0, 4493.0, 4484.0, 4496.0, 4483.0, 4506.0, 4484.0, 4494.0, 4482.0, 4494.0, 4483.0, 4494.0, 4484.0, 4495.0, 4475.0, 4485.0, 4493.0, 4494.0, 4506.0, 4497.0, 4507.0, 4506.0, 4508.0, 4497.0, 4506.0, 4496.0, 4507.0, 4488.0, 4506.0, 4487.0, 4506.0, 4484.0, 4505.0, 4483.0, 4506.0, 4484.0, 4506.0, 4486.0, 4505.0, 4484.0, 4495.0, 4483.0, 4495.0, 4473.0, 4493.0, 4492.0, 4483.0, 4495.0, 4485.0, 4493.0, 4483.0, 4505.0, 4491.0, 4507.0, 4485.0, 4505.0, 4484.0, 4506.0, 4485.0, 4494.0, 4475.0, 4485.0, 4493.0, 4484.0, 4506.0, 4494.0, 4507.0, 4495.0, 4503.0, 4495.0, 4506.0, 4484.0, 4496.0, 4484.0, 4496.0, 4474.0, 4507.0, 4476.0, 4495.0, 4504.0, 4487.0, 4495.0, 4496.0, 4504.0, 4507.0, 4516.0, 4510.0, 4491.0, 4497.0, 4498.0, 4520.0, 4510.0, 4523.0, 4512.0, 4522.0, 4501.0, 4496.0, 4495.0, 4498.0, 4506.0, 4496.0, 4504.0, 4498.0, 4502.0, 4498.0, 4497.0, 4497.0, 4507.0, 4497.0, 4507.0, 4497.0, 4505.0, 4498.0, 4509.0, 4494.0, 4506.0, 4486.0, 4507.0, 4482.0, 4505.0, 4479.0, 4494.0, 4495.0, 4495.0, 4493.0, 4495.0, 4496.0, 4497.0, 4494.0, 4485.0, 4505.0, 4505.0, 4494.0, 4488.0, 4491.0, 4487.0, 4483.0, 4481.0, 4490.0, 4478.0, 4478.0, 4474.0, 4490.0, 4472.0, 4490.0, 4479.0, 4503.0, 4478.0, 4485.0, 4488.0, 4493.0, 4490.0, 4491.0, 4489.0, 4480.0, 4483.0, 4493.0, 4478.0, 4479.0, 4494.0, 4485.0, 4481.0, 4481.0, 4490.0, 4477.0, 4497.0, 4484.0, 4493.0, 4480.0, 4489.0, 4476.0, 4489.0, 4480.0, 4491.0, 4477.0, 4486.0, 4479.0, 4478.0, 4481.0, 4487.0, 4479.0, 4478.0, 4480.0, 4481.0, 4490.0, 4476.0, 4489.0, 4480.0, 4489.0, 4466.0, 4490.0, 4478.0, 4490.0, 4467.0, 4473.0, 4467.0, 4489.0, 4480.0, 4476.0, 4465.0, 4475.0, 4465.0, 4477.0, 4479.0, 4477.0, 4481.0, 4476.0, 4493.0, 4491.0, 4492.0, 4492.0, 4512.0, 4505.0, 4504.0, 4502.0, 4526.0, 4504.0, 4516.0, 4493.0, 4490.0, 4492.0, 4491.0, 4473.0, 4483.0, 4471.0, 4489.0, 4476.0, 4477.0, 4465.0, 4477.0, 4479.0, 4478.0, 4480.0, 4477.0, 4477.0, 4476.0, 4478.0, 4484.0, 4480.0, 4479.0, 4491.0, 4490.0, 4479.0, 4480.0, 4479.0, 4478.0, 4479.0, 4491.0, 4488.0, 4469.0, 4477.0, 4475.0, 4478.0, 4471.0, 4489.0, 4481.0, 4489.0, 4478.0, 4490.0, 4477.0, 4488.0, 4464.0, 4475.0, 4477.0, 4489.0, 4463.0, 4477.0, 4466.0, 4488.0, 4480.0, 4485.0, 4486.0, 4489.0, 4475.0, 4484.0, 4476.0, 4502.0, 4480.0, 4491.0, 4478.0, 4488.0, 4487.0, 4489.0, 4488.0, 4487.0, 4493.0, 4498.0, 4508.0, 4487.0, 4487.0, 4476.0, 4485.0, 4501.0, 4501.0, 4522.0, 4512.0, 4523.0, 4501.0, 4510.0, 4487.0, 4497.0, 4485.0, 4509.0, 4487.0, 4497.0, 4485.0, 4497.0, 4486.0, 4499.0, 4475.0, 4497.0, 4476.0, 4487.0, 4507.0, 4497.0, 4497.0, 4487.0, 4507.0, 4490.0, 4508.0, 4497.0, 4506.0, 4482.0, 4508.0, 4486.0, 4507.0, 4475.0, 4507.0, 4486.0, 4497.0, 4507.0, 4498.0, 4496.0, 4496.0, 4506.0, 4485.0, 4505.0, 4497.0, 4516.0, 4498.0, 4507.0, 4487.0, 4507.0, 4496.0, 4508.0, 4486.0, 4508.0, 4486.0, 4508.0, 4487.0, 4508.0, 4486.0, 4507.0, 4486.0, 4507.0, 4495.0, 4508.0, 4488.0, 4509.0, 4487.0, 4509.0, 4518.0, 4510.0, 4509.0, 4499.0, 4508.0, 4498.0, 4509.0, 4497.0, 4507.0, 4483.0, 4509.0, 4496.0, 4507.0, 4485.0, 4506.0, 4485.0, 4507.0, 4497.0, 4508.0, 4486.0, 4508.0, 4485.0, 4509.0, 4488.0, 4508.0, 4486.0, 4508.0, 4485.0, 4507.0, 4495.0, 4506.0, 4487.0, 4507.0, 4484.0, 4505.0, 4484.0, 4507.0, 4476.0, 4495.0, 4485.0, 4496.0, 4496.0, 4497.0, 4507.0, 4498.0, 4512.0, 4501.0, 4495.0, 4508.0, 4501.0, 4523.0, 4512.0, 4521.0, 4500.0, 4518.0, 4498.0, 4509.0, 4498.0, 4520.0, 4487.0, 4509.0, 4488.0, 4521.0, 4488.0, 4510.0, 4486.0, 4508.0, 4496.0, 4509.0, 4488.0, 4509.0, 4496.0, 4509.0, 4498.0, 4522.0, 4488.0, 4510.0, 4497.0, 4510.0, 4497.0, 4519.0, 4488.0, 4518.0, 4497.0, 4521.0, 4499.0, 4509.0, 4486.0, 4506.0, 4495.0, 4507.0, 4486.0, 4508.0, 4486.0, 4506.0, 4486.0, 4508.0, 4486.0, 4506.0, 4485.0, 4505.0, 4487.0, 4494.0, 4498.0, 4498.0, 4485.0, 4496.0, 4495.0, 4508.0, 4497.0, 4511.0, 4499.0, 4520.0, 4511.0, 4522.0, 4498.0, 4521.0, 4500.0, 4507.0, 4485.0, 4509.0, 4486.0, 4508.0, 4497.0, 4509.0, 4499.0, 4507.0, 4487.0, 4507.0, 4485.0, 4505.0, 4483.0, 4506.0, 4484.0, 4505.0, 4484.0, 4505.0, 4473.0, 4504.0, 4484.0, 4495.0, 4473.0, 4506.0, 4483.0, 4505.0, 4474.0, 4495.0, 4472.0, 4506.0, 4485.0, 4506.0, 4474.0, 4495.0, 4483.0, 4494.0, 4494.0, 4505.0, 4484.0, 4509.0, 4484.0, 4495.0, 4472.0, 4496.0, 4487.0, 4506.0, 4484.0, 4494.0, 4473.0, 4505.0, 4486.0, 4505.0, 4485.0, 4506.0, 4472.0, 4494.0, 4488.0, 4500.0, 4496.0, 4507.0, 4487.0, 4487.0, 4497.0, 4507.0, 4499.0, 4490.0, 4520.0, 4511.0, 4521.0, 4497.0, 4519.0, 4497.0, 4518.0, 4485.0, 4496.0, 4484.0, 4496.0, 4507.0, 4498.0, 4486.0, 4484.0, 4493.0, 4483.0, 4494.0, 4485.0, 4494.0, 4485.0, 4506.0, 4498.0, 4506.0, 4486.0, 4506.0, 4474.0, 4506.0, 4484.0, 4494.0, 4473.0, 4493.0, 4483.0, 4493.0, 4495.0, 4497.0, 4496.0, 4485.0, 4484.0, 4483.0, 4504.0, 4487.0, 4506.0, 4474.0, 4493.0, 4472.0, 4493.0, 4473.0, 4494.0, 4494.0, 4495.0, 4506.0, 4484.0, 4495.0, 4484.0, 4507.0, 4484.0, 4505.0, 4473.0, 4497.0, 4483.0, 4495.0, 4506.0, 4496.0, 4507.0, 4485.0, 4506.0, 4485.0, 4507.0, 4484.0, 4507.0, 4485.0, 4497.0, 4498.0, 4493.0, 4506.0, 4486.0, 4505.0, 4495.0, 4505.0, 4485.0, 4496.0, 4483.0, 4504.0, 4483.0, 4495.0, 4482.0, 4497.0, 4495.0, 4484.0, 4494.0, 4495.0, 4505.0, 4484.0, 4493.0, 4473.0, 4494.0, 4484.0, 4504.0, 4485.0, 4506.0, 4484.0, 4495.0, 4494.0, 4487.0, 4504.0, 4486.0, 4496.0, 4486.0, 4496.0, 4486.0, 4493.0, 4496.0, 4496.0, 4474.0, 4503.0, 4500.0, 4484.0, 4484.0, 4488.0, 4498.0, 4509.0, 4497.0, 4499.0, 4508.0, 4499.0, 4503.0, 4482.0, 4507.0, 4470.0, 4504.0, 4487.0, 4499.0, 4487.0, 4498.0, 4484.0, 4496.0, 4507.0, 4494.0, 4499.0, 4486.0, 4506.0, 4484.0, 4507.0, 4498.0, 4507.0, 4485.0, 4497.0, 4495.0, 4493.0, 4503.0, 4494.0, 4508.0, 4483.0, 4508.0, 4498.0, 4509.0, 4499.0, 4501.0, 4488.0, 4496.0, 4488.0, 4500.0, 4510.0, 4501.0, 4506.0, 4488.0, 4521.0, 4495.0, 4510.0, 4488.0, 4508.0, 4486.0, 4499.0, 4499.0, 4494.0, 4498.0, 4483.0, 4496.0, 4498.0, 4504.0, 4487.0, 4504.0, 4497.0, 4504.0, 4497.0, 4508.0, 4486.0, 4490.0, 4485.0, 4497.0, 4495.0, 4493.0, 4506.0, 4486.0, 4502.0, 4486.0, 4506.0, 4496.0, 4503.0, 4486.0, 4506.0, 4474.0, 4495.0, 4496.0, 4497.0, 4486.0, 4498.0, 4487.0, 4487.0, 4497.0, 4493.0, 4504.0, 4493.0, 4507.0, 4482.0, 4493.0, 4486.0, 4508.0, 4489.0, 4508.0, 4487.0, 4504.0, 4488.0, 4507.0, 4507.0, 4489.0, 4509.0, 4498.0, 4507.0, 4500.0, 4509.0, 4489.0, 4499.0, 4485.0, 4487.0, 4485.0, 4508.0, 4491.0, 4490.0, 4488.0, 4500.0, 4497.0, 4512.0, 4512.0, 4512.0, 4488.0, 4495.0, 4488.0, 4497.0, 4508.0, 4485.0, 4497.0, 4478.0, 4507.0, 4486.0, 4508.0, 4487.0, 4497.0, 4477.0, 4496.0, 4475.0, 4498.0, 4487.0, 4497.0, 4487.0, 4500.0, 4497.0, 4488.0, 4509.0, 4498.0, 4509.0, 4513.0, 4521.0, 4488.0, 4510.0, 4498.0, 4499.0, 4497.0, 4497.0, 4509.0, 4498.0, 4509.0, 4498.0, 4498.0, 4487.0, 4499.0, 4488.0, 4498.0, 4488.0, 4497.0, 4507.0, 4486.0, 4497.0, 4486.0, 4495.0, 4486.0, 4504.0, 4486.0, 4494.0, 4482.0, 4493.0, 4487.0, 4498.0, 4499.0, 4498.0, 4497.0, 4486.0, 4496.0, 4488.0, 4509.0, 4488.0, 4499.0, 4488.0, 4498.0, 4488.0, 4498.0, 4487.0, 4499.0, 4487.0, 4508.0, 4488.0, 4509.0, 4488.0, 4497.0, 4487.0, 4510.0, 4488.0, 4500.0, 4486.0, 4498.0, 4497.0, 4509.0, 4498.0, 4498.0, 4487.0, 4487.0, 4497.0, 4488.0, 4498.0, 4486.0, 4496.0, 4477.0, 4497.0, 4486.0, 4492.0, 4474.0, 4496.0, 4496.0, 4498.0, 4497.0, 4497.0, 4485.0, 4485.0, 4482.0, 4486.0, 4496.0, 4487.0, 4496.0, 4486.0, 4496.0, 4485.0, 4507.0, 4474.0, 4496.0, 4473.0, 4495.0, 4485.0, 4496.0, 4484.0, 4493.0, 4485.0, 4494.0, 4486.0, 4495.0, 4485.0, 4493.0, 4474.0, 4495.0, 4498.0, 4522.0, 4516.0, 4524.0, 4508.0, 4503.0, 4493.0, 4502.0, 4469.0, 4484.0, 4472.0, 4480.0, 4495.0, 4485.0, 4496.0, 4495.0, 4484.0, 4462.0, 4471.0, 4458.0, 4474.0, 4458.0, 4470.0, 4470.0, 4462.0, 4483.0, 4484.0, 4495.0, 4484.0, 4483.0, 4459.0, 4480.0, 4460.0, 4477.0, 4462.0, 4482.0, 4472.0, 4473.0, 4483.0, 4482.0, 4481.0, 4461.0, 4483.0, 4472.0, 4483.0, 4471.0, 4486.0, 4474.0, 4496.0, 4484.0, 4511.0, 4490.0, 4488.0, 4475.0, 4509.0, 4486.0, 4508.0, 4488.0, 4510.0, 4509.0, 4510.0, 4498.0, 4509.0, 4509.0, 4489.0, 4508.0, 4500.0, 4520.0, 4489.0, 4507.0, 4487.0, 4497.0, 4499.0, 4510.0, 4488.0, 4498.0, 4488.0, 4500.0, 4480.0, 4489.0, 4495.0, 4507.0, 4500.0, 4498.0, 4522.0, 4499.0, 4513.0, 4505.0, 4486.0, 4500.0, 4488.0, 4496.0, 4497.0, 4485.0, 4486.0, 4496.0, 4487.0, 4497.0, 4487.0, 4485.0, 4487.0, 4506.0, 4476.0, 4498.0, 4484.0, 4497.0, 4499.0, 4506.0, 4487.0, 4499.0, 4476.0, 4509.0, 4476.0, 4498.0, 4485.0, 4495.0, 4485.0, 4499.0, 4475.0, 4507.0, 4471.0, 4508.0, 4486.0, 4507.0, 4485.0, 4506.0, 4485.0, 4506.0, 4485.0, 4498.0, 4488.0, 4498.0, 4486.0, 4509.0, 4486.0, 4492.0, 4497.0, 4508.0, 4499.0, 4516.0, 4511.0, 4510.0, 4490.0, 4498.0, 4487.0, 4486.0, 4485.0, 4470.0, 4479.0, 4483.0, 4486.0, 4494.0, 4483.0, 4494.0, 4475.0, 4493.0, 4485.0, 4485.0, 4484.0, 4483.0, 4482.0, 4483.0, 4472.0, 4493.0, 4474.0, 4493.0, 4472.0, 4493.0, 4472.0, 4492.0, 4472.0, 4492.0, 4483.0, 4493.0, 4473.0, 4495.0, 4473.0, 4494.0, 4471.0, 4483.0, 4473.0, 4493.0, 4482.0, 4495.0, 4484.0, 4494.0, 4473.0, 4494.0, 4473.0, 4494.0, 4472.0, 4480.0, 4483.0, 4482.0, 4483.0, 4483.0, 4485.0, 4473.0, 4494.0, 4475.0, 4483.0, 4474.0, 4485.0, 4482.0, 4508.0, 4495.0, 4483.0, 4510.0, 4510.0, 4502.0, 4499.0, 4499.0, 4501.0, 4522.0, 4510.0, 4521.0, 4491.0, 4526.0, 4497.0, 4497.0, 4477.0, 4495.0, 4485.0, 4506.0, 4487.0, 4496.0, 4487.0, 4499.0, 4486.0, 4509.0, 4487.0, 4497.0, 4486.0, 4497.0, 4499.0, 4520.0, 4501.0, 4521.0, 4501.0, 4511.0, 4489.0, 4507.0, 4499.0, 4509.0, 4486.0, 4510.0, 4497.0, 4507.0, 4488.0, 4508.0, 4488.0, 4508.0, 4487.0, 4509.0, 4487.0, 4498.0, 4486.0, 4499.0, 4475.0, 4508.0, 4497.0, 4510.0, 4497.0, 4511.0, 4488.0, 4508.0, 4486.0, 4510.0, 4498.0, 4507.0, 4499.0, 4510.0, 4490.0, 4510.0, 4498.0, 4508.0, 4488.0, 4507.0, 4486.0, 4510.0, 4498.0, 4519.0, 4490.0, 4492.0, 4487.0, 4498.0, 4502.0], 'WindowWidth': [10010.0, 9984.0, 9955.0, 9921.0, 9890.0, 9899.0, 9924.0, 9903.0, 9938.0, 9918.0, 9934.0, 9899.0, 9919.0, 9897.0, 9909.0, 9893.0, 9906.0, 9875.0, 9910.0, 9898.0, 9933.0, 9897.0, 9914.0, 9902.0, 9930.0, 9933.0, 9936.0, 9909.0, 9931.0, 9901.0, 9911.0, 9906.0, 9932.0, 9902.0, 9907.0, 9884.0, 9895.0, 9880.0, 9907.0, 9898.0, 9911.0, 9892.0, 9913.0, 9883.0, 9891.0, 9919.0, 9918.0, 9896.0, 9907.0, 9870.0, 9935.0, 9917.0, 9916.0, 9858.0, 9857.0, 9857.0, 9880.0, 9857.0, 9874.0, 9872.0, 9893.0, 9887.0, 9900.0, 9870.0, 9885.0, 9853.0, 9863.0, 9849.0, 9858.0, 9841.0, 9855.0, 9841.0, 9865.0, 9847.0, 9862.0, 9847.0, 9866.0, 9849.0, 9865.0, 9849.0, 9883.0, 9854.0, 9872.0, 9872.0, 9891.0, 9876.0, 9878.0, 9860.0, 9878.0, 9871.0, 9896.0, 9893.0, 9896.0, 9881.0, 9893.0, 9876.0, 9879.0, 9864.0, 9890.0, 9902.0, 9894.0, 9889.0, 9877.0, 9884.0, 9866.0, 9884.0, 9873.0, 9890.0, 9872.0, 9887.0, 9859.0, 9887.0, 9872.0, 9891.0, 9875.0, 9875.0, 9885.0, 9887.0, 9901.0, 9871.0, 9885.0, 9873.0, 9884.0, 9856.0, 9886.0, 9873.0, 9893.0, 9874.0, 9906.0, 9875.0, 9888.0, 9871.0, 9889.0, 9871.0, 9889.0, 9875.0, 9891.0, 9865.0, 9878.0, 9887.0, 9891.0, 9909.0, 9898.0, 9909.0, 9908.0, 9914.0, 9896.0, 9908.0, 9893.0, 9910.0, 9885.0, 9908.0, 9882.0, 9907.0, 9875.0, 9904.0, 9875.0, 9909.0, 9877.0, 9908.0, 9879.0, 9905.0, 9876.0, 9892.0, 9874.0, 9892.0, 9860.0, 9888.0, 9884.0, 9873.0, 9891.0, 9877.0, 9887.0, 9874.0, 9905.0, 9884.0, 9913.0, 9882.0, 9908.0, 9879.0, 9910.0, 9881.0, 9891.0, 9863.0, 9877.0, 9887.0, 9877.0, 9910.0, 9892.0, 9911.0, 9894.0, 9903.0, 9894.0, 9908.0, 9876.0, 9894.0, 9875.0, 9895.0, 9863.0, 9910.0, 9867.0, 9893.0, 9904.0, 9885.0, 9892.0, 9896.0, 9906.0, 9913.0, 9925.0, 9920.0, 9891.0, 9896.0, 9901.0, 9936.0, 9923.0, 9945.0, 9927.0, 9941.0, 9907.0, 9895.0, 9891.0, 9897.0, 9906.0, 9892.0, 9903.0, 9898.0, 9898.0, 9898.0, 9896.0, 9898.0, 9910.0, 9897.0, 9912.0, 9896.0, 9906.0, 9899.0, 9915.0, 9892.0, 9910.0, 9881.0, 9911.0, 9874.0, 9907.0, 9868.0, 9891.0, 9893.0, 9894.0, 9890.0, 9895.0, 9895.0, 9901.0, 9892.0, 9883.0, 9910.0, 9913.0, 9899.0, 9884.0, 9890.0, 9882.0, 9880.0, 9876.0, 9887.0, 9869.0, 9868.0, 9858.0, 9885.0, 9862.0, 9887.0, 9870.0, 9907.0, 9867.0, 9876.0, 9884.0, 9890.0, 9884.0, 9887.0, 9883.0, 9873.0, 9879.0, 9893.0, 9869.0, 9869.0, 9895.0, 9882.0, 9873.0, 9874.0, 9885.0, 9865.0, 9894.0, 9880.0, 9891.0, 9872.0, 9885.0, 9864.0, 9883.0, 9872.0, 9886.0, 9864.0, 9876.0, 9867.0, 9867.0, 9875.0, 9878.0, 9868.0, 9866.0, 9870.0, 9871.0, 9886.0, 9863.0, 9881.0, 9870.0, 9882.0, 9847.0, 9885.0, 9867.0, 9884.0, 9851.0, 9855.0, 9849.0, 9881.0, 9870.0, 9860.0, 9844.0, 9857.0, 9845.0, 9862.0, 9869.0, 9864.0, 9872.0, 9861.0, 9894.0, 9890.0, 9890.0, 9898.0, 9923.0, 9917.0, 9917.0, 9908.0, 9949.0, 9915.0, 9932.0, 9897.0, 9888.0, 9893.0, 9891.0, 9856.0, 9870.0, 9850.0, 9883.0, 9862.0, 9863.0, 9843.0, 9863.0, 9865.0, 9866.0, 9872.0, 9864.0, 9864.0, 9862.0, 9867.0, 9872.0, 9871.0, 9870.0, 9890.0, 9886.0, 9873.0, 9873.0, 9871.0, 9866.0, 9870.0, 9889.0, 9882.0, 9855.0, 9865.0, 9860.0, 9866.0, 9859.0, 9882.0, 9872.0, 9882.0, 9866.0, 9884.0, 9864.0, 9880.0, 9843.0, 9859.0, 9863.0, 9882.0, 9841.0, 9862.0, 9846.0, 9878.0, 9871.0, 9876.0, 9876.0, 9882.0, 9860.0, 9871.0, 9862.0, 9906.0, 9872.0, 9886.0, 9866.0, 9880.0, 9878.0, 9881.0, 9881.0, 9881.0, 9897.0, 9901.0, 9913.0, 9881.0, 9876.0, 9862.0, 9877.0, 9906.0, 9905.0, 9939.0, 9924.0, 9941.0, 9906.0, 9916.0, 9882.0, 9893.0, 9875.0, 9911.0, 9880.0, 9894.0, 9876.0, 9895.0, 9878.0, 9898.0, 9863.0, 9895.0, 9865.0, 9883.0, 9909.0, 9895.0, 9895.0, 9883.0, 9911.0, 9891.0, 9915.0, 9897.0, 9908.0, 9873.0, 9913.0, 9881.0, 9908.0, 9865.0, 9909.0, 9880.0, 9898.0, 9909.0, 9897.0, 9893.0, 9894.0, 9906.0, 9878.0, 9905.0, 9898.0, 9923.0, 9897.0, 9909.0, 9882.0, 9909.0, 9896.0, 9913.0, 9881.0, 9913.0, 9880.0, 9912.0, 9882.0, 9913.0, 9882.0, 9911.0, 9880.0, 9912.0, 9894.0, 9915.0, 9886.0, 9917.0, 9886.0, 9919.0, 9929.0, 9918.0, 9916.0, 9902.0, 9914.0, 9899.0, 9914.0, 9897.0, 9910.0, 9874.0, 9914.0, 9895.0, 9911.0, 9879.0, 9908.0, 9878.0, 9910.0, 9896.0, 9915.0, 9881.0, 9914.0, 9880.0, 9915.0, 9886.0, 9915.0, 9881.0, 9913.0, 9879.0, 9911.0, 9894.0, 9911.0, 9883.0, 9910.0, 9877.0, 9905.0, 9876.0, 9911.0, 9865.0, 9891.0, 9877.0, 9894.0, 9894.0, 9895.0, 9909.0, 9899.0, 9921.0, 9905.0, 9893.0, 9916.0, 9907.0, 9943.0, 9927.0, 9935.0, 9905.0, 9928.0, 9900.0, 9917.0, 9900.0, 9931.0, 9884.0, 9915.0, 9888.0, 9935.0, 9887.0, 9918.0, 9881.0, 9912.0, 9897.0, 9918.0, 9888.0, 9918.0, 9896.0, 9918.0, 9901.0, 9940.0, 9887.0, 9919.0, 9897.0, 9919.0, 9900.0, 9932.0, 9889.0, 9929.0, 9900.0, 9936.0, 9903.0, 9918.0, 9882.0, 9909.0, 9893.0, 9911.0, 9883.0, 9913.0, 9882.0, 9911.0, 9883.0, 9916.0, 9882.0, 9909.0, 9879.0, 9908.0, 9884.0, 9892.0, 9897.0, 9898.0, 9878.0, 9895.0, 9893.0, 9913.0, 9899.0, 9922.0, 9906.0, 9936.0, 9926.0, 9938.0, 9899.0, 9937.0, 9907.0, 9912.0, 9880.0, 9913.0, 9880.0, 9911.0, 9897.0, 9918.0, 9900.0, 9908.0, 9885.0, 9910.0, 9878.0, 9907.0, 9874.0, 9906.0, 9875.0, 9908.0, 9874.0, 9905.0, 9860.0, 9904.0, 9876.0, 9891.0, 9861.0, 9909.0, 9875.0, 9904.0, 9861.0, 9890.0, 9855.0, 9906.0, 9879.0, 9908.0, 9859.0, 9891.0, 9872.0, 9888.0, 9891.0, 9907.0, 9876.0, 9915.0, 9875.0, 9892.0, 9857.0, 9897.0, 9885.0, 9908.0, 9876.0, 9890.0, 9861.0, 9906.0, 9883.0, 9908.0, 9880.0, 9907.0, 9858.0, 9889.0, 9884.0, 9903.0, 9893.0, 9912.0, 9886.0, 9883.0, 9894.0, 9912.0, 9902.0, 9886.0, 9936.0, 9925.0, 9938.0, 9900.0, 9930.0, 9902.0, 9928.0, 9880.0, 9895.0, 9876.0, 9894.0, 9910.0, 9899.0, 9879.0, 9874.0, 9886.0, 9873.0, 9888.0, 9876.0, 9890.0, 9876.0, 9907.0, 9899.0, 9908.0, 9880.0, 9908.0, 9861.0, 9907.0, 9877.0, 9889.0, 9857.0, 9886.0, 9872.0, 9888.0, 9892.0, 9897.0, 9894.0, 9878.0, 9875.0, 9873.0, 9903.0, 9883.0, 9906.0, 9861.0, 9887.0, 9857.0, 9886.0, 9858.0, 9888.0, 9890.0, 9890.0, 9905.0, 9873.0, 9890.0, 9876.0, 9912.0, 9878.0, 9906.0, 9861.0, 9896.0, 9874.0, 9894.0, 9909.0, 9894.0, 9909.0, 9878.0, 9907.0, 9878.0, 9910.0, 9875.0, 9909.0, 9877.0, 9895.0, 9899.0, 9889.0, 9907.0, 9880.0, 9905.0, 9892.0, 9906.0, 9879.0, 9894.0, 9873.0, 9903.0, 9872.0, 9892.0, 9872.0, 9893.0, 9889.0, 9875.0, 9887.0, 9891.0, 9906.0, 9874.0, 9886.0, 9859.0, 9889.0, 9874.0, 9904.0, 9880.0, 9908.0, 9876.0, 9892.0, 9888.0, 9885.0, 9905.0, 9878.0, 9893.0, 9878.0, 9893.0, 9880.0, 9889.0, 9894.0, 9893.0, 9863.0, 9913.0, 9900.0, 9874.0, 9875.0, 9886.0, 9900.0, 9917.0, 9899.0, 9902.0, 9912.0, 9902.0, 9899.0, 9870.0, 9909.0, 9852.0, 9903.0, 9881.0, 9899.0, 9880.0, 9898.0, 9876.0, 9893.0, 9907.0, 9889.0, 9898.0, 9877.0, 9907.0, 9874.0, 9909.0, 9901.0, 9912.0, 9879.0, 9897.0, 9891.0, 9886.0, 9901.0, 9889.0, 9913.0, 9874.0, 9913.0, 9898.0, 9919.0, 9903.0, 9906.0, 9886.0, 9896.0, 9887.0, 9907.0, 9922.0, 9908.0, 9912.0, 9887.0, 9933.0, 9895.0, 9919.0, 9883.0, 9911.0, 9879.0, 9902.0, 9902.0, 9891.0, 9897.0, 9874.0, 9894.0, 9900.0, 9904.0, 9883.0, 9903.0, 9895.0, 9903.0, 9897.0, 9914.0, 9881.0, 9881.0, 9876.0, 9895.0, 9891.0, 9887.0, 9906.0, 9879.0, 9898.0, 9881.0, 9907.0, 9894.0, 9903.0, 9879.0, 9906.0, 9861.0, 9890.0, 9893.0, 9896.0, 9879.0, 9898.0, 9881.0, 9882.0, 9895.0, 9887.0, 9904.0, 9887.0, 9908.0, 9871.0, 9888.0, 9880.0, 9913.0, 9884.0, 9911.0, 9880.0, 9904.0, 9886.0, 9913.0, 9910.0, 9887.0, 9912.0, 9897.0, 9911.0, 9904.0, 9914.0, 9887.0, 9900.0, 9877.0, 9882.0, 9877.0, 9912.0, 9889.0, 9885.0, 9883.0, 9903.0, 9897.0, 9926.0, 9924.0, 9922.0, 9883.0, 9890.0, 9881.0, 9896.0, 9910.0, 9877.0, 9895.0, 9868.0, 9906.0, 9878.0, 9911.0, 9881.0, 9893.0, 9867.0, 9892.0, 9862.0, 9898.0, 9882.0, 9896.0, 9881.0, 9902.0, 9895.0, 9885.0, 9915.0, 9899.0, 9914.0, 9926.0, 9936.0, 9887.0, 9919.0, 9898.0, 9901.0, 9895.0, 9899.0, 9915.0, 9899.0, 9913.0, 9898.0, 9898.0, 9882.0, 9901.0, 9885.0, 9898.0, 9884.0, 9897.0, 9909.0, 9879.0, 9895.0, 9880.0, 9891.0, 9877.0, 9902.0, 9879.0, 9888.0, 9870.0, 9887.0, 9880.0, 9899.0, 9899.0, 9900.0, 9896.0, 9880.0, 9893.0, 9887.0, 9915.0, 9885.0, 9901.0, 9883.0, 9898.0, 9885.0, 9899.0, 9881.0, 9898.0, 9880.0, 9913.0, 9887.0, 9915.0, 9884.0, 9898.0, 9882.0, 9917.0, 9888.0, 9905.0, 9880.0, 9900.0, 9895.0, 9915.0, 9898.0, 9898.0, 9880.0, 9880.0, 9894.0, 9883.0, 9897.0, 9878.0, 9892.0, 9866.0, 9895.0, 9880.0, 9883.0, 9860.0, 9892.0, 9891.0, 9897.0, 9894.0, 9897.0, 9877.0, 9877.0, 9870.0, 9880.0, 9893.0, 9881.0, 9891.0, 9878.0, 9891.0, 9878.0, 9910.0, 9860.0, 9892.0, 9858.0, 9890.0, 9877.0, 9892.0, 9874.0, 9886.0, 9876.0, 9891.0, 9880.0, 9892.0, 9877.0, 9887.0, 9860.0, 9892.0, 9899.0, 9942.0, 9940.0, 9943.0, 9915.0, 9902.0, 9886.0, 9896.0, 9845.0, 9868.0, 9852.0, 9863.0, 9887.0, 9874.0, 9891.0, 9887.0, 9871.0, 9839.0, 9848.0, 9825.0, 9851.0, 9822.0, 9839.0, 9842.0, 9834.0, 9866.0, 9872.0, 9889.0, 9870.0, 9865.0, 9827.0, 9855.0, 9830.0, 9851.0, 9835.0, 9863.0, 9848.0, 9853.0, 9866.0, 9862.0, 9861.0, 9835.0, 9867.0, 9850.0, 9867.0, 9851.0, 9876.0, 9860.0, 9893.0, 9875.0, 9921.0, 9891.0, 9883.0, 9863.0, 9916.0, 9882.0, 9915.0, 9888.0, 9921.0, 9919.0, 9922.0, 9902.0, 9919.0, 9917.0, 9888.0, 9914.0, 9906.0, 9932.0, 9887.0, 9911.0, 9882.0, 9897.0, 9901.0, 9920.0, 9885.0, 9900.0, 9886.0, 9905.0, 9872.0, 9883.0, 9890.0, 9909.0, 9903.0, 9901.0, 9936.0, 9903.0, 9924.0, 9906.0, 9881.0, 9901.0, 9882.0, 9892.0, 9895.0, 9875.0, 9880.0, 9894.0, 9881.0, 9894.0, 9882.0, 9878.0, 9883.0, 9907.0, 9866.0, 9895.0, 9876.0, 9896.0, 9899.0, 9908.0, 9884.0, 9899.0, 9866.0, 9912.0, 9865.0, 9896.0, 9878.0, 9893.0, 9879.0, 9898.0, 9862.0, 9908.0, 9856.0, 9912.0, 9882.0, 9911.0, 9880.0, 9909.0, 9877.0, 9907.0, 9882.0, 9900.0, 9884.0, 9896.0, 9877.0, 9917.0, 9879.0, 9892.0, 9895.0, 9913.0, 9902.0, 9924.0, 9920.0, 9917.0, 9888.0, 9895.0, 9881.0, 9879.0, 9874.0, 9852.0, 9863.0, 9874.0, 9879.0, 9888.0, 9874.0, 9888.0, 9864.0, 9887.0, 9879.0, 9878.0, 9875.0, 9874.0, 9869.0, 9874.0, 9857.0, 9886.0, 9860.0, 9885.0, 9857.0, 9886.0, 9855.0, 9884.0, 9854.0, 9882.0, 9876.0, 9887.0, 9860.0, 9892.0, 9861.0, 9888.0, 9855.0, 9872.0, 9859.0, 9885.0, 9871.0, 9891.0, 9876.0, 9890.0, 9860.0, 9887.0, 9860.0, 9888.0, 9857.0, 9866.0, 9872.0, 9869.0, 9873.0, 9872.0, 9878.0, 9860.0, 9888.0, 9862.0, 9873.0, 9861.0, 9877.0, 9870.0, 9917.0, 9892.0, 9875.0, 9920.0, 9916.0, 9906.0, 9900.0, 9902.0, 9908.0, 9940.0, 9920.0, 9937.0, 9898.0, 9951.0, 9900.0, 9895.0, 9866.0, 9889.0, 9876.0, 9907.0, 9880.0, 9891.0, 9881.0, 9899.0, 9879.0, 9915.0, 9881.0, 9893.0, 9879.0, 9894.0, 9902.0, 9933.0, 9912.0, 9935.0, 9910.0, 9924.0, 9888.0, 9912.0, 9903.0, 9918.0, 9881.0, 9916.0, 9896.0, 9911.0, 9885.0, 9913.0, 9884.0, 9910.0, 9883.0, 9913.0, 9881.0, 9896.0, 9880.0, 9900.0, 9864.0, 9911.0, 9898.0, 9920.0, 9897.0, 9919.0, 9885.0, 9914.0, 9883.0, 9918.0, 9898.0, 9914.0, 9904.0, 9917.0, 9893.0, 9921.0, 9898.0, 9914.0, 9885.0, 9910.0, 9881.0, 9918.0, 9898.0, 9930.0, 9884.0, 9889.0, 9878.0, 9900.0, 9911.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.0018909377344336084</td></tr>
<tr><td colspan=3>aqi</td><td>0.02094895708927232</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.46614656373873</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2319737213138136</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0433624620195179</td></tr>
<tr><td colspan=3>efc</td><td>0.4575</td></tr>
<tr><td colspan=3>fber</td><td>7527.9434</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10619703468391023</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>110</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.252063015753938</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.40253229398505</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3994839427918446</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6412907552085394</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1668221839547654</td></tr>
<tr><td colspan=3>gcor</td><td>0.00718373</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019561348482966423</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02790890820324421</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.919542358509527</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>27.1754</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.8782</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.895</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306885.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>985.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.8385</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3679</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>617.1209</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3767.9927</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3964.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1011.3353</td></tr>
<tr><td colspan=3>tsnr</td><td>42.28060113801621</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>