<?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-0098_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-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_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-0098/figures/sub-0098_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_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-0098/ses-03/func/sub-0098_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>6c2e872674b4fdc3ce45f9247dfe3ada</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>13:48:44.857500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_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.999693, 0.00938333, -0.0229487, -0.00540886, 0.985861, 0.16748]</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.0913373</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>[4215, -7809, -7160, 317, -109, 108, -10, 82]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ad3fac4a-aaa5-43c4-995e-0b209b43faf2||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.6821022033691406, -0.014511585235595703, -0.06532857567071915, 116.3984603881836], [-0.025174787268042564, 2.6449921131134033, 0.4517219662666321, -104.43051147460938], [-0.061569761484861374, -0.4493367075920105, 2.661142587661743, -25.569622039794922], [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': ['134844.857500', '134845.317500', '134845.777500', '134846.237500', '134846.697500', '134847.157500', '134847.617500', '134848.077500', '134848.537500', '134848.997500', '134849.457500', '134849.917500', '134850.377500', '134850.837500', '134851.297500', '134851.757500', '134852.217500', '134852.677500', '134853.137500', '134853.597500', '134854.057500', '134854.517500', '134854.977500', '134855.437500', '134855.897500', '134856.357500', '134856.817500', '134857.277500', '134857.737500', '134858.197500', '134858.657500', '134859.117500', '134859.577500', '134900.037500', '134900.497500', '134900.957500', '134901.417500', '134901.877500', '134902.337500', '134902.797500', '134903.257500', '134903.717500', '134904.177500', '134904.637500', '134905.097500', '134905.557500', '134906.017500', '134906.477500', '134906.937500', '134907.397500', '134907.857500', '134908.317500', '134908.777500', '134909.237500', '134909.697500', '134910.157500', '134910.617500', '134911.077500', '134911.537500', '134911.997500', '134912.457500', '134912.917500', '134913.377500', '134913.837500', '134914.297500', '134914.757500', '134915.217500', '134915.677500', '134916.137500', '134916.597500', '134917.057500', '134917.517500', '134917.977500', '134918.437500', '134918.897500', '134919.357500', '134919.817500', '134920.277500', '134920.737500', '134921.197500', '134921.657500', '134922.117500', '134922.577500', '134923.037500', '134923.497500', '134923.957500', '134924.417500', '134924.877500', '134925.337500', '134925.797500', '134926.257500', '134926.717500', '134927.177500', '134927.637500', '134928.097500', '134928.557500', '134929.017500', '134929.477500', '134929.937500', '134930.397500', '134930.857500', '134931.317500', '134931.777500', '134932.237500', '134932.697500', '134933.157500', '134933.617500', '134934.077500', '134934.537500', '134934.997500', '134935.457500', '134935.917500', '134936.377500', '134936.837500', '134937.297500', '134937.757500', '134938.217500', '134938.677500', '134939.137500', '134939.597500', '134940.057500', '134940.517500', '134940.977500', '134941.437500', '134941.897500', '134942.357500', '134942.817500', '134943.277500', '134943.737500', '134944.197500', '134944.657500', '134945.117500', '134945.577500', '134946.037500', '134946.497500', '134946.957500', '134947.417500', '134947.877500', '134948.337500', '134948.797500', '134949.257500', '134949.717500', '134950.177500', '134950.637500', '134951.097500', '134951.557500', '134952.017500', '134952.477500', '134952.937500', '134953.397500', '134953.857500', '134954.317500', '134954.777500', '134955.237500', '134955.697500', '134956.157500', '134956.617500', '134957.077500', '134957.537500', '134957.997500', '134958.457500', '134958.917500', '134959.377500', '134959.837500', '135000.297500', '135000.757500', '135001.217500', '135001.677500', '135002.137500', '135002.597500', '135003.057500', '135003.517500', '135003.977500', '135004.437500', '135004.897500', '135005.357500', '135005.817500', '135006.277500', '135006.737500', '135007.197500', '135007.657500', '135008.117500', '135008.577500', '135009.037500', '135009.497500', '135009.957500', '135010.417500', '135010.877500', '135011.337500', '135011.797500', '135012.257500', '135012.717500', '135013.177500', '135013.637500', '135014.097500', '135014.557500', '135015.017500', '135015.477500', '135015.937500', '135016.397500', '135016.857500', '135017.317500', '135017.777500', '135018.237500', '135018.697500', '135019.157500', '135019.617500', '135020.077500', '135020.537500', '135020.997500', '135021.457500', '135021.917500', '135022.377500', '135022.837500', '135023.297500', '135023.757500', '135024.217500', '135024.677500', '135025.137500', '135025.597500', '135026.057500', '135026.517500', '135026.977500', '135027.437500', '135027.897500', '135028.357500', '135028.817500', '135029.277500', '135029.737500', '135030.197500', '135030.657500', '135031.117500', '135031.577500', '135032.037500', '135032.497500', '135032.957500', '135033.417500', '135033.877500', '135034.337500', '135034.797500', '135035.257500', '135035.717500', '135036.177500', '135036.637500', '135037.097500', '135037.557500', '135038.017500', '135038.477500', '135038.937500', '135039.397500', '135039.857500', '135040.317500', '135040.777500', '135041.237500', '135041.697500', '135042.157500', '135042.617500', '135043.077500', '135043.537500', '135043.997500', '135044.457500', '135044.917500', '135045.377500', '135045.837500', '135046.297500', '135046.757500', '135047.217500', '135047.677500', '135048.137500', '135048.597500', '135049.057500', '135049.517500', '135049.977500', '135050.437500', '135050.897500', '135051.357500', '135051.817500', '135052.277500', '135052.737500', '135053.197500', '135053.657500', '135054.117500', '135054.577500', '135055.037500', '135055.497500', '135055.957500', '135056.417500', '135056.877500', '135057.337500', '135057.797500', '135058.257500', '135058.717500', '135059.177500', '135059.637500', '135100.097500', '135100.557500', '135101.017500', '135101.477500', '135101.937500', '135102.397500', '135102.857500', '135103.317500', '135103.777500', '135104.237500', '135104.697500', '135105.157500', '135105.617500', '135106.077500', '135106.537500', '135106.997500', '135107.457500', '135107.917500', '135108.377500', '135108.837500', '135109.297500', '135109.757500', '135110.217500', '135110.677500', '135111.137500', '135111.597500', '135112.057500', '135112.517500', '135112.977500', '135113.437500', '135113.897500', '135114.357500', '135114.817500', '135115.277500', '135115.737500', '135116.197500', '135116.657500', '135117.117500', '135117.577500', '135118.037500', '135118.497500', '135118.957500', '135119.417500', '135119.877500', '135120.337500', '135120.797500', '135121.257500', '135121.717500', '135122.177500', '135122.637500', '135123.097500', '135123.557500', '135124.017500', '135124.477500', '135124.937500', '135125.397500', '135125.857500', '135126.317500', '135126.777500', '135127.237500', '135127.697500', '135128.157500', '135128.617500', '135129.077500', '135129.537500', '135129.997500', '135130.457500', '135130.917500', '135131.377500', '135131.837500', '135132.297500', '135132.757500', '135133.217500', '135133.677500', '135134.137500', '135134.597500', '135135.057500', '135135.517500', '135135.977500', '135136.437500', '135136.897500', '135137.357500', '135137.817500', '135138.277500', '135138.737500', '135139.197500', '135139.657500', '135140.117500', '135140.577500', '135141.037500', '135141.497500', '135141.957500', '135142.417500', '135142.877500', '135143.337500', '135143.797500', '135144.257500', '135144.717500', '135145.177500', '135145.637500', '135146.097500', '135146.557500', '135147.017500', '135147.477500', '135147.937500', '135148.397500', '135148.857500', '135149.317500', '135149.777500', '135150.237500', '135150.697500', '135151.157500', '135151.617500', '135152.077500', '135152.537500', '135152.997500', '135153.457500', '135153.917500', '135154.377500', '135154.837500', '135155.297500', '135155.757500', '135156.217500', '135156.677500', '135157.137500', '135157.597500', '135158.057500', '135158.517500', '135158.977500', '135159.437500', '135159.897500', '135200.357500', '135200.817500', '135201.277500', '135201.737500', '135202.197500', '135202.657500', '135203.117500', '135203.577500', '135204.037500', '135204.497500', '135204.957500', '135205.417500', '135205.877500', '135206.337500', '135206.797500', '135207.257500', '135207.717500', '135208.177500', '135208.637500', '135209.097500', '135209.557500', '135210.017500', '135210.477500', '135210.937500', '135211.397500', '135211.857500', '135212.317500', '135212.777500', '135213.237500', '135213.697500', '135214.157500', '135214.617500', '135215.077500', '135215.537500', '135215.997500', '135216.457500', '135216.917500', '135217.377500', '135217.837500', '135218.297500', '135218.757500', '135219.217500', '135219.677500', '135220.137500', '135220.597500', '135221.057500', '135221.517500', '135221.977500', '135222.437500', '135222.897500', '135223.357500', '135223.817500', '135224.277500', '135224.737500', '135225.197500', '135225.657500', '135226.117500', '135226.577500', '135227.037500', '135227.497500', '135227.957500', '135228.417500', '135228.877500', '135229.337500', '135229.797500', '135230.257500', '135230.717500', '135231.177500', '135231.637500', '135232.097500', '135232.557500', '135233.017500', '135233.477500', '135233.937500', '135234.397500', '135234.857500', '135235.317500', '135235.777500', '135236.237500', '135236.697500', '135237.157500', '135237.617500', '135238.077500', '135238.537500', '135238.997500', '135239.457500', '135239.917500', '135240.377500', '135240.837500', '135241.297500', '135241.757500', '135242.217500', '135242.677500', '135243.137500', '135243.597500', '135244.057500', '135244.517500', '135244.977500', '135245.437500', '135245.897500', '135246.357500', '135246.817500', '135247.277500', '135247.737500', '135248.197500', '135248.657500', '135249.117500', '135249.577500', '135250.037500', '135250.497500', '135250.957500', '135251.417500', '135251.877500', '135252.337500', '135252.797500', '135253.257500', '135253.717500', '135254.177500', '135254.637500', '135255.097500', '135255.557500', '135256.017500', '135256.477500', '135256.937500', '135257.397500', '135257.857500', '135258.317500', '135258.777500', '135259.237500', '135259.697500', '135300.157500', '135300.617500', '135301.077500', '135301.537500', '135301.997500', '135302.457500', '135302.917500', '135303.377500', '135303.837500', '135304.297500', '135304.757500', '135305.217500', '135305.677500', '135306.137500', '135306.597500', '135307.057500', '135307.517500', '135307.977500', '135308.437500', '135308.897500', '135309.357500', '135309.817500', '135310.277500', '135310.737500', '135311.197500', '135311.657500', '135312.117500', '135312.577500', '135313.037500', '135313.497500', '135313.957500', '135314.417500', '135314.877500', '135315.337500', '135315.797500', '135316.257500', '135316.717500', '135317.177500', '135317.637500', '135318.097500', '135318.557500', '135319.017500', '135319.477500', '135319.937500', '135320.397500', '135320.857500', '135321.317500', '135321.777500', '135322.237500', '135322.697500', '135323.157500', '135323.617500', '135324.077500', '135324.537500', '135324.997500', '135325.457500', '135325.917500', '135326.377500', '135326.837500', '135327.297500', '135327.757500', '135328.217500', '135328.677500', '135329.137500', '135329.597500', '135330.057500', '135330.517500', '135330.977500', '135331.437500', '135331.897500', '135332.357500', '135332.817500', '135333.277500', '135333.737500', '135334.197500', '135334.657500', '135335.117500', '135335.577500', '135336.037500', '135336.497500', '135336.957500', '135337.417500', '135337.877500', '135338.337500', '135338.797500', '135339.257500', '135339.717500', '135340.177500', '135340.637500', '135341.097500', '135341.557500', '135342.017500', '135342.477500', '135342.937500', '135343.397500', '135343.857500', '135344.317500', '135344.777500', '135345.237500', '135345.697500', '135346.157500', '135346.617500', '135347.077500', '135347.537500', '135347.997500', '135348.457500', '135348.917500', '135349.377500', '135349.837500', '135350.297500', '135350.757500', '135351.217500', '135351.677500', '135352.137500', '135352.597500', '135353.057500', '135353.517500', '135353.977500', '135354.437500', '135354.897500', '135355.357500', '135355.817500', '135356.277500', '135356.737500', '135357.197500', '135357.657500', '135358.117500', '135358.577500', '135359.037500', '135359.497500', '135359.957500', '135400.417500', '135400.877500', '135401.337500', '135401.797500', '135402.257500', '135402.717500', '135403.177500', '135403.637500', '135404.097500', '135404.557500', '135405.017500', '135405.477500', '135405.937500', '135406.397500', '135406.857500', '135407.317500', '135407.777500', '135408.237500', '135408.697500', '135409.157500', '135409.617500', '135410.077500', '135410.537500', '135410.997500', '135411.457500', '135411.917500', '135412.377500', '135412.837500', '135413.297500', '135413.757500', '135414.217500', '135414.677500', '135415.137500', '135415.597500', '135416.057500', '135416.517500', '135416.977500', '135417.437500', '135417.897500', '135418.357500', '135418.817500', '135419.277500', '135419.737500', '135420.197500', '135420.657500', '135421.117500', '135421.577500', '135422.037500', '135422.497500', '135422.957500', '135423.417500', '135423.877500', '135424.337500', '135424.797500', '135425.257500', '135425.717500', '135426.177500', '135426.637500', '135427.097500', '135427.557500', '135428.017500', '135428.477500', '135428.937500', '135429.397500', '135429.857500', '135430.317500', '135430.777500', '135431.237500', '135431.697500', '135432.157500', '135432.617500', '135433.077500', '135433.537500', '135433.997500', '135434.457500', '135434.917500', '135435.377500', '135435.837500', '135436.297500', '135436.757500', '135437.217500', '135437.677500', '135438.137500', '135438.597500', '135439.057500', '135439.517500', '135439.977500', '135440.437500', '135440.897500', '135441.357500', '135441.817500', '135442.277500', '135442.737500', '135443.197500', '135443.657500', '135444.117500', '135444.577500', '135445.037500', '135445.497500', '135445.957500', '135446.417500', '135446.877500', '135447.337500', '135447.797500', '135448.257500', '135448.717500', '135449.177500', '135449.637500', '135450.097500', '135450.557500', '135451.017500', '135451.477500', '135451.937500', '135452.397500', '135452.857500', '135453.317500', '135453.777500', '135454.237500', '135454.697500', '135455.157500', '135455.617500', '135456.077500', '135456.537500', '135456.997500', '135457.457500', '135457.917500', '135458.377500', '135458.837500', '135459.297500', '135459.757500', '135500.217500', '135500.677500', '135501.137500', '135501.597500', '135502.057500', '135502.517500', '135502.977500', '135503.437500', '135503.897500', '135504.357500', '135504.817500', '135505.277500', '135505.737500', '135506.197500', '135506.657500', '135507.117500', '135507.577500', '135508.037500', '135508.497500', '135508.957500', '135509.417500', '135509.877500', '135510.337500', '135510.797500', '135511.257500', '135511.717500', '135512.177500', '135512.637500', '135513.097500', '135513.557500', '135514.017500', '135514.477500', '135514.937500', '135515.397500', '135515.857500', '135516.317500', '135516.777500', '135517.237500', '135517.697500', '135518.157500', '135518.617500', '135519.077500', '135519.537500', '135519.997500', '135520.457500', '135520.917500', '135521.377500', '135521.837500', '135522.297500', '135522.757500', '135523.217500', '135523.677500', '135524.137500', '135524.597500', '135525.057500', '135525.517500', '135525.977500', '135526.437500', '135526.897500', '135527.357500', '135527.817500', '135528.277500', '135528.737500', '135529.197500', '135529.657500', '135530.117500', '135530.577500', '135531.037500', '135531.497500', '135531.957500', '135532.417500', '135532.877500', '135533.337500', '135533.797500', '135534.257500', '135534.717500', '135535.177500', '135535.637500', '135536.097500', '135536.557500', '135537.017500', '135537.477500', '135537.937500', '135538.397500', '135538.857500', '135539.317500', '135539.777500', '135540.237500', '135540.697500', '135541.157500', '135541.617500', '135542.077500', '135542.537500', '135542.997500', '135543.457500', '135543.917500', '135544.377500', '135544.837500', '135545.297500', '135545.757500', '135546.217500', '135546.677500', '135547.137500', '135547.597500', '135548.057500', '135548.517500', '135548.977500', '135549.437500', '135549.897500', '135550.357500', '135550.817500', '135551.277500', '135551.737500', '135552.197500', '135552.657500', '135553.117500', '135553.577500', '135554.037500', '135554.497500', '135554.957500', '135555.417500', '135555.877500', '135556.337500', '135556.797500', '135557.257500', '135557.717500', '135558.177500', '135558.637500', '135559.097500', '135559.557500', '135600.017500', '135600.477500', '135600.937500', '135601.397500', '135601.857500', '135602.317500', '135602.777500', '135603.237500', '135603.697500', '135604.157500', '135604.617500', '135605.077500', '135605.537500', '135605.997500', '135606.457500', '135606.917500', '135607.377500', '135607.837500', '135608.297500', '135608.757500', '135609.217500', '135609.677500', '135610.137500', '135610.597500', '135611.057500', '135611.517500', '135611.977500', '135612.437500', '135612.897500', '135613.357500', '135613.817500', '135614.277500', '135614.737500', '135615.197500', '135615.657500', '135616.117500', '135616.577500', '135617.037500', '135617.497500', '135617.957500', '135618.417500', '135618.877500', '135619.337500', '135619.797500', '135620.257500', '135620.717500', '135621.177500', '135621.637500', '135622.097500', '135622.557500', '135623.017500', '135623.477500', '135623.937500', '135624.397500', '135624.857500', '135625.317500', '135625.777500', '135626.237500', '135626.697500', '135627.157500', '135627.617500', '135628.077500', '135628.537500', '135628.997500', '135629.457500', '135629.917500', '135630.377500', '135630.837500', '135631.297500', '135631.757500', '135632.217500', '135632.677500', '135633.137500', '135633.597500', '135634.057500', '135634.517500', '135634.977500', '135635.437500', '135635.897500', '135636.357500', '135636.817500', '135637.277500', '135637.737500', '135638.197500', '135638.657500', '135639.117500', '135639.577500', '135640.037500', '135640.497500', '135640.957500', '135641.417500', '135641.877500', '135642.337500', '135642.797500', '135643.257500', '135643.717500', '135644.177500', '135644.637500', '135645.097500', '135645.557500', '135646.017500', '135646.477500', '135646.937500', '135647.397500', '135647.857500', '135648.317500', '135648.777500', '135649.237500', '135649.697500', '135650.157500', '135650.617500', '135651.077500', '135651.537500', '135651.997500', '135652.457500', '135652.917500', '135653.377500', '135653.837500', '135654.297500', '135654.757500', '135655.217500', '135655.677500', '135656.137500', '135656.597500', '135657.057500', '135657.517500', '135657.977500', '135658.437500', '135658.897500', '135659.357500', '135659.817500', '135700.277500', '135700.737500', '135701.197500', '135701.657500', '135702.117500', '135702.577500', '135703.037500', '135703.497500', '135703.957500', '135704.417500', '135704.877500', '135705.337500', '135705.797500', '135706.257500', '135706.717500', '135707.177500', '135707.637500', '135708.097500', '135708.557500', '135709.017500', '135709.477500', '135709.937500', '135710.397500', '135710.857500', '135711.317500', '135711.777500', '135712.237500', '135712.697500', '135713.157500', '135713.617500', '135714.077500', '135714.537500', '135714.997500', '135715.457500', '135715.917500', '135716.377500', '135716.837500', '135717.297500', '135717.757500', '135718.217500', '135718.677500', '135719.137500', '135719.597500', '135720.057500', '135720.517500', '135720.977500', '135721.437500', '135721.897500', '135722.357500', '135722.817500', '135723.277500', '135723.737500', '135724.197500', '135724.657500', '135725.117500', '135725.577500', '135726.037500', '135726.497500', '135726.957500', '135727.417500', '135727.877500', '135728.337500', '135728.797500', '135729.257500', '135729.717500', '135730.177500', '135730.637500', '135731.097500', '135731.557500', '135732.017500', '135732.477500', '135732.937500', '135733.397500', '135733.857500', '135734.317500', '135734.777500', '135735.237500', '135735.697500', '135736.157500', '135736.617500', '135737.077500', '135737.537500', '135737.997500', '135738.457500', '135738.917500', '135739.377500', '135739.837500', '135740.297500', '135740.757500', '135741.217500', '135741.677500', '135742.137500', '135742.597500', '135743.057500', '135743.517500', '135743.977500', '135744.437500', '135744.897500', '135745.357500', '135745.817500', '135746.277500', '135746.737500', '135747.197500', '135747.657500', '135748.117500', '135748.577500', '135749.037500', '135749.497500', '135749.957500', '135750.417500', '135750.877500', '135751.337500', '135751.797500', '135752.257500', '135752.717500', '135753.177500', '135753.637500', '135754.097500', '135754.557500', '135755.017500', '135755.477500', '135755.937500', '135756.397500', '135756.857500', '135757.317500', '135757.777500', '135758.237500', '135758.697500', '135759.157500', '135759.617500', '135800.077500', '135800.537500', '135800.997500', '135801.457500', '135801.917500', '135802.377500', '135802.837500', '135803.297500', '135803.757500', '135804.217500', '135804.677500', '135805.137500', '135805.597500', '135806.057500', '135806.517500', '135806.977500', '135807.437500', '135807.897500', '135808.357500', '135808.817500', '135809.277500', '135809.737500', '135810.197500', '135810.657500', '135811.117500', '135811.577500', '135812.037500', '135812.497500', '135812.957500', '135813.417500', '135813.877500', '135814.337500', '135814.797500', '135815.257500', '135815.717500', '135816.177500', '135816.637500', '135817.097500', '135817.557500', '135818.017500', '135818.477500', '135818.937500', '135819.397500', '135819.857500', '135820.317500', '135820.777500', '135821.237500', '135821.697500', '135822.157500', '135822.617500', '135823.077500', '135823.537500', '135823.997500', '135824.457500', '135824.917500', '135825.377500', '135825.837500', '135826.297500', '135826.757500', '135827.217500', '135827.677500', '135828.137500', '135828.597500', '135829.057500', '135829.517500', '135829.977500', '135830.437500', '135830.897500', '135831.357500', '135831.817500', '135832.277500', '135832.737500', '135833.197500', '135833.657500', '135834.117500', '135834.577500', '135835.037500', '135835.497500', '135835.957500', '135836.417500', '135836.877500', '135837.337500', '135837.797500', '135838.257500', '135838.717500', '135839.177500', '135839.637500', '135840.097500', '135840.557500', '135841.017500', '135841.477500', '135841.937500', '135842.397500', '135842.857500', '135843.317500', '135843.777500', '135844.237500', '135844.697500', '135845.157500', '135845.617500', '135846.077500', '135846.537500', '135846.997500', '135847.457500', '135847.917500', '135848.377500', '135848.837500', '135849.297500', '135849.757500', '135850.217500', '135850.677500', '135851.137500', '135851.597500', '135852.057500', '135852.517500', '135852.977500', '135853.437500', '135853.897500', '135854.357500', '135854.817500', '135855.277500', '135855.737500', '135856.197500', '135856.657500', '135857.117500', '135857.577500', '135858.037500', '135858.497500'], 'ContentTime': ['134858.158000', '134858.161000', '134858.163000', '134858.166000', '134858.169000', '134858.172000', '134858.174000', '134858.177000', '134858.179000', '134858.182000', '134858.185000', '134858.187000', '134858.190000', '134858.192000', '134858.195000', '134858.204000', '134858.206000', '134858.209000', '134858.212000', '134858.214000', '134858.217000', '134858.219000', '134858.222000', '134858.224000', '134858.227000', '134858.236000', '134858.238000', '134918.124000', '134918.127000', '134918.130000', '134918.132000', '134918.135000', '134918.137000', '134918.140000', '134918.142000', '134918.154000', '134918.156000', '134918.159000', '134918.161000', '134918.164000', '134918.166000', '134918.169000', '134918.172000', '134918.177000', '134918.180000', '134918.182000', '134918.185000', '134918.187000', '134918.190000', '134918.192000', '134918.195000', '134918.198000', '134918.200000', '134918.203000', '134918.205000', '134918.208000', '134918.211000', '134918.213000', '134918.216000', '134918.218000', '134918.221000', '134918.224000', '134918.226000', '134918.229000', '134918.231000', '134918.234000', '134918.236000', '134918.239000', '134918.242000', '134918.244000', '134938.123000', '134938.126000', '134938.129000', '134938.131000', '134938.134000', '134938.136000', '134938.139000', '134938.141000', '134938.144000', '134938.147000', '134938.149000', '134938.152000', '134938.155000', '134938.158000', '134938.161000', '134938.163000', '134938.166000', '134938.169000', '134938.171000', '134938.174000', '134938.176000', '134938.179000', '134938.181000', '134938.184000', '134938.186000', '134938.189000', '134938.191000', '134938.194000', '134938.197000', '134938.199000', '134938.202000', '134938.204000', '134938.207000', '134938.210000', '134938.212000', '134938.215000', '134938.218000', '134938.220000', '134938.223000', '134938.225000', '134938.228000', '134938.230000', '134938.233000', '134938.236000', '134958.125000', '134958.127000', '134958.130000', '134958.133000', '134958.135000', '134958.138000', '134958.140000', '134958.143000', '134958.145000', '134958.148000', '134958.151000', '134958.153000', '134958.156000', '134958.158000', '134958.161000', '134958.164000', '134958.166000', '134958.169000', '134958.171000', '134958.174000', '134958.176000', '134958.179000', '134958.182000', '134958.184000', '134958.187000', '134958.189000', '134958.192000', '134958.194000', '134958.197000', '134958.200000', '134958.202000', '134958.205000', '134958.207000', '134958.210000', '134958.212000', '134958.215000', '134958.217000', '134958.220000', '134958.222000', '134958.225000', '134958.227000', '134958.230000', '134958.233000', '135018.124000', '135018.127000', '135018.130000', '135018.133000', '135018.135000', '135018.138000', '135018.140000', '135018.143000', '135018.148000', '135018.151000', '135018.153000', '135018.156000', '135018.159000', '135018.161000', '135018.164000', '135018.167000', '135018.169000', '135018.172000', '135018.174000', '135018.177000', '135018.180000', '135018.182000', '135018.185000', '135018.187000', '135018.190000', '135018.192000', '135018.195000', '135018.198000', '135018.200000', '135018.203000', '135018.205000', '135018.208000', '135018.210000', '135018.213000', '135018.216000', '135018.218000', '135018.221000', '135018.223000', '135018.226000', '135018.228000', '135018.260000', '135018.262000', '135018.265000', '135038.124000', '135038.127000', '135038.130000', '135038.133000', '135038.135000', '135038.138000', '135038.140000', '135038.143000', '135038.145000', '135038.148000', '135038.151000', '135038.153000', '135038.156000', '135038.158000', '135038.161000', '135038.164000', '135038.166000', '135038.169000', '135038.171000', '135038.174000', '135038.177000', '135038.179000', '135038.182000', '135038.185000', '135038.187000', '135038.190000', '135038.193000', '135038.195000', '135038.198000', '135038.200000', '135038.203000', '135038.205000', '135038.208000', '135038.211000', '135038.213000', '135038.216000', '135038.218000', '135038.221000', '135038.224000', '135038.226000', '135038.229000', '135038.231000', '135038.234000', '135038.236000', '135058.124000', '135058.127000', '135058.130000', '135058.133000', '135058.136000', '135058.139000', '135058.142000', '135058.145000', '135058.148000', '135058.150000', '135058.153000', '135058.155000', '135058.158000', '135058.160000', '135058.163000', '135058.166000', '135058.168000', '135058.171000', '135058.173000', '135058.176000', '135058.179000', '135058.181000', '135058.184000', '135058.186000', '135058.189000', '135058.191000', '135058.195000', '135058.198000', '135058.200000', '135058.203000', '135058.206000', '135058.208000', '135058.211000', '135058.213000', '135058.216000', '135058.219000', '135058.221000', '135058.224000', '135058.226000', '135058.229000', '135058.232000', '135058.234000', '135058.237000', '135118.124000', '135118.127000', '135118.130000', '135118.132000', '135118.135000', '135118.138000', '135118.140000', '135118.143000', '135118.145000', '135118.148000', '135118.151000', '135118.153000', '135118.156000', '135118.158000', '135118.161000', '135118.164000', '135118.166000', '135118.169000', '135118.171000', '135118.174000', '135118.177000', '135118.179000', '135118.182000', '135118.184000', '135118.187000', '135118.190000', '135118.192000', '135118.195000', '135118.197000', '135118.200000', '135118.203000', '135118.205000', '135118.208000', '135118.210000', '135118.213000', '135118.215000', '135118.218000', '135118.220000', '135118.223000', '135118.226000', '135118.228000', '135118.231000', '135118.233000', '135118.236000', '135138.124000', '135138.127000', '135138.130000', '135138.132000', '135138.135000', '135138.138000', '135138.141000', '135138.144000', '135138.147000', '135138.150000', '135138.152000', '135138.166000', '135138.169000', '135138.171000', '135138.174000', '135138.177000', '135138.179000', '135138.182000', '135138.188000', '135138.190000', '135138.193000', '135138.195000', '135138.198000', '135138.201000', '135138.203000', '135138.206000', '135138.209000', '135138.211000', '135138.214000', '135138.216000', '135138.219000', '135138.222000', '135138.224000', '135138.227000', '135138.230000', '135138.232000', '135138.235000', '135138.238000', '135138.240000', '135138.243000', '135138.245000', '135138.248000', '135138.250000', '135158.123000', '135158.127000', '135158.129000', '135158.132000', '135158.134000', '135158.137000', '135158.140000', '135158.143000', '135158.145000', '135158.148000', '135158.150000', '135158.153000', '135158.156000', '135158.158000', '135158.161000', '135158.163000', '135158.166000', '135158.169000', '135158.171000', '135158.174000', '135158.176000', '135158.179000', '135158.189000', '135158.192000', '135158.194000', '135158.197000', '135158.200000', '135158.202000', '135158.205000', '135158.208000', '135158.210000', '135158.213000', '135158.216000', '135158.218000', '135158.221000', '135158.223000', '135158.226000', '135158.229000', '135158.231000', '135158.234000', '135158.236000', '135158.239000', '135158.242000', '135158.244000', '135218.124000', '135218.127000', '135218.130000', '135218.133000', '135218.135000', '135218.138000', '135218.140000', '135218.143000', '135218.146000', '135218.148000', '135218.151000', '135218.154000', '135218.156000', '135218.159000', '135218.162000', '135218.164000', '135218.167000', '135218.170000', '135218.172000', '135218.175000', '135218.177000', '135218.180000', '135218.183000', '135218.186000', '135218.188000', '135218.191000', '135218.193000', '135218.196000', '135218.199000', '135218.201000', '135218.204000', '135218.207000', '135218.209000', '135218.212000', '135218.214000', '135218.217000', '135218.220000', '135218.222000', '135218.225000', '135218.228000', '135218.231000', '135218.235000', '135218.239000', '135238.124000', '135238.127000', '135238.130000', '135238.133000', '135238.136000', '135238.139000', '135238.141000', '135238.144000', '135238.147000', '135238.149000', '135238.152000', '135238.154000', '135238.157000', '135238.160000', '135238.162000', '135238.165000', '135238.168000', '135238.170000', '135238.173000', '135238.176000', '135238.178000', '135238.181000', '135238.184000', '135238.186000', '135238.189000', '135238.191000', '135238.194000', '135238.197000', '135238.199000', '135238.202000', '135238.205000', '135238.207000', '135238.210000', '135238.213000', '135238.215000', '135238.218000', '135238.221000', '135238.223000', '135238.226000', '135238.229000', '135238.231000', '135238.234000', '135238.236000', '135238.239000', '135258.124000', '135258.127000', '135258.130000', '135258.133000', '135258.135000', '135258.138000', '135258.141000', '135258.143000', '135258.146000', '135258.148000', '135258.151000', '135258.153000', '135258.156000', '135258.159000', '135258.161000', '135258.164000', '135258.166000', '135258.169000', '135258.171000', '135258.174000', '135258.177000', '135258.179000', '135258.182000', '135258.185000', '135258.187000', '135258.190000', '135258.192000', '135258.195000', '135258.198000', '135258.200000', '135258.203000', '135258.206000', '135258.208000', '135258.211000', '135258.215000', '135258.218000', '135258.220000', '135258.224000', '135258.227000', '135258.229000', '135258.232000', '135258.235000', '135258.237000', '135318.125000', '135318.128000', '135318.130000', '135318.133000', '135318.136000', '135318.138000', '135318.141000', '135318.144000', '135318.146000', '135318.149000', '135318.151000', '135318.154000', '135318.157000', '135318.159000', '135318.162000', '135318.164000', '135318.167000', '135318.169000', '135318.172000', '135318.175000', '135318.177000', '135318.180000', '135318.183000', '135318.185000', '135318.188000', '135318.190000', '135318.193000', '135318.196000', '135318.198000', '135318.201000', '135318.204000', '135318.206000', '135318.209000', '135318.212000', '135318.214000', '135318.217000', '135318.220000', '135318.222000', '135318.225000', '135318.228000', '135318.230000', '135318.233000', '135318.235000', '135318.238000', '135338.124000', '135338.128000', '135338.130000', '135338.144000', '135338.146000', '135338.149000', '135338.152000', '135338.154000', '135338.157000', '135338.159000', '135338.162000', '135338.165000', '135338.167000', '135338.170000', '135338.173000', '135338.175000', '135338.178000', '135338.181000', '135338.183000', '135338.186000', '135338.188000', '135338.191000', '135338.194000', '135338.196000', '135338.199000', '135338.202000', '135338.204000', '135338.207000', '135338.210000', '135338.213000', '135338.216000', '135338.220000', '135338.222000', '135338.225000', '135338.228000', '135338.230000', '135338.233000', '135338.236000', '135338.238000', '135338.241000', '135338.243000', '135338.246000', '135338.249000', '135358.124000', '135358.127000', '135358.130000', '135358.133000', '135358.135000', '135358.138000', '135358.141000', '135358.143000', '135358.146000', '135358.149000', '135358.151000', '135358.154000', '135358.156000', '135358.159000', '135358.162000', '135358.164000', '135358.167000', '135358.169000', '135358.172000', '135358.175000', '135358.177000', '135358.180000', '135358.183000', '135358.185000', '135358.188000', '135358.190000', '135358.193000', '135358.196000', '135358.198000', '135358.201000', '135358.203000', '135358.206000', '135358.209000', '135358.211000', '135358.214000', '135358.217000', '135358.219000', '135358.222000', '135358.225000', '135358.227000', '135358.230000', '135358.232000', '135358.235000', '135358.237000', '135418.124000', '135418.127000', '135418.129000', '135418.132000', '135418.135000', '135418.137000', '135418.140000', '135418.142000', '135418.145000', '135418.148000', '135418.150000', '135418.153000', '135418.156000', '135418.158000', '135418.161000', '135418.164000', '135418.166000', '135418.169000', '135418.174000', '135418.176000', '135418.179000', '135418.182000', '135418.184000', '135418.187000', '135418.189000', '135418.192000', '135418.195000', '135418.197000', '135418.200000', '135418.203000', '135418.205000', '135418.208000', '135418.211000', '135418.213000', '135418.216000', '135418.219000', '135418.222000', '135418.224000', '135418.227000', '135418.229000', '135418.232000', '135418.235000', '135418.238000', '135438.124000', '135438.128000', '135438.131000', '135438.133000', '135438.136000', '135438.139000', '135438.142000', '135438.144000', '135438.147000', '135438.149000', '135438.152000', '135438.154000', '135438.157000', '135438.160000', '135438.162000', '135438.165000', '135438.168000', '135438.170000', '135438.173000', '135438.176000', '135438.178000', '135438.181000', '135438.184000', '135438.186000', '135438.189000', '135438.191000', '135438.194000', '135438.197000', '135438.199000', '135438.202000', '135438.205000', '135438.207000', '135438.210000', '135438.213000', '135438.215000', '135438.218000', '135438.220000', '135438.223000', '135438.226000', '135438.228000', '135438.231000', '135438.233000', '135438.236000', '135438.238000', '135458.125000', '135458.128000', '135458.130000', '135458.133000', '135458.136000', '135458.138000', '135458.141000', '135458.144000', '135458.146000', '135458.149000', '135458.152000', '135458.154000', '135458.157000', '135458.160000', '135458.187000', '135458.190000', '135458.193000', '135458.195000', '135458.198000', '135458.201000', '135458.203000', '135458.206000', '135458.208000', '135458.211000', '135458.214000', '135458.216000', '135458.219000', '135458.222000', '135458.224000', '135458.227000', '135458.230000', '135458.232000', '135458.235000', '135458.238000', '135458.240000', '135458.243000', '135458.246000', '135458.248000', '135458.251000', '135458.254000', '135458.257000', '135458.260000', '135458.263000', '135518.125000', '135518.128000', '135518.130000', '135518.133000', '135518.135000', '135518.138000', '135518.141000', '135518.143000', '135518.146000', '135518.149000', '135518.151000', '135518.154000', '135518.156000', '135518.159000', '135518.161000', '135518.164000', '135518.167000', '135518.169000', '135518.172000', '135518.175000', '135518.178000', '135518.180000', '135518.183000', '135518.185000', '135518.188000', '135518.191000', '135518.193000', '135518.196000', '135518.199000', '135518.201000', '135518.204000', '135518.206000', '135518.209000', '135518.212000', '135518.214000', '135518.217000', '135518.220000', '135518.222000', '135518.225000', '135518.227000', '135518.230000', '135518.233000', '135518.235000', '135518.238000', '135538.125000', '135538.127000', '135538.130000', '135538.133000', '135538.136000', '135538.138000', '135538.141000', '135538.143000', '135538.146000', '135538.149000', '135538.152000', '135538.154000', '135538.157000', '135538.160000', '135538.162000', '135538.165000', '135538.167000', '135538.170000', '135538.173000', '135538.185000', '135538.188000', '135538.190000', '135538.193000', '135538.196000', '135538.198000', '135538.201000', '135538.204000', '135538.206000', '135538.209000', '135538.211000', '135538.214000', '135538.217000', '135538.219000', '135538.222000', '135538.225000', '135538.227000', '135538.230000', '135538.232000', '135538.235000', '135538.238000', '135538.241000', '135538.243000', '135538.246000', '135558.125000', '135558.127000', '135558.130000', '135558.133000', '135558.136000', '135558.138000', '135558.141000', '135558.144000', '135558.146000', '135558.149000', '135558.151000', '135558.154000', '135558.157000', '135558.159000', '135558.162000', '135558.164000', '135558.167000', '135558.170000', '135558.173000', '135558.175000', '135558.178000', '135558.180000', '135558.183000', '135558.186000', '135558.188000', '135558.191000', '135558.194000', '135558.197000', '135558.199000', '135558.202000', '135558.204000', '135558.207000', '135558.210000', '135558.212000', '135558.215000', '135558.218000', '135558.220000', '135558.223000', '135558.225000', '135558.228000', '135558.231000', '135558.233000', '135558.236000', '135558.239000', '135618.124000', '135618.127000', '135618.130000', '135618.133000', '135618.135000', '135618.138000', '135618.140000', '135618.143000', '135618.146000', '135618.148000', '135618.159000', '135618.162000', '135618.164000', '135618.167000', '135618.170000', '135618.172000', '135618.175000', '135618.182000', '135618.185000', '135618.187000', '135618.190000', '135618.193000', '135618.195000', '135618.198000', '135618.201000', '135618.203000', '135618.206000', '135618.209000', '135618.211000', '135618.214000', '135618.216000', '135618.219000', '135618.222000', '135618.224000', '135618.227000', '135618.230000', '135618.232000', '135618.235000', '135618.238000', '135618.240000', '135618.243000', '135618.245000', '135618.248000', '135638.124000', '135638.126000', '135638.129000', '135638.132000', '135638.134000', '135638.137000', '135638.140000', '135638.142000', '135638.145000', '135638.148000', '135638.150000', '135638.153000', '135638.156000', '135638.158000', '135638.161000', '135638.164000', '135638.166000', '135638.169000', '135638.172000', '135638.175000', '135638.177000', '135638.180000', '135638.183000', '135638.185000', '135638.188000', '135638.190000', '135638.193000', '135638.196000', '135638.198000', '135638.201000', '135638.204000', '135638.206000', '135638.209000', '135638.212000', '135638.214000', '135638.217000', '135638.220000', '135638.222000', '135638.225000', '135638.228000', '135638.230000', '135638.233000', '135638.235000', '135638.238000', '135658.125000', '135658.127000', '135658.130000', '135658.133000', '135658.135000', '135658.138000', '135658.141000', '135658.143000', '135658.146000', '135658.149000', '135658.152000', '135658.154000', '135658.157000', '135658.160000', '135658.162000', '135658.165000', '135658.168000', '135658.170000', '135658.173000', '135658.175000', '135658.178000', '135658.181000', '135658.183000', '135658.186000', '135658.189000', '135658.191000', '135658.194000', '135658.196000', '135658.199000', '135658.202000', '135658.205000', '135658.207000', '135658.210000', '135658.213000', '135658.215000', '135658.218000', '135658.221000', '135658.223000', '135658.226000', '135658.228000', '135658.231000', '135658.234000', '135658.236000', '135718.125000', '135718.129000', '135718.131000', '135718.134000', '135718.137000', '135718.139000', '135718.142000', '135718.145000', '135718.147000', '135718.150000', '135718.153000', '135718.156000', '135718.159000', '135718.162000', '135718.165000', '135718.167000', '135718.170000', '135718.173000', '135718.175000', '135718.178000', '135718.180000', '135718.183000', '135718.186000', '135718.188000', '135718.191000', '135718.194000', '135718.196000', '135718.199000', '135718.202000', '135718.204000', '135718.207000', '135718.210000', '135718.212000', '135718.215000', '135718.218000', '135718.220000', '135718.223000', '135718.226000', '135718.229000', '135718.231000', '135718.234000', '135718.236000', '135718.239000', '135738.125000', '135738.127000', '135738.130000', '135738.133000', '135738.136000', '135738.138000', '135738.141000', '135738.144000', '135738.157000', '135738.160000', '135738.163000', '135738.165000', '135738.168000', '135738.171000', '135738.173000', '135738.176000', '135738.179000', '135738.182000', '135738.184000', '135738.187000', '135738.190000', '135738.192000', '135738.195000', '135738.198000', '135738.201000', '135738.203000', '135738.206000', '135738.209000', '135738.211000', '135738.214000', '135738.217000', '135738.219000', '135738.222000', '135738.224000', '135738.227000', '135738.230000', '135738.233000', '135738.235000', '135738.238000', '135738.240000', '135738.243000', '135738.246000', '135738.248000', '135738.251000', '135758.125000', '135758.127000', '135758.130000', '135758.133000', '135758.135000', '135758.138000', '135758.141000', '135758.143000', '135758.146000', '135758.148000', '135758.151000', '135758.154000', '135758.156000', '135758.159000', '135758.162000', '135758.164000', '135758.167000', '135758.170000', '135758.172000', '135758.175000', '135758.178000', '135758.180000', '135758.183000', '135758.186000', '135758.188000', '135758.191000', '135758.193000', '135758.196000', '135758.199000', '135758.201000', '135758.204000', '135758.207000', '135758.209000', '135758.212000', '135758.215000', '135758.217000', '135758.220000', '135758.223000', '135758.225000', '135758.228000', '135758.231000', '135758.233000', '135758.236000', '135818.125000', '135818.127000', '135818.130000', '135818.133000', '135818.136000', '135818.138000', '135818.141000', '135818.144000', '135818.146000', '135818.149000', '135818.152000', '135818.154000', '135818.157000', '135818.159000', '135818.162000', '135818.165000', '135818.167000', '135818.170000', '135818.173000', '135818.175000', '135818.178000', '135818.181000', '135818.183000', '135818.186000', '135818.188000', '135818.191000', '135818.194000', '135818.197000', '135818.199000', '135818.202000', '135818.205000', '135818.207000', '135818.210000', '135818.212000', '135818.215000', '135818.218000', '135818.220000', '135818.223000', '135818.226000', '135818.228000', '135818.231000', '135818.233000', '135818.236000', '135818.239000', '135838.125000', '135838.128000', '135838.130000', '135838.133000', '135838.135000', '135838.138000', '135838.141000', '135838.144000', '135838.146000', '135838.149000', '135838.152000', '135838.155000', '135838.158000', '135838.161000', '135838.164000', '135838.167000', '135838.169000', '135838.172000', '135838.174000', '135838.177000', '135838.180000', '135838.182000', '135838.185000', '135838.188000', '135838.190000', '135838.194000', '135838.197000', '135838.200000', '135838.202000', '135838.205000', '135838.208000', '135838.210000', '135838.213000', '135838.216000', '135838.218000', '135838.221000', '135838.224000', '135838.226000', '135838.229000', '135838.232000', '135838.234000', '135838.237000', '135838.239000', '135858.124000', '135858.127000', '135858.129000', '135858.132000', '135858.135000', '135858.138000', '135858.140000', '135858.143000', '135858.146000', '135858.148000', '135858.151000', '135858.154000', '135858.156000', '135858.159000', '135858.162000', '135858.165000', '135858.167000', '135858.170000', '135858.173000', '135858.176000', '135858.178000', '135858.181000', '135858.184000', '135858.186000', '135858.189000', '135858.192000', '135858.194000', '135858.197000', '135858.200000', '135858.202000', '135858.205000', '135858.208000', '135858.210000', '135858.213000', '135858.215000', '135858.218000', '135858.221000', '135858.223000', '135858.226000', '135858.229000', '135858.231000', '135858.234000', '135858.237000', '135858.239000', '135859.764000', '135859.767000', '135859.770000', '135859.773000'], 'InstanceCreationTime': ['134858.158000', '134858.161000', '134858.163000', '134858.166000', '134858.169000', '134858.172000', '134858.174000', '134858.177000', '134858.179000', '134858.182000', '134858.185000', '134858.187000', '134858.190000', '134858.192000', '134858.195000', '134858.204000', '134858.206000', '134858.209000', '134858.212000', '134858.214000', '134858.217000', '134858.219000', '134858.222000', '134858.224000', '134858.227000', '134858.236000', '134858.238000', '134918.124000', '134918.127000', '134918.130000', '134918.132000', '134918.135000', '134918.137000', '134918.140000', '134918.142000', '134918.154000', '134918.156000', '134918.159000', '134918.161000', '134918.164000', '134918.166000', '134918.169000', '134918.172000', '134918.177000', '134918.180000', '134918.182000', '134918.185000', '134918.187000', '134918.190000', '134918.192000', '134918.195000', '134918.198000', '134918.200000', '134918.203000', '134918.205000', '134918.208000', '134918.211000', '134918.213000', '134918.216000', '134918.218000', '134918.221000', '134918.224000', '134918.226000', '134918.229000', '134918.231000', '134918.234000', '134918.236000', '134918.239000', '134918.242000', '134918.244000', '134938.123000', '134938.126000', '134938.129000', '134938.131000', '134938.134000', '134938.136000', '134938.139000', '134938.141000', '134938.144000', '134938.147000', '134938.149000', '134938.152000', '134938.155000', '134938.158000', '134938.161000', '134938.163000', '134938.166000', '134938.169000', '134938.171000', '134938.174000', '134938.176000', '134938.179000', '134938.181000', '134938.184000', '134938.186000', '134938.189000', '134938.191000', '134938.194000', '134938.197000', '134938.199000', '134938.202000', '134938.204000', '134938.207000', '134938.210000', '134938.212000', '134938.215000', '134938.218000', '134938.220000', '134938.223000', '134938.225000', '134938.228000', '134938.230000', '134938.233000', '134938.236000', '134958.125000', '134958.127000', '134958.130000', '134958.133000', '134958.135000', '134958.138000', '134958.140000', '134958.143000', '134958.145000', '134958.148000', '134958.151000', '134958.153000', '134958.156000', '134958.158000', '134958.161000', '134958.164000', '134958.166000', '134958.169000', '134958.171000', '134958.174000', '134958.176000', '134958.179000', '134958.182000', '134958.184000', '134958.187000', '134958.189000', '134958.192000', '134958.194000', '134958.197000', '134958.200000', '134958.202000', '134958.205000', '134958.207000', '134958.210000', '134958.212000', '134958.215000', '134958.217000', '134958.220000', '134958.222000', '134958.225000', '134958.227000', '134958.230000', '134958.233000', '135018.124000', '135018.127000', '135018.130000', '135018.133000', '135018.135000', '135018.138000', '135018.140000', '135018.143000', '135018.148000', '135018.151000', '135018.153000', '135018.156000', '135018.159000', '135018.161000', '135018.164000', '135018.167000', '135018.169000', '135018.172000', '135018.174000', '135018.177000', '135018.180000', '135018.182000', '135018.185000', '135018.187000', '135018.190000', '135018.192000', '135018.195000', '135018.198000', '135018.200000', '135018.203000', '135018.205000', '135018.208000', '135018.210000', '135018.213000', '135018.216000', '135018.218000', '135018.221000', '135018.223000', '135018.226000', '135018.228000', '135018.260000', '135018.262000', '135018.265000', '135038.124000', '135038.127000', '135038.130000', '135038.133000', '135038.135000', '135038.138000', '135038.140000', '135038.143000', '135038.145000', '135038.148000', '135038.151000', '135038.153000', '135038.156000', '135038.158000', '135038.161000', '135038.164000', '135038.166000', '135038.169000', '135038.171000', '135038.174000', '135038.177000', '135038.179000', '135038.182000', '135038.185000', '135038.187000', '135038.190000', '135038.193000', '135038.195000', '135038.198000', '135038.200000', '135038.203000', '135038.205000', '135038.208000', '135038.211000', '135038.213000', '135038.216000', '135038.218000', '135038.221000', '135038.224000', '135038.226000', '135038.229000', '135038.231000', '135038.234000', '135038.236000', '135058.124000', '135058.127000', '135058.130000', '135058.133000', '135058.136000', '135058.139000', '135058.142000', '135058.145000', '135058.148000', '135058.150000', '135058.153000', '135058.155000', '135058.158000', '135058.160000', '135058.163000', '135058.166000', '135058.168000', '135058.171000', '135058.173000', '135058.176000', '135058.179000', '135058.181000', '135058.184000', '135058.186000', '135058.189000', '135058.191000', '135058.195000', '135058.198000', '135058.200000', '135058.203000', '135058.206000', '135058.208000', '135058.211000', '135058.213000', '135058.216000', '135058.219000', '135058.221000', '135058.224000', '135058.226000', '135058.229000', '135058.232000', '135058.234000', '135058.237000', '135118.124000', '135118.127000', '135118.130000', '135118.132000', '135118.135000', '135118.138000', '135118.140000', '135118.143000', '135118.145000', '135118.148000', '135118.151000', '135118.153000', '135118.156000', '135118.158000', '135118.161000', '135118.164000', '135118.166000', '135118.169000', '135118.171000', '135118.174000', '135118.177000', '135118.179000', '135118.182000', '135118.184000', '135118.187000', '135118.190000', '135118.192000', '135118.195000', '135118.197000', '135118.200000', '135118.203000', '135118.205000', '135118.208000', '135118.210000', '135118.213000', '135118.215000', '135118.218000', '135118.220000', '135118.223000', '135118.226000', '135118.228000', '135118.231000', '135118.233000', '135118.236000', '135138.124000', '135138.127000', '135138.130000', '135138.132000', '135138.135000', '135138.138000', '135138.141000', '135138.144000', '135138.147000', '135138.150000', '135138.152000', '135138.166000', '135138.169000', '135138.171000', '135138.174000', '135138.177000', '135138.179000', '135138.182000', '135138.188000', '135138.190000', '135138.193000', '135138.195000', '135138.198000', '135138.201000', '135138.203000', '135138.206000', '135138.209000', '135138.211000', '135138.214000', '135138.216000', '135138.219000', '135138.222000', '135138.224000', '135138.227000', '135138.230000', '135138.232000', '135138.235000', '135138.238000', '135138.240000', '135138.243000', '135138.245000', '135138.248000', '135138.250000', '135158.123000', '135158.127000', '135158.129000', '135158.132000', '135158.134000', '135158.137000', '135158.140000', '135158.143000', '135158.145000', '135158.148000', '135158.150000', '135158.153000', '135158.156000', '135158.158000', '135158.161000', '135158.163000', '135158.166000', '135158.169000', '135158.171000', '135158.174000', '135158.176000', '135158.179000', '135158.189000', '135158.192000', '135158.194000', '135158.197000', '135158.200000', '135158.202000', '135158.205000', '135158.208000', '135158.210000', '135158.213000', '135158.216000', '135158.218000', '135158.221000', '135158.223000', '135158.226000', '135158.229000', '135158.231000', '135158.234000', '135158.236000', '135158.239000', '135158.242000', '135158.244000', '135218.124000', '135218.127000', '135218.130000', '135218.133000', '135218.135000', '135218.138000', '135218.140000', '135218.143000', '135218.146000', '135218.148000', '135218.151000', '135218.154000', '135218.156000', '135218.159000', '135218.162000', '135218.164000', '135218.167000', '135218.170000', '135218.172000', '135218.175000', '135218.177000', '135218.180000', '135218.183000', '135218.186000', '135218.188000', '135218.191000', '135218.193000', '135218.196000', '135218.199000', '135218.201000', '135218.204000', '135218.207000', '135218.209000', '135218.212000', '135218.214000', '135218.217000', '135218.220000', '135218.222000', '135218.225000', '135218.228000', '135218.231000', '135218.235000', '135218.239000', '135238.124000', '135238.127000', '135238.130000', '135238.133000', '135238.136000', '135238.139000', '135238.141000', '135238.144000', '135238.147000', '135238.149000', '135238.152000', '135238.154000', '135238.157000', '135238.160000', '135238.162000', '135238.165000', '135238.168000', '135238.170000', '135238.173000', '135238.176000', '135238.178000', '135238.181000', '135238.184000', '135238.186000', '135238.189000', '135238.191000', '135238.194000', '135238.197000', '135238.199000', '135238.202000', '135238.205000', '135238.207000', '135238.210000', '135238.213000', '135238.215000', '135238.218000', '135238.221000', '135238.223000', '135238.226000', '135238.229000', '135238.231000', '135238.234000', '135238.236000', '135238.239000', '135258.124000', '135258.127000', '135258.130000', '135258.133000', '135258.135000', '135258.138000', '135258.141000', '135258.143000', '135258.146000', '135258.148000', '135258.151000', '135258.153000', '135258.156000', '135258.159000', '135258.161000', '135258.164000', '135258.166000', '135258.169000', '135258.171000', '135258.174000', '135258.177000', '135258.179000', '135258.182000', '135258.185000', '135258.187000', '135258.190000', '135258.192000', '135258.195000', '135258.198000', '135258.200000', '135258.203000', '135258.206000', '135258.208000', '135258.211000', '135258.215000', '135258.218000', '135258.220000', '135258.224000', '135258.227000', '135258.229000', '135258.232000', '135258.235000', '135258.237000', '135318.125000', '135318.128000', '135318.130000', '135318.133000', '135318.136000', '135318.138000', '135318.141000', '135318.144000', '135318.146000', '135318.149000', '135318.151000', '135318.154000', '135318.157000', '135318.159000', '135318.162000', '135318.164000', '135318.167000', '135318.169000', '135318.172000', '135318.175000', '135318.177000', '135318.180000', '135318.183000', '135318.185000', '135318.188000', '135318.190000', '135318.193000', '135318.196000', '135318.198000', '135318.201000', '135318.204000', '135318.206000', '135318.209000', '135318.212000', '135318.214000', '135318.217000', '135318.220000', '135318.222000', '135318.225000', '135318.228000', '135318.230000', '135318.233000', '135318.235000', '135318.238000', '135338.124000', '135338.128000', '135338.130000', '135338.144000', '135338.146000', '135338.149000', '135338.152000', '135338.154000', '135338.157000', '135338.159000', '135338.162000', '135338.165000', '135338.167000', '135338.170000', '135338.173000', '135338.175000', '135338.178000', '135338.181000', '135338.183000', '135338.186000', '135338.188000', '135338.191000', '135338.194000', '135338.196000', '135338.199000', '135338.202000', '135338.204000', '135338.207000', '135338.210000', '135338.213000', '135338.216000', '135338.220000', '135338.222000', '135338.225000', '135338.228000', '135338.230000', '135338.233000', '135338.236000', '135338.238000', '135338.241000', '135338.243000', '135338.246000', '135338.249000', '135358.124000', '135358.127000', '135358.130000', '135358.133000', '135358.135000', '135358.138000', '135358.141000', '135358.143000', '135358.146000', '135358.149000', '135358.151000', '135358.154000', '135358.156000', '135358.159000', '135358.162000', '135358.164000', '135358.167000', '135358.169000', '135358.172000', '135358.175000', '135358.177000', '135358.180000', '135358.183000', '135358.185000', '135358.188000', '135358.190000', '135358.193000', '135358.196000', '135358.198000', '135358.201000', '135358.203000', '135358.206000', '135358.209000', '135358.211000', '135358.214000', '135358.217000', '135358.219000', '135358.222000', '135358.225000', '135358.227000', '135358.230000', '135358.232000', '135358.235000', '135358.237000', '135418.124000', '135418.127000', '135418.129000', '135418.132000', '135418.135000', '135418.137000', '135418.140000', '135418.142000', '135418.145000', '135418.148000', '135418.150000', '135418.153000', '135418.156000', '135418.158000', '135418.161000', '135418.164000', '135418.166000', '135418.169000', '135418.174000', '135418.176000', '135418.179000', '135418.182000', '135418.184000', '135418.187000', '135418.189000', '135418.192000', '135418.195000', '135418.197000', '135418.200000', '135418.203000', '135418.205000', '135418.208000', '135418.211000', '135418.213000', '135418.216000', '135418.219000', '135418.222000', '135418.224000', '135418.227000', '135418.229000', '135418.232000', '135418.235000', '135418.238000', '135438.124000', '135438.128000', '135438.131000', '135438.133000', '135438.136000', '135438.139000', '135438.142000', '135438.144000', '135438.147000', '135438.149000', '135438.152000', '135438.154000', '135438.157000', '135438.160000', '135438.162000', '135438.165000', '135438.168000', '135438.170000', '135438.173000', '135438.176000', '135438.178000', '135438.181000', '135438.184000', '135438.186000', '135438.189000', '135438.191000', '135438.194000', '135438.197000', '135438.199000', '135438.202000', '135438.205000', '135438.207000', '135438.210000', '135438.213000', '135438.215000', '135438.218000', '135438.220000', '135438.223000', '135438.226000', '135438.228000', '135438.231000', '135438.233000', '135438.236000', '135438.238000', '135458.125000', '135458.128000', '135458.130000', '135458.133000', '135458.136000', '135458.138000', '135458.141000', '135458.144000', '135458.146000', '135458.149000', '135458.152000', '135458.154000', '135458.157000', '135458.160000', '135458.187000', '135458.190000', '135458.193000', '135458.195000', '135458.198000', '135458.201000', '135458.203000', '135458.206000', '135458.208000', '135458.211000', '135458.214000', '135458.216000', '135458.219000', '135458.222000', '135458.224000', '135458.227000', '135458.230000', '135458.232000', '135458.235000', '135458.238000', '135458.240000', '135458.243000', '135458.246000', '135458.248000', '135458.251000', '135458.254000', '135458.257000', '135458.260000', '135458.263000', '135518.125000', '135518.128000', '135518.130000', '135518.133000', '135518.135000', '135518.138000', '135518.141000', '135518.143000', '135518.146000', '135518.149000', '135518.151000', '135518.154000', '135518.156000', '135518.159000', '135518.161000', '135518.164000', '135518.167000', '135518.169000', '135518.172000', '135518.175000', '135518.178000', '135518.180000', '135518.183000', '135518.185000', '135518.188000', '135518.191000', '135518.193000', '135518.196000', '135518.199000', '135518.201000', '135518.204000', '135518.206000', '135518.209000', '135518.212000', '135518.214000', '135518.217000', '135518.220000', '135518.222000', '135518.225000', '135518.227000', '135518.230000', '135518.233000', '135518.235000', '135518.238000', '135538.125000', '135538.127000', '135538.130000', '135538.133000', '135538.136000', '135538.138000', '135538.141000', '135538.143000', '135538.146000', '135538.149000', '135538.152000', '135538.154000', '135538.157000', '135538.160000', '135538.162000', '135538.165000', '135538.167000', '135538.170000', '135538.173000', '135538.185000', '135538.188000', '135538.190000', '135538.193000', '135538.196000', '135538.198000', '135538.201000', '135538.204000', '135538.206000', '135538.209000', '135538.211000', '135538.214000', '135538.217000', '135538.219000', '135538.222000', '135538.225000', '135538.227000', '135538.230000', '135538.232000', '135538.235000', '135538.238000', '135538.241000', '135538.243000', '135538.246000', '135558.125000', '135558.127000', '135558.130000', '135558.133000', '135558.136000', '135558.138000', '135558.141000', '135558.144000', '135558.146000', '135558.149000', '135558.151000', '135558.154000', '135558.157000', '135558.159000', '135558.162000', '135558.164000', '135558.167000', '135558.170000', '135558.173000', '135558.175000', '135558.178000', '135558.180000', '135558.183000', '135558.186000', '135558.188000', '135558.191000', '135558.194000', '135558.197000', '135558.199000', '135558.202000', '135558.204000', '135558.207000', '135558.210000', '135558.212000', '135558.215000', '135558.218000', '135558.220000', '135558.223000', '135558.225000', '135558.228000', '135558.231000', '135558.233000', '135558.236000', '135558.239000', '135618.124000', '135618.127000', '135618.130000', '135618.133000', '135618.135000', '135618.138000', '135618.140000', '135618.143000', '135618.146000', '135618.148000', '135618.159000', '135618.162000', '135618.164000', '135618.167000', '135618.170000', '135618.172000', '135618.175000', '135618.182000', '135618.185000', '135618.187000', '135618.190000', '135618.193000', '135618.195000', '135618.198000', '135618.201000', '135618.203000', '135618.206000', '135618.209000', '135618.211000', '135618.214000', '135618.216000', '135618.219000', '135618.222000', '135618.224000', '135618.227000', '135618.230000', '135618.232000', '135618.235000', '135618.238000', '135618.240000', '135618.243000', '135618.245000', '135618.248000', '135638.124000', '135638.126000', '135638.129000', '135638.132000', '135638.134000', '135638.137000', '135638.140000', '135638.142000', '135638.145000', '135638.148000', '135638.150000', '135638.153000', '135638.156000', '135638.158000', '135638.161000', '135638.164000', '135638.166000', '135638.169000', '135638.172000', '135638.175000', '135638.177000', '135638.180000', '135638.183000', '135638.185000', '135638.188000', '135638.190000', '135638.193000', '135638.196000', '135638.198000', '135638.201000', '135638.204000', '135638.206000', '135638.209000', '135638.212000', '135638.214000', '135638.217000', '135638.220000', '135638.222000', '135638.225000', '135638.228000', '135638.230000', '135638.233000', '135638.235000', '135638.238000', '135658.125000', '135658.127000', '135658.130000', '135658.133000', '135658.135000', '135658.138000', '135658.141000', '135658.143000', '135658.146000', '135658.149000', '135658.152000', '135658.154000', '135658.157000', '135658.160000', '135658.162000', '135658.165000', '135658.168000', '135658.170000', '135658.173000', '135658.175000', '135658.178000', '135658.181000', '135658.183000', '135658.186000', '135658.189000', '135658.191000', '135658.194000', '135658.196000', '135658.199000', '135658.202000', '135658.205000', '135658.207000', '135658.210000', '135658.213000', '135658.215000', '135658.218000', '135658.221000', '135658.223000', '135658.226000', '135658.228000', '135658.231000', '135658.234000', '135658.236000', '135718.125000', '135718.129000', '135718.131000', '135718.134000', '135718.137000', '135718.139000', '135718.142000', '135718.145000', '135718.147000', '135718.150000', '135718.153000', '135718.156000', '135718.159000', '135718.162000', '135718.165000', '135718.167000', '135718.170000', '135718.173000', '135718.175000', '135718.178000', '135718.180000', '135718.183000', '135718.186000', '135718.188000', '135718.191000', '135718.194000', '135718.196000', '135718.199000', '135718.202000', '135718.204000', '135718.207000', '135718.210000', '135718.212000', '135718.215000', '135718.218000', '135718.220000', '135718.223000', '135718.226000', '135718.229000', '135718.231000', '135718.234000', '135718.236000', '135718.239000', '135738.125000', '135738.127000', '135738.130000', '135738.133000', '135738.136000', '135738.138000', '135738.141000', '135738.144000', '135738.157000', '135738.160000', '135738.163000', '135738.165000', '135738.168000', '135738.171000', '135738.173000', '135738.176000', '135738.179000', '135738.182000', '135738.184000', '135738.187000', '135738.190000', '135738.192000', '135738.195000', '135738.198000', '135738.201000', '135738.203000', '135738.206000', '135738.209000', '135738.211000', '135738.214000', '135738.217000', '135738.219000', '135738.222000', '135738.224000', '135738.227000', '135738.230000', '135738.233000', '135738.235000', '135738.238000', '135738.240000', '135738.243000', '135738.246000', '135738.248000', '135738.251000', '135758.125000', '135758.127000', '135758.130000', '135758.133000', '135758.135000', '135758.138000', '135758.141000', '135758.143000', '135758.146000', '135758.148000', '135758.151000', '135758.154000', '135758.156000', '135758.159000', '135758.162000', '135758.164000', '135758.167000', '135758.170000', '135758.172000', '135758.175000', '135758.178000', '135758.180000', '135758.183000', '135758.186000', '135758.188000', '135758.191000', '135758.193000', '135758.196000', '135758.199000', '135758.201000', '135758.204000', '135758.207000', '135758.209000', '135758.212000', '135758.215000', '135758.217000', '135758.220000', '135758.223000', '135758.225000', '135758.228000', '135758.231000', '135758.233000', '135758.236000', '135818.125000', '135818.127000', '135818.130000', '135818.133000', '135818.136000', '135818.138000', '135818.141000', '135818.144000', '135818.146000', '135818.149000', '135818.152000', '135818.154000', '135818.157000', '135818.159000', '135818.162000', '135818.165000', '135818.167000', '135818.170000', '135818.173000', '135818.175000', '135818.178000', '135818.181000', '135818.183000', '135818.186000', '135818.188000', '135818.191000', '135818.194000', '135818.197000', '135818.199000', '135818.202000', '135818.205000', '135818.207000', '135818.210000', '135818.212000', '135818.215000', '135818.218000', '135818.220000', '135818.223000', '135818.226000', '135818.228000', '135818.231000', '135818.233000', '135818.236000', '135818.239000', '135838.125000', '135838.128000', '135838.130000', '135838.133000', '135838.135000', '135838.138000', '135838.141000', '135838.144000', '135838.146000', '135838.149000', '135838.152000', '135838.155000', '135838.158000', '135838.161000', '135838.164000', '135838.167000', '135838.169000', '135838.172000', '135838.174000', '135838.177000', '135838.180000', '135838.182000', '135838.185000', '135838.188000', '135838.190000', '135838.194000', '135838.197000', '135838.200000', '135838.202000', '135838.205000', '135838.208000', '135838.210000', '135838.213000', '135838.216000', '135838.218000', '135838.221000', '135838.224000', '135838.226000', '135838.229000', '135838.232000', '135838.234000', '135838.237000', '135838.239000', '135858.124000', '135858.127000', '135858.129000', '135858.132000', '135858.135000', '135858.138000', '135858.140000', '135858.143000', '135858.146000', '135858.148000', '135858.151000', '135858.154000', '135858.156000', '135858.159000', '135858.162000', '135858.165000', '135858.167000', '135858.170000', '135858.173000', '135858.176000', '135858.178000', '135858.181000', '135858.184000', '135858.186000', '135858.189000', '135858.192000', '135858.194000', '135858.197000', '135858.200000', '135858.202000', '135858.205000', '135858.208000', '135858.210000', '135858.213000', '135858.215000', '135858.218000', '135858.221000', '135858.223000', '135858.226000', '135858.229000', '135858.231000', '135858.234000', '135858.237000', '135858.239000', '135859.764000', '135859.767000', '135859.770000', '135859.773000'], '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': [13291, 10878, 12562, 8552, 13566, 10770, 12088, 11410, 8395, 11781, 9146, 11975, 15113, 12429, 14578, 12057, 12732, 9636, 12587, 9019, 12956, 9056, 11869, 12687, 11356, 12467, 11463, 11079, 11047, 9545, 11244, 8509, 12044, 8326, 11378, 8574, 12990, 9954, 15448, 10590, 14054, 9354, 14330, 15925, 13516, 17060, 13385, 16848, 14865, 16199, 13705, 12915, 9702, 10844, 9873, 12749, 9689, 12337, 10829, 14701, 10230, 13053, 12577, 12789, 14375, 11595, 14137, 11579, 13288, 9439, 12306, 11239, 11853, 13634, 12141, 12137, 10591, 11803, 10914, 11595, 9580, 12385, 10753, 12644, 10605, 12823, 10855, 13973, 10477, 13466, 13788, 11946, 13972, 10203, 13494, 13789, 11858, 14854, 10930, 13505, 9712, 11987, 15615, 12010, 12772, 9443, 12234, 9787, 11542, 13653, 11970, 12066, 10886, 12236, 9479, 11957, 14554, 11997, 12420, 9304, 11808, 14115, 11767, 13094, 9224, 12761, 14536, 11264, 12551, 9259, 12565, 10044, 11447, 13568, 11420, 12034, 10094, 11225, 12909, 10922, 11855, 9212, 11770, 14097, 11835, 12338, 9464, 12019, 13808, 11689, 12413, 9336, 12263, 10002, 11268, 13255, 11420, 12113, 9692, 11728, 13652, 11186, 12004, 9344, 12136, 12593, 10824, 11791, 9960, 12493, 11231, 11411, 13546, 11980, 12527, 9203, 11846, 12337, 11406, 13702, 11573, 12627, 9521, 12513, 13497, 11437, 12898, 9199, 12083, 10322, 12127, 13119, 11010, 12147, 10813, 12059, 11300, 12019, 10779, 12683, 10541, 12484, 9801, 12996, 14861, 12061, 12631, 9380, 12834, 11531, 11296, 13339, 11274, 12208, 11227, 11805, 13797, 10366, 12039, 12255, 11326, 12602, 10320, 12161, 10658, 11650, 13608, 11635, 12737, 9654, 12428, 14965, 11861, 12605, 9556, 12451, 14745, 11704, 12968, 9267, 11867, 12668, 11072, 12133, 10414, 11941, 9486, 11533, 14244, 11846, 12738, 9602, 12204, 14882, 11903, 12492, 9536, 12598, 15830, 12303, 12672, 9632, 11551, 14668, 11714, 11736, 9592, 11647, 12894, 11240, 12147, 9164, 11850, 12967, 10821, 12407, 9898, 11833, 9745, 11218, 13464, 11767, 13086, 9620, 12229, 14826, 11720, 13116, 9897, 12707, 12154, 11377, 14534, 11567, 12800, 9748, 11905, 14032, 11620, 12506, 9744, 12444, 9773, 11444, 14213, 11654, 12658, 10929, 12551, 9446, 12493, 14366, 11848, 15100, 11777, 12433, 9633, 12730, 11886, 12186, 15360, 12079, 12804, 9787, 12450, 14212, 11526, 12866, 9902, 12425, 10301, 12050, 14639, 11577, 12619, 9819, 12189, 9695, 12674, 10284, 11492, 12360, 11231, 13054, 11543, 12835, 11685, 13429, 9997, 12979, 12693, 12819, 13994, 11763, 15271, 11971, 13426, 10334, 13245, 13613, 11749, 14075, 11477, 12453, 9981, 12836, 10039, 11916, 13860, 11317, 14448, 11837, 13182, 9724, 12595, 15222, 11589, 13867, 9957, 13081, 10085, 12171, 14153, 11211, 13310, 11240, 12553, 9722, 12245, 13525, 11224, 13388, 11527, 13425, 10032, 12248, 9940, 12919, 11279, 12263, 14762, 11674, 13252, 10469, 12673, 9805, 12451, 13398, 11391, 14528, 11616, 13159, 9833, 12638, 13926, 11445, 14145, 11246, 12697, 9722, 12405, 11151, 12306, 12785, 11407, 13583, 11431, 12280, 9659, 12450, 9565, 11821, 13999, 11378, 13445, 11693, 13270, 9852, 12522, 10837, 12112, 15588, 12590, 14671, 10953, 12760, 9814, 12792, 13779, 11956, 15092, 11869, 12825, 10122, 12331, 16259, 12648, 13640, 9884, 12560, 14935, 11843, 12700, 9762, 12696, 15041, 11633, 12428, 9678, 12399, 9842, 11847, 13718, 11290, 12564, 9721, 12624, 13201, 11564, 13322, 11097, 12243, 9868, 12348, 15351, 11727, 12849, 10013, 12760, 11308, 11624, 14572, 11887, 12157, 9922, 12686, 15340, 11311, 13243, 10257, 12552, 10230, 11798, 14918, 11556, 13573, 10119, 13134, 12298, 12006, 16408, 12837, 14364, 9866, 12870, 15667, 11415, 14726, 11322, 13438, 9950, 11925, 15676, 12023, 12881, 9748, 12667, 11984, 11559, 14986, 11935, 13373, 9531, 12057, 15547, 11588, 13147, 10810, 12332, 9977, 12554, 9771, 12632, 10104, 12204, 16581, 12322, 15158, 11166, 12618, 10066, 12732, 14357, 11971, 15287, 11904, 13084, 9568, 12999, 9888, 12167, 12248, 11917, 15104, 11843, 14160, 10320, 12997, 12804, 12233, 16699, 11912, 12974, 9708, 12970, 15858, 11870, 15302, 10720, 12230, 10007, 12092, 12578, 11224, 12808, 11282, 12183, 10654, 12316, 9457, 13090, 10013, 13272, 11803, 14175, 11711, 14857, 11527, 14711, 10042, 14591, 10013, 12847, 10108, 12564, 17520, 13310, 14948, 11038, 12894, 9380, 12555, 10352, 12644, 10045, 12231, 10106, 11872, 11069, 12133, 13248, 11593, 15651, 12055, 14363, 9912, 14767, 10238, 12638, 15020, 11792, 15379, 11735, 14197, 9802, 12681, 10175, 12133, 14879, 11103, 14999, 11064, 13432, 9344, 12355, 13791, 11356, 14999, 11442, 13324, 9578, 12146, 10558, 11593, 11562, 10662, 13312, 10640, 12654, 10682, 12937, 10603, 12912, 10679, 12908, 9901, 13757, 13117, 11222, 15378, 11515, 13678, 9533, 13795, 10597, 11447, 15024, 10741, 14709, 11608, 13714, 9182, 12005, 10158, 12202, 12625, 10917, 14436, 11046, 12861, 9483, 12702, 10128, 11158, 14593, 10509, 13682, 10944, 13428, 9772, 11931, 11388, 11092, 15023, 10968, 14323, 10571, 12820, 9721, 13319, 12343, 11239, 16082, 12057, 13983, 9919, 13895, 10019, 11740, 16038, 11509, 14610, 10298, 13816, 10058, 11430, 15052, 11327, 13196, 9644, 13212, 9585, 11360, 14792, 11000, 13999, 9883, 13449, 16733, 11871, 13582, 10305, 12931, 9789, 11565, 14977, 11499, 14325, 11575, 13968, 9994, 13056, 9931, 13359, 16589, 12120, 14802, 10030, 14164, 12822, 12095, 15840, 11477, 13073, 9981, 13078, 10250, 11306, 15065, 11557, 12618, 9405, 12368, 15686, 10719, 12352, 9530, 12593, 9762, 11686, 10828, 10805, 13884, 10407, 13877, 11613, 14398, 9731, 12783, 10407, 12271, 16649, 12608, 14582, 9799, 11529, 14946, 10910, 12896, 10417, 11383, 10889, 10465, 13984, 11208, 12351, 9620, 11141, 14988, 12105, 12941, 9666, 12387, 16062, 11687, 14554, 10923, 13761, 9856, 11732, 15351, 11960, 13525, 9792, 13276, 13867, 11294, 14514, 11485, 13091, 9681, 11846, 15113, 11635, 13108, 9708, 12797, 12031, 11216, 14046, 11637, 13210, 9680, 12787, 13515, 11090, 14682, 11927, 12970, 9817, 12729, 12670, 11222, 15664, 12322, 13896, 9667, 12851, 15102, 11483, 14358, 10810, 13096, 9709, 11684, 15182, 11015, 13721, 10410, 13274, 9718, 11866, 15499, 11763, 14846, 11183, 13888, 9561, 11861, 13021, 11024, 14700, 11639, 13797, 10943, 12032, 9776, 12275, 16021, 12522, 13624, 9826, 11829, 15813, 12711, 13355, 10358, 12188, 15936, 12103, 12530, 10465, 11882, 14084, 10884, 11204, 9353, 11117, 14037, 10598, 12421, 10011, 10976, 9166, 10455, 13767, 10871, 12823, 9510, 11328, 9434, 11294, 15690, 11761, 14843, 11018, 12978, 11200, 13057, 16103, 12175, 14465, 10215, 13137, 13053, 12955, 15722, 11813, 13583, 9656, 12671, 10145, 13581, 9620, 17397, 12827, 10299, 11495, 10000, 11801, 14327, 11502, 12916, 14665, 12075, 14196, 11377, 12756, 17732, 11223, 15277, 19241, 14267, 16594, 11452, 15979, 18303, 13125, 14594, 9862, 12809, 15829, 11881, 12360, 9076, 12320, 10144, 12022, 10819, 11530, 10297, 12076, 10128, 12918, 9729, 12898, 10096, 13367, 12280, 12587, 15072, 12472, 12982, 10837, 12487, 9688, 12650, 9951, 12235, 10486, 11905, 10852, 11397, 10655, 12121, 10742, 11758, 9819, 12487, 9866, 12395, 14695, 11424, 14533, 11769, 13903, 9920, 12964, 9974, 11942, 14389, 11812, 15287, 10958, 13881, 11441, 13307, 10026, 13954, 9881, 12035, 15310, 12208, 16269, 12990, 14912, 10157, 12598, 10199, 13222, 17054, 12351, 15386, 11788, 13082, 9849, 13091, 9937, 11411, 15410, 11579, 14402, 11030, 13097, 10167, 11858, 13709, 11572, 15838, 12189, 14931, 11598, 13015, 10923, 13925, 10240, 14123, 10149, 12534, 10380, 13461, 13616, 12229, 16636, 12384, 14258, 10296, 14593, 11123, 12153, 15478, 11409, 14077, 10369, 13791, 10389, 11238, 14218, 11080, 14093, 11608, 12559, 10183, 11677, 14206, 11079, 14965, 11819, 13518, 10365, 11817, 10411, 11193, 10746, 12160, 10239, 11555, 10206, 11543, 9970, 12843, 10322, 13320, 11409, 11920, 15552, 11943, 14719, 11675, 14192, 10371, 12621, 10162, 12750, 15343, 11287, 14571, 11052, 12316, 9985, 12865, 9506, 12759, 9991, 11886, 9982, 12204, 9915, 12533, 10073, 12000, 11811, 11958, 15974, 12653, 14374, 11026, 14162, 11334, 14036, 11153, 14579, 10232, 12661, 14942, 11313, 14302, 11695, 13570, 10921, 12524, 10817, 11334, 9815, 12056, 10063, 12431, 10027, 11841, 13139, 11539, 15053, 11602, 14273, 11174, 13124, 10047, 14049, 10157, 12971, 15489, 11396, 13713, 11433, 13958, 10813, 13232, 10820, 13066, 10547, 14099, 10708, 13267, 9797, 13304, 10049, 14618, 10112, 13113, 10223, 12806, 10111, 14556, 10265, 13117, 9953, 12210, 10602, 11484, 11512, 9610, 12845, 11261, 11353, 12307, 17308, 13578, 15805, 10079, 13076, 13736, 11108, 16413, 11359, 14636, 10814, 10963, 14980, 10857, 12285, 10245, 11446, 11775, 10524, 12196, 10427, 12374, 10414, 11826, 9764, 11526, 9775, 12662, 9532, 11296, 9965, 11485, 9607, 11924, 11802, 12806, 9912, 11366, 9649, 11136, 15585, 11790, 15327, 11870, 14323, 10058, 13066, 13310, 12456, 16219, 12270, 14508, 11148, 12701, 9546, 13000, 10012, 13420, 9796, 12377, 9708, 12265, 9980, 12876, 11286, 13292, 9934, 12470, 13622, 11689, 16017, 12055, 15634, 12148, 14246, 10628, 12361, 9523, 12901, 14794, 11676, 12999, 10170, 10972, 10020, 10960, 9043, 12631, 9642, 11983, 11840, 11170, 14707, 11984, 13420, 9828, 12147, 13975, 10901, 13078, 11187, 12702, 10284, 12358, 9169, 11588, 9359, 13012, 9982, 12143, 9806, 11723, 12118, 11278, 16273, 12314, 16362, 12791, 12993, 10566], 'WindowCenter': [4712.0, 4662.0, 4641.0, 4576.0, 4623.0, 4606.0, 4628.0, 4616.0, 4590.0, 4641.0, 4612.0, 4642.0, 4660.0, 4628.0, 4661.0, 4644.0, 4641.0, 4598.0, 4624.0, 4587.0, 4637.0, 4584.0, 4639.0, 4650.0, 4645.0, 4682.0, 4668.0, 4656.0, 4657.0, 4636.0, 4656.0, 4628.0, 4653.0, 4626.0, 4667.0, 4626.0, 4677.0, 4649.0, 4687.0, 4647.0, 4675.0, 4624.0, 4675.0, 4684.0, 4654.0, 4685.0, 4665.0, 4683.0, 4663.0, 4684.0, 4662.0, 4653.0, 4610.0, 4629.0, 4631.0, 4667.0, 4635.0, 4663.0, 4633.0, 4673.0, 4632.0, 4664.0, 4653.0, 4653.0, 4650.0, 4630.0, 4648.0, 4629.0, 4640.0, 4609.0, 4639.0, 4619.0, 4640.0, 4649.0, 4639.0, 4639.0, 4630.0, 4639.0, 4642.0, 4643.0, 4634.0, 4665.0, 4657.0, 4666.0, 4658.0, 4679.0, 4662.0, 4690.0, 4647.0, 4679.0, 4676.0, 4658.0, 4676.0, 4635.0, 4666.0, 4663.0, 4643.0, 4663.0, 4631.0, 4649.0, 4609.0, 4629.0, 4658.0, 4628.0, 4637.0, 4607.0, 4629.0, 4606.0, 4627.0, 4646.0, 4629.0, 4626.0, 4617.0, 4639.0, 4606.0, 4639.0, 4647.0, 4629.0, 4637.0, 4597.0, 4628.0, 4646.0, 4628.0, 4636.0, 4595.0, 4626.0, 4634.0, 4615.0, 4624.0, 4594.0, 4624.0, 4593.0, 4614.0, 4634.0, 4614.0, 4625.0, 4603.0, 4615.0, 4622.0, 4616.0, 4625.0, 4597.0, 4637.0, 4645.0, 4627.0, 4636.0, 4606.0, 4638.0, 4646.0, 4628.0, 4635.0, 4608.0, 4636.0, 4604.0, 4627.0, 4636.0, 4626.0, 4637.0, 4607.0, 4637.0, 4647.0, 4640.0, 4650.0, 4609.0, 4650.0, 4650.0, 4630.0, 4653.0, 4620.0, 4650.0, 4630.0, 4642.0, 4650.0, 4639.0, 4639.0, 4608.0, 4639.0, 4637.0, 4628.0, 4645.0, 4627.0, 4637.0, 4608.0, 4638.0, 4636.0, 4627.0, 4635.0, 4606.0, 4626.0, 4617.0, 4638.0, 4635.0, 4628.0, 4636.0, 4629.0, 4637.0, 4641.0, 4638.0, 4630.0, 4650.0, 4631.0, 4651.0, 4620.0, 4652.0, 4659.0, 4639.0, 4650.0, 4608.0, 4639.0, 4626.0, 4627.0, 4646.0, 4628.0, 4638.0, 4626.0, 4636.0, 4646.0, 4617.0, 4638.0, 4637.0, 4628.0, 4637.0, 4618.0, 4639.0, 4626.0, 4639.0, 4648.0, 4639.0, 4649.0, 4620.0, 4639.0, 4657.0, 4628.0, 4637.0, 4606.0, 4638.0, 4644.0, 4626.0, 4637.0, 4595.0, 4627.0, 4635.0, 4628.0, 4624.0, 4628.0, 4638.0, 4620.0, 4640.0, 4659.0, 4640.0, 4650.0, 4609.0, 4640.0, 4658.0, 4639.0, 4638.0, 4607.0, 4638.0, 4655.0, 4627.0, 4637.0, 4595.0, 4626.0, 4643.0, 4626.0, 4623.0, 4605.0, 4626.0, 4634.0, 4626.0, 4637.0, 4606.0, 4638.0, 4647.0, 4628.0, 4637.0, 4618.0, 4639.0, 4619.0, 4641.0, 4659.0, 4640.0, 4649.0, 4619.0, 4650.0, 4659.0, 4640.0, 4648.0, 4618.0, 4649.0, 4638.0, 4640.0, 4658.0, 4629.0, 4647.0, 4606.0, 4637.0, 4646.0, 4628.0, 4635.0, 4606.0, 4638.0, 4617.0, 4639.0, 4658.0, 4640.0, 4649.0, 4630.0, 4650.0, 4620.0, 4652.0, 4658.0, 4641.0, 4669.0, 4638.0, 4649.0, 4619.0, 4650.0, 4639.0, 4640.0, 4669.0, 4637.0, 4649.0, 4618.0, 4639.0, 4645.0, 4638.0, 4646.0, 4618.0, 4649.0, 4619.0, 4639.0, 4657.0, 4639.0, 4638.0, 4619.0, 4648.0, 4617.0, 4650.0, 4629.0, 4652.0, 4650.0, 4641.0, 4659.0, 4653.0, 4662.0, 4653.0, 4663.0, 4632.0, 4666.0, 4652.0, 4663.0, 4663.0, 4643.0, 4671.0, 4642.0, 4662.0, 4620.0, 4650.0, 4649.0, 4638.0, 4658.0, 4640.0, 4648.0, 4620.0, 4650.0, 4620.0, 4651.0, 4660.0, 4640.0, 4661.0, 4641.0, 4650.0, 4609.0, 4640.0, 4659.0, 4630.0, 4650.0, 4618.0, 4649.0, 4617.0, 4638.0, 4646.0, 4629.0, 4646.0, 4630.0, 4637.0, 4607.0, 4640.0, 4647.0, 4639.0, 4648.0, 4640.0, 4648.0, 4619.0, 4651.0, 4619.0, 4650.0, 4629.0, 4640.0, 4659.0, 4640.0, 4650.0, 4629.0, 4650.0, 4618.0, 4650.0, 4649.0, 4639.0, 4659.0, 4629.0, 4648.0, 4608.0, 4638.0, 4647.0, 4627.0, 4647.0, 4627.0, 4637.0, 4606.0, 4636.0, 4626.0, 4637.0, 4636.0, 4627.0, 4646.0, 4627.0, 4638.0, 4607.0, 4638.0, 4608.0, 4639.0, 4658.0, 4640.0, 4649.0, 4638.0, 4649.0, 4619.0, 4650.0, 4629.0, 4640.0, 4668.0, 4639.0, 4659.0, 4627.0, 4649.0, 4608.0, 4649.0, 4646.0, 4639.0, 4658.0, 4628.0, 4637.0, 4616.0, 4637.0, 4657.0, 4637.0, 4647.0, 4606.0, 4637.0, 4644.0, 4625.0, 4635.0, 4604.0, 4636.0, 4645.0, 4627.0, 4634.0, 4605.0, 4636.0, 4606.0, 4637.0, 4647.0, 4630.0, 4649.0, 4619.0, 4649.0, 4647.0, 4640.0, 4648.0, 4630.0, 4640.0, 4620.0, 4651.0, 4669.0, 4641.0, 4651.0, 4621.0, 4651.0, 4629.0, 4642.0, 4660.0, 4642.0, 4640.0, 4619.0, 4651.0, 4668.0, 4641.0, 4651.0, 4621.0, 4650.0, 4618.0, 4640.0, 4671.0, 4641.0, 4661.0, 4621.0, 4650.0, 4640.0, 4651.0, 4668.0, 4650.0, 4658.0, 4619.0, 4649.0, 4657.0, 4629.0, 4658.0, 4629.0, 4648.0, 4607.0, 4638.0, 4668.0, 4638.0, 4638.0, 4608.0, 4649.0, 4639.0, 4641.0, 4659.0, 4640.0, 4649.0, 4608.0, 4640.0, 4658.0, 4629.0, 4638.0, 4629.0, 4639.0, 4618.0, 4640.0, 4618.0, 4652.0, 4631.0, 4653.0, 4680.0, 4652.0, 4671.0, 4631.0, 4652.0, 4620.0, 4651.0, 4659.0, 4641.0, 4670.0, 4639.0, 4648.0, 4609.0, 4650.0, 4618.0, 4640.0, 4640.0, 4640.0, 4670.0, 4641.0, 4661.0, 4631.0, 4652.0, 4650.0, 4641.0, 4669.0, 4640.0, 4649.0, 4609.0, 4650.0, 4658.0, 4629.0, 4657.0, 4617.0, 4638.0, 4606.0, 4626.0, 4634.0, 4627.0, 4637.0, 4629.0, 4639.0, 4631.0, 4650.0, 4621.0, 4662.0, 4633.0, 4663.0, 4655.0, 4673.0, 4655.0, 4673.0, 4653.0, 4673.0, 4623.0, 4672.0, 4621.0, 4652.0, 4621.0, 4653.0, 4679.0, 4649.0, 4659.0, 4619.0, 4637.0, 4596.0, 4637.0, 4606.0, 4638.0, 4606.0, 4638.0, 4617.0, 4641.0, 4640.0, 4640.0, 4649.0, 4641.0, 4670.0, 4641.0, 4660.0, 4620.0, 4660.0, 4618.0, 4641.0, 4658.0, 4638.0, 4660.0, 4629.0, 4647.0, 4607.0, 4637.0, 4618.0, 4639.0, 4659.0, 4630.0, 4658.0, 4630.0, 4649.0, 4607.0, 4651.0, 4648.0, 4630.0, 4657.0, 4629.0, 4648.0, 4610.0, 4640.0, 4618.0, 4629.0, 4629.0, 4630.0, 4649.0, 4632.0, 4677.0, 4645.0, 4663.0, 4645.0, 4664.0, 4632.0, 4664.0, 4631.0, 4663.0, 4651.0, 4642.0, 4671.0, 4642.0, 4661.0, 4619.0, 4660.0, 4618.0, 4629.0, 4658.0, 4629.0, 4658.0, 4630.0, 4647.0, 4607.0, 4638.0, 4616.0, 4638.0, 4636.0, 4628.0, 4646.0, 4628.0, 4649.0, 4607.0, 4647.0, 4616.0, 4628.0, 4656.0, 4629.0, 4647.0, 4628.0, 4650.0, 4607.0, 4638.0, 4628.0, 4630.0, 4657.0, 4629.0, 4657.0, 4619.0, 4649.0, 4609.0, 4650.0, 4637.0, 4628.0, 4668.0, 4638.0, 4658.0, 4618.0, 4647.0, 4608.0, 4638.0, 4667.0, 4639.0, 4657.0, 4617.0, 4648.0, 4606.0, 4627.0, 4656.0, 4628.0, 4647.0, 4608.0, 4647.0, 4607.0, 4639.0, 4658.0, 4631.0, 4659.0, 4620.0, 4650.0, 4668.0, 4639.0, 4648.0, 4618.0, 4648.0, 4608.0, 4641.0, 4669.0, 4640.0, 4659.0, 4640.0, 4660.0, 4622.0, 4651.0, 4620.0, 4652.0, 4669.0, 4640.0, 4659.0, 4619.0, 4650.0, 4636.0, 4627.0, 4656.0, 4628.0, 4636.0, 4607.0, 4637.0, 4617.0, 4628.0, 4657.0, 4627.0, 4636.0, 4596.0, 4637.0, 4655.0, 4617.0, 4636.0, 4606.0, 4638.0, 4607.0, 4627.0, 4615.0, 4628.0, 4647.0, 4631.0, 4648.0, 4641.0, 4660.0, 4608.0, 4649.0, 4618.0, 4640.0, 4669.0, 4638.0, 4657.0, 4606.0, 4627.0, 4656.0, 4629.0, 4637.0, 4618.0, 4640.0, 4627.0, 4631.0, 4658.0, 4639.0, 4650.0, 4619.0, 4641.0, 4669.0, 4642.0, 4650.0, 4620.0, 4651.0, 4669.0, 4641.0, 4661.0, 4629.0, 4651.0, 4608.0, 4640.0, 4658.0, 4639.0, 4648.0, 4608.0, 4649.0, 4647.0, 4630.0, 4659.0, 4628.0, 4648.0, 4609.0, 4640.0, 4657.0, 4630.0, 4648.0, 4608.0, 4639.0, 4638.0, 4628.0, 4649.0, 4629.0, 4650.0, 4610.0, 4649.0, 4647.0, 4629.0, 4659.0, 4639.0, 4648.0, 4619.0, 4651.0, 4639.0, 4630.0, 4670.0, 4640.0, 4649.0, 4609.0, 4649.0, 4658.0, 4629.0, 4658.0, 4629.0, 4649.0, 4609.0, 4640.0, 4659.0, 4632.0, 4662.0, 4630.0, 4651.0, 4620.0, 4642.0, 4670.0, 4644.0, 4664.0, 4631.0, 4651.0, 4610.0, 4641.0, 4650.0, 4632.0, 4660.0, 4642.0, 4661.0, 4632.0, 4652.0, 4632.0, 4654.0, 4672.0, 4653.0, 4662.0, 4620.0, 4641.0, 4670.0, 4640.0, 4650.0, 4608.0, 4628.0, 4657.0, 4626.0, 4637.0, 4605.0, 4628.0, 4634.0, 4615.0, 4615.0, 4596.0, 4627.0, 4645.0, 4617.0, 4636.0, 4607.0, 4618.0, 4608.0, 4630.0, 4648.0, 4630.0, 4639.0, 4610.0, 4631.0, 4611.0, 4642.0, 4670.0, 4643.0, 4661.0, 4632.0, 4652.0, 4631.0, 4652.0, 4671.0, 4643.0, 4661.0, 4621.0, 4652.0, 4651.0, 4653.0, 4670.0, 4641.0, 4650.0, 4624.0, 4666.0, 4646.0, 4665.0, 4624.0, 4684.0, 4644.0, 4621.0, 4644.0, 4635.0, 4658.0, 4674.0, 4644.0, 4666.0, 4664.0, 4654.0, 4664.0, 4631.0, 4643.0, 4682.0, 4618.0, 4651.0, 4666.0, 4637.0, 4646.0, 4591.0, 4632.0, 4640.0, 4601.0, 4606.0, 4554.0, 4585.0, 4602.0, 4573.0, 4582.0, 4542.0, 4584.0, 4562.0, 4586.0, 4574.0, 4585.0, 4576.0, 4599.0, 4590.0, 4621.0, 4581.0, 4622.0, 4591.0, 4623.0, 4611.0, 4612.0, 4631.0, 4612.0, 4613.0, 4602.0, 4613.0, 4585.0, 4622.0, 4594.0, 4625.0, 4606.0, 4627.0, 4620.0, 4628.0, 4632.0, 4641.0, 4633.0, 4642.0, 4622.0, 4653.0, 4624.0, 4657.0, 4663.0, 4644.0, 4663.0, 4643.0, 4663.0, 4622.0, 4652.0, 4622.0, 4645.0, 4665.0, 4644.0, 4674.0, 4645.0, 4665.0, 4644.0, 4666.0, 4635.0, 4666.0, 4626.0, 4656.0, 4675.0, 4657.0, 4684.0, 4654.0, 4674.0, 4625.0, 4655.0, 4624.0, 4664.0, 4683.0, 4655.0, 4673.0, 4642.0, 4655.0, 4623.0, 4653.0, 4622.0, 4644.0, 4673.0, 4644.0, 4663.0, 4634.0, 4653.0, 4624.0, 4645.0, 4663.0, 4644.0, 4673.0, 4645.0, 4663.0, 4645.0, 4654.0, 4634.0, 4665.0, 4634.0, 4665.0, 4634.0, 4656.0, 4635.0, 4667.0, 4666.0, 4656.0, 4686.0, 4655.0, 4665.0, 4625.0, 4665.0, 4634.0, 4644.0, 4663.0, 4634.0, 4653.0, 4623.0, 4652.0, 4620.0, 4632.0, 4649.0, 4632.0, 4652.0, 4632.0, 4640.0, 4620.0, 4633.0, 4649.0, 4631.0, 4662.0, 4631.0, 4650.0, 4609.0, 4631.0, 4619.0, 4630.0, 4631.0, 4641.0, 4621.0, 4643.0, 4623.0, 4645.0, 4634.0, 4655.0, 4636.0, 4667.0, 4645.0, 4646.0, 4673.0, 4644.0, 4663.0, 4634.0, 4654.0, 4623.0, 4642.0, 4621.0, 4642.0, 4661.0, 4631.0, 4650.0, 4630.0, 4629.0, 4611.0, 4640.0, 4612.0, 4640.0, 4621.0, 4642.0, 4622.0, 4644.0, 4624.0, 4653.0, 4623.0, 4654.0, 4643.0, 4656.0, 4674.0, 4655.0, 4663.0, 4636.0, 4663.0, 4634.0, 4665.0, 4644.0, 4665.0, 4623.0, 4654.0, 4662.0, 4632.0, 4661.0, 4644.0, 4651.0, 4632.0, 4643.0, 4634.0, 4644.0, 4635.0, 4655.0, 4635.0, 4656.0, 4635.0, 4656.0, 4667.0, 4657.0, 4688.0, 4658.0, 4677.0, 4648.0, 4666.0, 4625.0, 4665.0, 4626.0, 4655.0, 4663.0, 4635.0, 4652.0, 4643.0, 4662.0, 4633.0, 4653.0, 4634.0, 4653.0, 4633.0, 4664.0, 4633.0, 4654.0, 4624.0, 4654.0, 4624.0, 4664.0, 4624.0, 4654.0, 4624.0, 4654.0, 4623.0, 4663.0, 4624.0, 4654.0, 4638.0, 4657.0, 4635.0, 4657.0, 4659.0, 4641.0, 4669.0, 4672.0, 4661.0, 4673.0, 4713.0, 4681.0, 4691.0, 4627.0, 4657.0, 4654.0, 4634.0, 4675.0, 4621.0, 4653.0, 4620.0, 4619.0, 4648.0, 4609.0, 4627.0, 4596.0, 4606.0, 4614.0, 4605.0, 4614.0, 4606.0, 4625.0, 4607.0, 4616.0, 4607.0, 4616.0, 4607.0, 4638.0, 4598.0, 4628.0, 4609.0, 4630.0, 4610.0, 4642.0, 4631.0, 4642.0, 4623.0, 4643.0, 4612.0, 4644.0, 4671.0, 4643.0, 4672.0, 4642.0, 4662.0, 4612.0, 4652.0, 4639.0, 4642.0, 4659.0, 4630.0, 4649.0, 4619.0, 4638.0, 4609.0, 4651.0, 4621.0, 4652.0, 4610.0, 4642.0, 4611.0, 4642.0, 4623.0, 4653.0, 4632.0, 4653.0, 4624.0, 4654.0, 4653.0, 4644.0, 4673.0, 4645.0, 4674.0, 4644.0, 4663.0, 4622.0, 4642.0, 4611.0, 4653.0, 4661.0, 4633.0, 4641.0, 4622.0, 4631.0, 4623.0, 4633.0, 4614.0, 4655.0, 4625.0, 4656.0, 4645.0, 4646.0, 4675.0, 4657.0, 4666.0, 4624.0, 4656.0, 4664.0, 4635.0, 4653.0, 4645.0, 4654.0, 4635.0, 4655.0, 4625.0, 4646.0, 4625.0, 4667.0, 4636.0, 4657.0, 4636.0, 4657.0, 4655.0, 4647.0, 4686.0, 4658.0, 4687.0, 4669.0, 4656.0, 4637.0], 'WindowWidth': [10304.0, 10215.0, 10161.0, 10064.0, 10124.0, 10106.0, 10140.0, 10119.0, 10093.0, 10165.0, 10126.0, 10166.0, 10187.0, 10137.0, 10193.0, 10173.0, 10162.0, 10097.0, 10127.0, 10081.0, 10152.0, 10074.0, 10158.0, 10177.0, 10179.0, 10242.0, 10216.0, 10197.0, 10198.0, 10169.0, 10196.0, 10160.0, 10185.0, 10158.0, 10215.0, 10156.0, 10225.0, 10193.0, 10240.0, 10183.0, 10219.0, 10147.0, 10221.0, 10230.0, 10188.0, 10236.0, 10204.0, 10231.0, 10198.0, 10231.0, 10196.0, 10182.0, 10119.0, 10146.0, 10155.0, 10217.0, 10167.0, 10202.0, 10159.0, 10212.0, 10157.0, 10203.0, 10186.0, 10186.0, 10178.0, 10150.0, 10174.0, 10147.0, 10163.0, 10119.0, 10160.0, 10131.0, 10163.0, 10175.0, 10162.0, 10160.0, 10151.0, 10162.0, 10171.0, 10174.0, 10163.0, 10207.0, 10199.0, 10210.0, 10203.0, 10231.0, 10213.0, 10250.0, 10187.0, 10232.0, 10225.0, 10200.0, 10224.0, 10164.0, 10210.0, 10199.0, 10171.0, 10201.0, 10150.0, 10178.0, 10118.0, 10147.0, 10186.0, 10144.0, 10156.0, 10112.0, 10145.0, 10110.0, 10141.0, 10166.0, 10145.0, 10140.0, 10129.0, 10159.0, 10113.0, 10162.0, 10171.0, 10146.0, 10155.0, 10100.0, 10144.0, 10166.0, 10144.0, 10153.0, 10094.0, 10138.0, 10148.0, 10120.0, 10135.0, 10091.0, 10133.0, 10088.0, 10119.0, 10147.0, 10118.0, 10135.0, 10104.0, 10121.0, 10130.0, 10126.0, 10136.0, 10099.0, 10157.0, 10165.0, 10142.0, 10153.0, 10112.0, 10157.0, 10166.0, 10144.0, 10153.0, 10115.0, 10154.0, 10108.0, 10142.0, 10153.0, 10142.0, 10157.0, 10116.0, 10159.0, 10171.0, 10164.0, 10178.0, 10123.0, 10180.0, 10179.0, 10152.0, 10185.0, 10139.0, 10180.0, 10153.0, 10171.0, 10180.0, 10163.0, 10163.0, 10119.0, 10161.0, 10155.0, 10144.0, 10167.0, 10142.0, 10156.0, 10117.0, 10157.0, 10152.0, 10141.0, 10152.0, 10111.0, 10139.0, 10127.0, 10158.0, 10149.0, 10145.0, 10153.0, 10151.0, 10158.0, 10168.0, 10160.0, 10153.0, 10179.0, 10155.0, 10182.0, 10138.0, 10182.0, 10189.0, 10163.0, 10178.0, 10117.0, 10161.0, 10139.0, 10143.0, 10167.0, 10144.0, 10161.0, 10140.0, 10154.0, 10169.0, 10127.0, 10161.0, 10157.0, 10145.0, 10157.0, 10132.0, 10163.0, 10143.0, 10163.0, 10173.0, 10162.0, 10177.0, 10136.0, 10162.0, 10184.0, 10145.0, 10157.0, 10112.0, 10158.0, 10162.0, 10140.0, 10154.0, 10095.0, 10141.0, 10151.0, 10143.0, 10137.0, 10145.0, 10160.0, 10136.0, 10167.0, 10189.0, 10166.0, 10178.0, 10120.0, 10164.0, 10188.0, 10162.0, 10160.0, 10114.0, 10159.0, 10181.0, 10141.0, 10155.0, 10095.0, 10137.0, 10158.0, 10137.0, 10133.0, 10109.0, 10140.0, 10147.0, 10140.0, 10156.0, 10113.0, 10158.0, 10169.0, 10145.0, 10158.0, 10133.0, 10164.0, 10137.0, 10169.0, 10190.0, 10167.0, 10178.0, 10135.0, 10179.0, 10190.0, 10164.0, 10174.0, 10133.0, 10176.0, 10159.0, 10164.0, 10186.0, 10145.0, 10170.0, 10112.0, 10156.0, 10167.0, 10144.0, 10153.0, 10115.0, 10160.0, 10130.0, 10163.0, 10186.0, 10165.0, 10175.0, 10151.0, 10178.0, 10137.0, 10184.0, 10187.0, 10166.0, 10205.0, 10161.0, 10177.0, 10135.0, 10179.0, 10161.0, 10164.0, 10202.0, 10157.0, 10176.0, 10131.0, 10160.0, 10166.0, 10160.0, 10168.0, 10132.0, 10176.0, 10134.0, 10162.0, 10185.0, 10161.0, 10160.0, 10136.0, 10173.0, 10131.0, 10180.0, 10150.0, 10186.0, 10182.0, 10169.0, 10193.0, 10188.0, 10199.0, 10189.0, 10203.0, 10161.0, 10209.0, 10184.0, 10201.0, 10200.0, 10172.0, 10210.0, 10170.0, 10197.0, 10137.0, 10179.0, 10175.0, 10161.0, 10187.0, 10165.0, 10175.0, 10136.0, 10179.0, 10136.0, 10181.0, 10193.0, 10167.0, 10194.0, 10166.0, 10178.0, 10121.0, 10164.0, 10189.0, 10149.0, 10176.0, 10131.0, 10174.0, 10128.0, 10159.0, 10169.0, 10147.0, 10168.0, 10148.0, 10158.0, 10117.0, 10163.0, 10173.0, 10164.0, 10174.0, 10164.0, 10174.0, 10134.0, 10180.0, 10135.0, 10179.0, 10147.0, 10163.0, 10188.0, 10165.0, 10177.0, 10147.0, 10178.0, 10132.0, 10178.0, 10176.0, 10162.0, 10188.0, 10146.0, 10173.0, 10115.0, 10159.0, 10170.0, 10142.0, 10169.0, 10142.0, 10154.0, 10111.0, 10154.0, 10139.0, 10154.0, 10152.0, 10142.0, 10166.0, 10143.0, 10157.0, 10116.0, 10159.0, 10117.0, 10162.0, 10185.0, 10164.0, 10174.0, 10159.0, 10175.0, 10132.0, 10177.0, 10147.0, 10165.0, 10199.0, 10161.0, 10187.0, 10143.0, 10173.0, 10116.0, 10174.0, 10168.0, 10160.0, 10185.0, 10145.0, 10157.0, 10126.0, 10157.0, 10183.0, 10155.0, 10168.0, 10109.0, 10153.0, 10162.0, 10137.0, 10149.0, 10105.0, 10152.0, 10162.0, 10140.0, 10148.0, 10108.0, 10152.0, 10112.0, 10155.0, 10169.0, 10150.0, 10176.0, 10134.0, 10175.0, 10170.0, 10163.0, 10173.0, 10150.0, 10163.0, 10135.0, 10180.0, 10203.0, 10166.0, 10179.0, 10138.0, 10180.0, 10148.0, 10168.0, 10191.0, 10166.0, 10163.0, 10134.0, 10179.0, 10200.0, 10166.0, 10178.0, 10138.0, 10178.0, 10133.0, 10164.0, 10206.0, 10166.0, 10193.0, 10138.0, 10179.0, 10164.0, 10180.0, 10202.0, 10177.0, 10187.0, 10133.0, 10174.0, 10185.0, 10147.0, 10186.0, 10146.0, 10171.0, 10114.0, 10160.0, 10199.0, 10159.0, 10159.0, 10117.0, 10174.0, 10161.0, 10166.0, 10187.0, 10161.0, 10174.0, 10117.0, 10162.0, 10184.0, 10146.0, 10156.0, 10146.0, 10160.0, 10133.0, 10164.0, 10133.0, 10183.0, 10154.0, 10185.0, 10220.0, 10183.0, 10207.0, 10152.0, 10182.0, 10137.0, 10180.0, 10189.0, 10165.0, 10205.0, 10162.0, 10173.0, 10121.0, 10176.0, 10132.0, 10164.0, 10164.0, 10165.0, 10205.0, 10168.0, 10195.0, 10153.0, 10183.0, 10176.0, 10167.0, 10203.0, 10163.0, 10174.0, 10119.0, 10176.0, 10185.0, 10145.0, 10182.0, 10126.0, 10155.0, 10110.0, 10139.0, 10148.0, 10142.0, 10156.0, 10149.0, 10162.0, 10153.0, 10178.0, 10143.0, 10199.0, 10158.0, 10202.0, 10191.0, 10214.0, 10191.0, 10215.0, 10186.0, 10214.0, 10143.0, 10211.0, 10138.0, 10182.0, 10139.0, 10183.0, 10219.0, 10176.0, 10188.0, 10131.0, 10153.0, 10098.0, 10155.0, 10111.0, 10157.0, 10110.0, 10157.0, 10128.0, 10166.0, 10163.0, 10165.0, 10174.0, 10166.0, 10205.0, 10165.0, 10193.0, 10135.0, 10190.0, 10130.0, 10164.0, 10185.0, 10157.0, 10189.0, 10145.0, 10169.0, 10113.0, 10156.0, 10128.0, 10159.0, 10187.0, 10149.0, 10185.0, 10148.0, 10174.0, 10115.0, 10179.0, 10172.0, 10149.0, 10183.0, 10147.0, 10171.0, 10120.0, 10163.0, 10129.0, 10146.0, 10145.0, 10149.0, 10175.0, 10158.0, 10227.0, 10180.0, 10200.0, 10180.0, 10202.0, 10158.0, 10201.0, 10154.0, 10201.0, 10181.0, 10169.0, 10208.0, 10169.0, 10194.0, 10134.0, 10191.0, 10129.0, 10148.0, 10184.0, 10148.0, 10184.0, 10148.0, 10170.0, 10115.0, 10157.0, 10124.0, 10157.0, 10152.0, 10143.0, 10167.0, 10144.0, 10173.0, 10114.0, 10169.0, 10124.0, 10143.0, 10181.0, 10147.0, 10168.0, 10143.0, 10174.0, 10114.0, 10157.0, 10144.0, 10149.0, 10181.0, 10147.0, 10183.0, 10133.0, 10175.0, 10118.0, 10176.0, 10154.0, 10145.0, 10198.0, 10158.0, 10185.0, 10128.0, 10170.0, 10115.0, 10157.0, 10195.0, 10159.0, 10183.0, 10126.0, 10171.0, 10110.0, 10141.0, 10179.0, 10144.0, 10169.0, 10115.0, 10170.0, 10115.0, 10162.0, 10186.0, 10152.0, 10190.0, 10136.0, 10178.0, 10200.0, 10161.0, 10172.0, 10130.0, 10173.0, 10117.0, 10164.0, 10202.0, 10165.0, 10189.0, 10165.0, 10191.0, 10142.0, 10182.0, 10135.0, 10182.0, 10202.0, 10162.0, 10188.0, 10132.0, 10176.0, 10152.0, 10141.0, 10178.0, 10140.0, 10152.0, 10114.0, 10154.0, 10127.0, 10143.0, 10181.0, 10140.0, 10152.0, 10097.0, 10155.0, 10176.0, 10126.0, 10151.0, 10111.0, 10154.0, 10111.0, 10140.0, 10123.0, 10144.0, 10169.0, 10151.0, 10171.0, 10164.0, 10189.0, 10117.0, 10174.0, 10132.0, 10162.0, 10201.0, 10155.0, 10182.0, 10109.0, 10140.0, 10178.0, 10145.0, 10154.0, 10131.0, 10162.0, 10142.0, 10152.0, 10186.0, 10161.0, 10176.0, 10133.0, 10165.0, 10202.0, 10167.0, 10176.0, 10135.0, 10178.0, 10200.0, 10165.0, 10191.0, 10146.0, 10177.0, 10115.0, 10162.0, 10185.0, 10161.0, 10172.0, 10117.0, 10175.0, 10167.0, 10148.0, 10187.0, 10143.0, 10170.0, 10117.0, 10160.0, 10181.0, 10149.0, 10171.0, 10115.0, 10159.0, 10155.0, 10142.0, 10172.0, 10146.0, 10175.0, 10120.0, 10174.0, 10169.0, 10147.0, 10186.0, 10160.0, 10171.0, 10131.0, 10179.0, 10159.0, 10149.0, 10203.0, 10163.0, 10174.0, 10117.0, 10174.0, 10184.0, 10147.0, 10185.0, 10144.0, 10173.0, 10119.0, 10163.0, 10187.0, 10155.0, 10194.0, 10150.0, 10179.0, 10135.0, 10167.0, 10205.0, 10173.0, 10198.0, 10152.0, 10179.0, 10120.0, 10164.0, 10176.0, 10154.0, 10189.0, 10167.0, 10194.0, 10155.0, 10183.0, 10156.0, 10187.0, 10210.0, 10184.0, 10195.0, 10135.0, 10164.0, 10204.0, 10160.0, 10174.0, 10113.0, 10143.0, 10180.0, 10136.0, 10152.0, 10105.0, 10138.0, 10145.0, 10119.0, 10118.0, 10095.0, 10140.0, 10159.0, 10125.0, 10150.0, 10113.0, 10129.0, 10115.0, 10148.0, 10169.0, 10148.0, 10159.0, 10120.0, 10152.0, 10124.0, 10168.0, 10203.0, 10169.0, 10193.0, 10152.0, 10181.0, 10151.0, 10182.0, 10205.0, 10169.0, 10192.0, 10136.0, 10182.0, 10177.0, 10181.0, 10204.0, 10165.0, 10177.0, 10149.0, 10210.0, 10180.0, 10203.0, 10145.0, 10227.0, 10170.0, 10137.0, 10173.0, 10162.0, 10198.0, 10215.0, 10173.0, 10208.0, 10201.0, 10187.0, 10202.0, 10150.0, 10168.0, 10224.0, 10129.0, 10177.0, 10195.0, 10151.0, 10164.0, 10078.0, 10138.0, 10145.0, 10089.0, 10092.0, 10016.0, 10060.0, 10081.0, 10041.0, 10050.0, 9995.0, 10057.0, 10025.0, 10062.0, 10043.0, 10063.0, 10051.0, 10087.0, 10077.0, 10121.0, 10067.0, 10125.0, 10078.0, 10126.0, 10105.0, 10110.0, 10132.0, 10108.0, 10109.0, 10094.0, 10110.0, 10074.0, 10123.0, 10088.0, 10130.0, 10107.0, 10136.0, 10131.0, 10141.0, 10151.0, 10161.0, 10154.0, 10166.0, 10140.0, 10182.0, 10143.0, 10190.0, 10194.0, 10170.0, 10193.0, 10167.0, 10195.0, 10139.0, 10180.0, 10139.0, 10173.0, 10198.0, 10171.0, 10211.0, 10174.0, 10201.0, 10173.0, 10205.0, 10160.0, 10205.0, 10149.0, 10191.0, 10216.0, 10192.0, 10229.0, 10186.0, 10213.0, 10145.0, 10186.0, 10143.0, 10199.0, 10225.0, 10186.0, 10210.0, 10166.0, 10187.0, 10138.0, 10182.0, 10138.0, 10170.0, 10209.0, 10172.0, 10197.0, 10156.0, 10183.0, 10142.0, 10173.0, 10196.0, 10173.0, 10210.0, 10175.0, 10196.0, 10174.0, 10186.0, 10159.0, 10203.0, 10158.0, 10202.0, 10159.0, 10190.0, 10161.0, 10207.0, 10202.0, 10190.0, 10232.0, 10187.0, 10202.0, 10144.0, 10201.0, 10156.0, 10170.0, 10197.0, 10155.0, 10182.0, 10138.0, 10178.0, 10132.0, 10150.0, 10172.0, 10151.0, 10178.0, 10150.0, 10160.0, 10132.0, 10154.0, 10173.0, 10148.0, 10191.0, 10148.0, 10172.0, 10117.0, 10149.0, 10129.0, 10148.0, 10148.0, 10164.0, 10136.0, 10169.0, 10142.0, 10174.0, 10159.0, 10190.0, 10162.0, 10207.0, 10174.0, 10176.0, 10211.0, 10170.0, 10196.0, 10155.0, 10184.0, 10138.0, 10166.0, 10133.0, 10164.0, 10189.0, 10148.0, 10174.0, 10145.0, 10143.0, 10120.0, 10159.0, 10122.0, 10161.0, 10135.0, 10165.0, 10139.0, 10172.0, 10143.0, 10182.0, 10142.0, 10186.0, 10169.0, 10190.0, 10213.0, 10187.0, 10196.0, 10161.0, 10196.0, 10159.0, 10203.0, 10172.0, 10202.0, 10140.0, 10184.0, 10194.0, 10152.0, 10191.0, 10169.0, 10177.0, 10152.0, 10167.0, 10157.0, 10172.0, 10162.0, 10188.0, 10163.0, 10192.0, 10162.0, 10193.0, 10208.0, 10196.0, 10238.0, 10197.0, 10222.0, 10182.0, 10208.0, 10148.0, 10203.0, 10147.0, 10187.0, 10197.0, 10158.0, 10178.0, 10168.0, 10194.0, 10156.0, 10181.0, 10157.0, 10183.0, 10155.0, 10197.0, 10155.0, 10184.0, 10142.0, 10185.0, 10142.0, 10201.0, 10142.0, 10184.0, 10143.0, 10184.0, 10140.0, 10197.0, 10142.0, 10187.0, 10172.0, 10195.0, 10163.0, 10194.0, 10202.0, 10180.0, 10216.0, 10224.0, 10207.0, 10228.0, 10283.0, 10233.0, 10247.0, 10154.0, 10195.0, 10184.0, 10158.0, 10216.0, 10135.0, 10181.0, 10130.0, 10129.0, 10166.0, 10112.0, 10136.0, 10090.0, 10105.0, 10113.0, 10101.0, 10115.0, 10105.0, 10131.0, 10109.0, 10121.0, 10109.0, 10122.0, 10108.0, 10153.0, 10101.0, 10142.0, 10116.0, 10146.0, 10119.0, 10165.0, 10148.0, 10165.0, 10140.0, 10168.0, 10124.0, 10171.0, 10204.0, 10168.0, 10207.0, 10166.0, 10193.0, 10124.0, 10179.0, 10157.0, 10162.0, 10186.0, 10146.0, 10170.0, 10129.0, 10154.0, 10116.0, 10177.0, 10135.0, 10179.0, 10119.0, 10167.0, 10121.0, 10168.0, 10142.0, 10183.0, 10152.0, 10185.0, 10143.0, 10186.0, 10182.0, 10171.0, 10210.0, 10173.0, 10213.0, 10171.0, 10195.0, 10138.0, 10165.0, 10122.0, 10181.0, 10189.0, 10153.0, 10162.0, 10139.0, 10149.0, 10142.0, 10157.0, 10132.0, 10189.0, 10149.0, 10192.0, 10174.0, 10178.0, 10215.0, 10192.0, 10204.0, 10144.0, 10190.0, 10199.0, 10159.0, 10183.0, 10174.0, 10186.0, 10162.0, 10188.0, 10147.0, 10177.0, 10148.0, 10206.0, 10163.0, 10193.0, 10164.0, 10194.0, 10189.0, 10182.0, 10234.0, 10196.0, 10235.0, 10210.0, 10192.0, 10167.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.004642068965517242</td></tr>
<tr><td colspan=3>aqi</td><td>0.0311106988005997</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.269803710517635</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2131609913953498</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0594478213128273</td></tr>
<tr><td colspan=3>efc</td><td>0.5119</td></tr>
<tr><td colspan=3>fber</td><td>3401.9768</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08561933171349602</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.598200899550225</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.474739857091838</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3749137615594615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7397354801341613</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3095703295818906</td></tr>
<tr><td colspan=3>gcor</td><td>0.00842463</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016082821413874626</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02807401306927204</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</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.828670658057718</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>16.8411</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.7969</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.3253</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293049.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1236.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>454.3081</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2574</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>608.0168</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3774.2489</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>83495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1267.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1035.3401</td></tr>
<tr><td colspan=3>tsnr</td><td>34.4100490771234</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>